Maintaining this wiki
The wiki lives in docs-site/ and is built with Astro Starlight. Pages are Markdown under docs-site/src/content/docs/.
Build it
Section titled “Build it”cd docs-sitenpm cinpm run buildThe build fails on a broken internal link. npm run dev serves it locally.
- Document only what the code does. Planned ideas belong in the roadmap, not here.
- Search existing pages before adding one. Prefer editing.
- Internal links start with
/hauser/docs/and end with a slash. Screenshots come from/hauser/media/. - Short paragraphs, plain words, one idea per sentence. Tables for references, asides for warnings.
- Frontmatter needs
titleanddescription. Order pages withsidebar.order.
The full rule set for agents is in docs-site/AGENTS.md.