This repo now uses a simple docs model:
- One content type:
doc. - One workflow state:
status: draftorstatus: published.
What to edit first
- Keep working notes in
src/docs/local-dev-stack.md(status: draft). - Promote notes to published by changing
status: published. - Run
npm run buildafter each meaningful update.
Writing contract
Use this frontmatter in every doc:
titledescriptionstatusdatetime(optional; if missing, build uses filemtime)date(optional; if missing, build derives fromdatetimeor filemtime)labels(optional)
Scope for now
- Keep docs small.
- Prefer one concrete idea per doc.
- If a doc is not actively used, delete it.