RUNBOOK
Add an example
Author a concrete walkthrough with a maturity stage, and it appears on /examples and the system pages it touches.
What an example is
An example is a concrete, honest walkthrough of something the substrate makes possible — marked clearly for what is real today versus still a sketch. Examples drive the /examples index, the per-example pages, and the "Examples involving this system" sections on /systems/<name>.
Steps
Create the file
site/content/examples/<slug>.md.Write the frontmatter — note
stageandsystems:--- title: Late-bound use summary: One sentence for the card. stage: partial # today | partial | sketch | candidate systems: [ontos, logos, thesmos, horos] tldr: A one-line reality check rendered as a callout before the essay. --- ## The walkthrough ...Pick the stage honestly —
today(works now),partial(partly real),sketch(vision),candidate(candidate theory). It renders as a status badge and tones the callout.Lint + preview:
node bin/atlas.mjs site lint --strict npm --prefix site run build
Notes
- Every name in
systems:must be a real member, andstagemust be one of the four values —site lintenforces both. - The example automatically appears on each system page it names; no extra wiring.