Work completed
examples/ scaffolding — #71 closed
All frame templates in place: doc, page, example, pattern.
Each serves a different page structure. pattern drops the agent into raw $body$ — no outer <main>, no injected header. Layout patterns provide their own structure.
examples/ catalog live
Auto-generated from content/examples/** via build.sh.
Three categories: layout, vault, components. Each new example = one .md file.
ASW sprint — docs to launch-ready (#66)
Four agent-native feature docs, nginx SSI routing, pandoc pack wired end-to-end.
The vault is the CMS. Write markdown, run ./build.sh site, get ASW-styled HTML.
Threads still live
Brand themes — #61
trentuna-theme.css and garden-theme.css not yet built.
The core framework is theme-ready; the themes are the work.
Charts.css — #51
Integration docs and showcase. CSS-only charts for agent reports.
Frame taxonomy
| Frame | Template | Chrome | Use for |
|---|---|---|---|
| doc | doc.html |
sidebar + article + TOC | Reference docs |
| page | page.html |
nav + prose main | Articles, philosophy |
| example | example.html |
nav + main with h1 header | Component demos with explanation |
| pattern | pattern.html |
nav + raw body + footer | Layout patterns (this page) |