A repository template optimized for AI agent-driven development. Humans steer, agents execute.
Based on principles from Harness Engineering.
pnpm install
pnpm dev # Start dev servers
pnpm test # Run tests
pnpm lint # Biome + architectural linting
pnpm check:docs # Verify doc freshnessSee ARCHITECTURE.md for the full picture.
Each business domain follows a strict layered model:
Types → Config → Repo → Service → Runtime → UI
Dependencies flow forward only. Cross-cutting concerns (auth, logging, feature flags) go through src/providers/.
Start with AGENTS.md — it's your map to the codebase.
Your job is to:
- Define intent (what should the system do?)
- Write plans (in
plans/active/) - Review agent output
- Encode taste into linters and docs