REAL-WORLD-SCHEMAS-01: ADR: require the four sections in order
What it demonstrates
Section titled “What it demonstrates”A single document type whose body grammar pins required H2 sections in strict order.
Builds on: nothing — this is the first rung of Real-World Schemas: Document Templates and Cross-Document Governance.
How it’s done
Section titled “How it’s done”The declarative YAML artifact, verbatim — no code required.
mcVersion: 1kind: contractbody: order: strict allowUnknown: false sections: - section: Status - section: Context - section: Decision - section: ConsequencesSurfaces exercised
Section titled “Surfaces exercised”declarative YAML contract (kind: contract); body.order: strict; allowUnknown: falsethe structure plane over sections: structure/section-missing, structure/section-order