(no commit message)

This commit is contained in:
2025-10-19 14:16:34 -05:00
parent d33cef379c
commit c1847586be
13 changed files with 884 additions and 1 deletions

8
contracts/job_v1.py Normal file
View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel, ConfigDict
from typing import Dict, List
class JobV1(BaseModel):
model_config = ConfigDict(extra='forbid', frozen=True, strict=True)
job_id: str
statement: str
forces: Dict[str, List[str]] # push/pull/anxiety/inertia