Skip to content
LLM

Repository Map

.
├── api/ Rust API service + worker + migrations + tests
├── cli/ Rust command-line client
├── docs/ Source markdown and docs site
│ └── site/ Astro + Starlight documentation app
├── infra/terraform/ AWS infrastructure as code
├── scripts/ Bootstrap and operational shell scripts
└── web/ Next.js product surfaces
  • Backend behavior and contracts live in api/.
  • Auth lifecycle behavior includes signup verification, password reset, and public support intake in api/src/domains/auth.
  • User-facing workflow docs should link to both cli/ and web/.
  • User-facing account recovery and legal/support surfaces live in web/app/reset-password and web/app/support.
  • Public architecture docs live in docs/site; the root docs/ copies should only point there or hold private operator notes without drifting from the site copy.