feat: converge mixed identifier projections
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
parent
6f64f1aab8
commit
151fdcf397
5 changed files with 256 additions and 25 deletions
|
|
@ -31,3 +31,9 @@ class SealedProjectionRepairReceiptRead(BaseModel):
|
|||
source_fingerprint: str
|
||||
projection_identity: str
|
||||
observed_at: str
|
||||
|
||||
|
||||
class IdentifierMigrationApplySubmit(BaseModel):
|
||||
plan: dict[str, Any]
|
||||
expected_plan_sha256: str = Field(pattern=r"^[0-9a-f]{64}$")
|
||||
primary_confirmed: bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue