Developer Docs
The public manual is user-centered. Maintainer and agent-facing design material stays in the repository's durable docs.
Start here
- Documentation map
- Domain vocabulary
- Session manager design
- Architecture overview
- Design principles
- Implementation principles
- ADRs
Feature designs
Contribution baseline
Run the default checks before finalizing changes:
sh
bun run typecheck
bun run test
bun run checkFor documentation-only changes, also run:
sh
bun run docs:build
bun test packages/cli/test/docs-links.test.ts