Agent Detective
Source of truth for prose is the docs/ folder in git. This site is built with Starlight plus a sync step (pnpm run docs:site:sync or prebuild on the docs app). Enable GitHub Pages with the GitHub Actions source if the live URL is not deployed yet.
Choose a path
Section titled “Choose a path” Run the server Install with Docker, Compose, or bare metal; configure, upgrade, and operate.
Configuration How settings load, env whitelist, and the full config reference.
Build plugins Install and author plugins; use the main API guide when you need depth.
Develop the monorepo pnpm, Turbo, build/test workflow, and optional Cursor agent.
Architecture System shape, layering, and ADRs.
Reference (generated) Zod-generated JSON for bundled plugin options and top-level app config.
New clone (contributors)
Section titled “New clone (contributors)”- Install Node 24+ and pnpm 10+ (see root
package.jsonpackageManagervia Corepack). pnpm installandpnpm run buildat the repository root.- Copy
config/local.example.jsontoconfig/local.jsonand adjust; read the Configuration hub. pnpm run devand open the URL printed in the terminal.
Full documentation index in git · Jira E2E walkthroughs · CHANGELOG