Example — fictional team and data. Not a live run or customer result.
Concrete workflow example
Tighten an audit export and return a reviewable patch
The evidence export must include the active policy hash without changing its stable column order.
- 1
Noah · Security
Defines the export contract on the card
Adds one fixture, the required policy hash, and the no-reorder constraint.
contract v3 · fixture attached - 2
Codex
Claims the card and updates changed phases
Inspects the serializer and posts progress only when work moves to a new phase.
claim · progress: testing - 3
Codex
Attaches the patch and verification result
The pull request includes the new fixture and the unchanged-column-order proof.
PR #203 · export suite passed - 4
Noah · Security
Reviews and accepts the evidence change
Review remains a separate governed decision because this adapter cannot pause mid-run.
accepted · no native pause used

