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

Docs · Validation

How validation works

When an AI coder submits a change, Matrix Builder validates it against the bundle’s contract and returns one verdict:

Checks include forbidden-file edits, allowlist scope, required files, dependency drift, and secret scanning. A failing run produces a bounded repair prompt you can hand straight back to the coder. Validation is the single authority — the same engine runs locally (mb check) and in the API.

); }