docs(m4): add verification architecture contract

This commit is contained in:
zouantchaw
2026-02-24 11:42:39 -05:00
parent 07dd6609d9
commit f2912a1c32
4 changed files with 216 additions and 0 deletions

View File

@@ -163,3 +163,5 @@ const data = await res.json();
2. Aliases exist only for migration compatibility.
3. `requestId` in responses should be logged client-side for debugging.
4. For 429 on model route, retry with exponential backoff and respect `Retry-After`.
5. Verification workflows (`attire`, `government_id`, `certification`) are defined in:
`docs/MILESTONES/M4/planning/m4-verification-architecture-contract.md`.