Run coding agents in isolated git workspaces, across one machine or many.
bun install
The docs site lives in apps/docs (Astro + Starlight):
bun run docs # dev server on localhost:4321 bun run docs:build # production build to apps/docs/dist
bun test # every workspace's suite bun typecheck # every workspace's typecheck
See the docs site's Contributing section for the repo layout and conventions.