Reference
This section is the project's canonical documentation, mirrored from the repository at build time — it is the single source of truth for specs, decisions, project memory, and engineering conventions. For a guided tour of how all the pieces fit together, see the Architecture section; Reference is the raw, authoritative detail. Browse everything in the left sidebar or use the search box at the top.
Specs
| Spec | Status | Read |
|---|---|---|
| 001 — MCP Gateway | Accepted — code merged (PR #14) | spec |
| 002 — UI Shell & Visual Language | Accepted — code merged (PR #23) | spec |
| 003 — MCP Gateway Desktop | Accepted — code in review (PR #28) | spec |
| 004 — Agent Registry | Accepted — in development | spec |
Each spec folder also contains supplementary documents — plan, data model, quickstart, and research — where applicable; they are visible in the sidebar under each spec entry.
Architecture Decision Records (ADRs)
All recorded architecture decisions, with context and consequences: All ADRs
Project Memory
Core documents that define the project's lasting principles and current state:
- Constitution — project invariants and guiding principles
- Roadmap — active specs and their statuses
- Architecture — current architecture snapshot
Engineering Conventions
Coding and process standards that all contributors follow: Conventions