Platform Contracts

Platform Contracts

The registry of every enforced platform rule. Source of truth lives in governance/; this view is generated.

Platform Contracts

The machine-readable source of truth lives in governance/ (JSON/YAML). This page is generated from it; the governance/ scripts enforce that the source is never violated. Status: 🔒 locked · ✍️ drafting · ⏳ planned · ↗ elsewhere

Platform

ContractStatusEnforced by
Design system✍️ast-grep (derived from rules)
Frontend (shell, components, a11y)✍️dependency-cruiser + ast-grep
Backend & APIcontract tests / OpenAPI
Multi-agent coordination✍️contract tests + server invariants

Process & repo

ContractStatusEnforced by
Dataschema lint / CI
Repo & process✍️scripted scan + dependency-cruiser
Dependencies🔒governance/scripts/check-deps.mjs

A new contract = a new JSON/YAML in governance/contracts/ + a matching enforcement script. This page regenerates from those.

On this page