| 00-Overview | top-level surfaces added/removed, product scope, PRD volume splits | apps/app/src/router.tsx, docs/PRD/ |
| 01-Tech-Stack | deps added/removed, toolchain, engine/major versions | root + per-package package.json, pnpm-workspace.yaml |
| 02-System-Architecture | worker handlers, queues, crons, bindings, external services, oRPC boundary | apps/server/wrangler.toml, apps/server/src/{index,app}.ts, jobs/cron.ts, procedures/index.ts |
| 03-Data-Model | migrations, tables/columns, repos, D1 conventions | packages/db/migrations/, packages/db/src/schema/, packages/db/src/repo/ |
| 04-AI-Architecture | prompts, models, gateway, budget/quota, guard, AI observability | packages/ai/src/, apps/server/wrangler.toml [vars] |
| 05-Frontend-Architecture | routes, app shell/sidebar, patterns/primitives, URL state, keyboard, dashboard/deadlines/alerts surfaces | apps/app/src/ (router, components/patterns, features/), packages/ui/src/ |
| 06-Security-Compliance | auth flows, MFA, RBAC, tenant guards, audit actions, secrets, rate limits | packages/auth/src/, apps/server/src/middleware/, packages/contracts/src/shared/audit-actions.ts |
| 07-DevOps-Testing | CI workflows, deploy, git hooks, E2E, migration flow, observability/alerting | .github/workflows/, playwright.config.ts, vite.config.ts, .vite-hooks/, root scripts |
| 08-Project-Structure | directory trees, package inventory, lint/import conventions, docs taxonomy | ls of the trees it draws, vite.config.ts lint blocks, AGENTS.md |
| 11-Pulse-Ingest-Source-Catalog | sources, adapters, ingest pipeline, source health | packages/ingest/src/, apps/server/src/jobs/pulse/ |
| 12-Marketing-Architecture | marketing pages, i18n/locale handoff, SEO, marketing deploy | apps/marketing/src/, apps/marketing/wrangler.toml |