docs · placeholder
Docs.
The deep design notes for every Schema subsystem live in the repo at context/. One Markdown file per subsystem, kept in sync with the code. We're rendering them as a proper docs site here. In the meantime here's the index.
Getting started
Subsystems
- 01 · architecture ↗
- 09 · extractor ↗
- 10 · ops ↗
- 11 · rules ↗
- 14 · git safety ↗
- 16 · PR review ↗
- 17 · VS Code extension ↗
- 18 · planner (Gemini + Anthropic wired) ↗
- 19 · local-diff overlay ↗
- 20 · auth + accounts ↗
API reference
REST surface: POST /api/extract, /api/plan, /api/op/preview, /api/op/apply, /api/diff/local, /api/pr/review, /api/git/blame, /api/github/import.
The full request/response shape for each endpoint is the TypeScript type alongside its route handler in src/app/api/.
Rendered docs site coming.