Skip to content

Developer Docs

The public manual is user-centered. Maintainer and agent-facing design material stays in the repository's durable docs.

Start here

Feature designs

Contribution baseline

Run the default checks before finalizing changes:

sh
bun run typecheck
bun run test
bun run check

For documentation-only changes, also run:

sh
bun run docs:build
bun test packages/cli/test/docs-links.test.ts

Released under the MIT License.