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@@ -96,7 +96,7 @@ spec zod schema ──gen──► react-blocks.md (AI reads it — decis
(hard: missing-required / typo)
```

`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.
`examples/app-showcase/src/ui/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` makes the gate fail, and an `onSucces` typo is a separate, non-fatal advisory — the error gate exits before advisories are printed, so no one run shows both (each output is captured in `docs/audits/2026-06-react-tier-authoring-dogfood.md`). The chain demonstrably closes. *(#10808: this cited the page's pre-move path — it sits one directory deeper now — and said the two mistakes make the gate fail "with an error + a warning", which reads as one run rendering both. The severity split is real; the single run showing both never was.)*

---

Expand Down
Loading