schema.

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

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.