This folder hosts contributor-oriented documentation. The top-level
README.md remains the operator/user reference; the docs here
are aimed at people changing the code.
| Doc | When to read |
|---|---|
onboarding.md |
Day one. Clone → run → first change. |
architecture.md |
Understanding the layers, key abstractions, and request flow. |
development.md |
Recipes: add a persona, backend, MCP tool, API endpoint. |
testing.md |
Test layout, running subsets, integration prerequisites. |
Start with ../CONTRIBUTING.md for the high-level
checklist, then dive into whichever doc matches your task.