Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/adr/0082-react-component-contract-governance.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -93,7 +93,7 @@ spec zod schema ──gen──► react-blocks.md (AI reads it — decis
prop gate (os validate — decision 5)
(hard: missing-required / typo)
(missing-required → error / typo → warning)
```

`examples/app-showcase/src/pages/renewals-pipeline.page.ts` is the **golden page**: authored straight from the contract (five server-connected blocks), it passes `os validate`; injecting a missing required `objectName` and an `onSucces` typo makes the gate fail with an error + a warning (captured in `docs/audits/2026-06-react-tier-authoring-dogfood.md`). The chain demonstrably closes.
Expand Down
Loading