const STYLE = { padding: "64px", maxWidth: 760, fontFamily: "Inter, system-ui, sans-serif", lineHeight: 1.6 } as const; export default function Page() { return (

Docs · AI-coder contract

The contract an AI coder must follow

Every Matrix Bundle ships a machine-readable contract so an AI coder builds under control instead of guessing. It is composed of these files:

The coder edits only the allowed files; control files are forbidden to change. Output is then validated against this contract (see Validation).

); }