Documentation index
Agent Detective — documentation
Section titled “Agent Detective — documentation”AI-powered code analysis (Jira, webhooks, PR pipeline, local repos, and more). The root README.md has a quick start; this page maps the source tree so you can jump to the right guide.
| Area | Path | For |
|---|---|---|
| Run the server | operator/ | Install, Docker, deployment, upgrade, observability |
| Configuration | config/ | Load order, env whitelist, long reference |
| Plugins | plugins/ | API guide, custom plugins, development template, publishing |
| Contribute to the repo | development/ | pnpm, Turbo, agents (Cursor), migration notes |
| Design | architecture/ | System view, layering, ADR |
| Jira (manual E2E) | e2e/ | Tunnel, webhooks, pr-pipeline walkthroughs |
| Reference (generated + changelog) | reference/ | Zod-generated option schemas, CHANGELOG |
Pointers
Section titled “Pointers”- Operator hubs (start here): configuration hub · installation · upgrading
- Published doc site (Starlight): built from this folder; see apps/docs/README.md and
pnpm run docs:siteat the repo root