feat(contracts): ResponseIX + Provenance + Job (spec §3, §9.3) #4
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/contracts-response"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Completes the data-contract layer:
ResponseIXwith internal-onlycontextexcluded from serialisation (Field(exclude=True)+_InternalContextcarrier).FieldProvenancegains MVP reliability flagsprovenance_verifiedandtext_agreement(bothbool | None).Jobenvelope withLiteralstatus enums.quality_metricsstays a free-form dict so future counters can land without contract churn.CI trigger is flaky for now; local tests green (34 passed, ruff clean).