Appearance
Documentation Index
Welcome to the project documentation hub. This index keeps the knowledge base predictable and easy to navigate.
Governance
AGENTS.md— AI/automation guardrailsCLAUDE.md— Claude Code project instructions aligned with repository policy.claude/settings.json— Claude Code permission guardrails for this repositoryROADMAP.md— priorities and milestonesCHANGELOG.md— notable changes
Projects (Planning & Tracking)
docs/projects/active/— in progressdocs/projects/completed/— delivereddocs/projects/backlog/— queueddocs/projects/stale/— paused or deprecated
See docs/projects/README.md for rules and numbering. Project template: docs/projects/NNNN_project_template.md.
Product & Feature Guides
docs/features/docs/getting-started/docs/merchant/(merchant-facing help docs)
Engineering Guides
docs/development/(flat layout; no nested folders)docs/development/checkpoint-workflow.md(timestamped checkpoint standard)docs/internal/(operator and implementation guides)
Database
docs/database/
Historical
docs/historical/
Docs Site
- Local dev:
npm --prefix docs-site run dev - Build:
npm --prefix docs-site run build - Cloudflare Pages: Root Directory repo root, Build command
npm --prefix docs-site run build, Build output directorydocs/.vitepress/dist - Auto deploy:
.github/workflows/deploy-docs.ymldeploys to Cloudflare Pages on pushes tomainwhen files underdocs/merchant/**change.