npm install- Install Node.js dependenciesnpm run dev- Serve docs locally at http://localhost:4321npm run build- Build static site to apps/web/dist/vercel deploy- Deploy to Vercel
- Use YAML front-matter for all pattern files with: title, status, authors, based_on, category, source, tags
- Follow TEMPLATE.md structure: Problem → Solution → How to use it → Trade-offs → References
- Use absolute paths for assets:
/image.jpegnotimage.jpeg(critical for deployment) - Pattern categories: "Orchestration & Control", "Context & Memory", "Feedback Loops", "Learning & Adaptation", "Reliability & Eval", "Security & Safety", "Tool Use & Environment", "UX & Collaboration"
- Support Mermaid diagrams in pattern markdown files
- Pattern files are source of truth - all navigation and docs generated from these
- Pattern JSON files are generated in
apps/web/public/patterns/