This project follows an Every-style compound workflow. All work uses Plan -> Work -> Review -> Compound.
- Plan: create/update
docs/<scope>/plans/<name>.md - Work: branch from
main:fix/<scope>-slug,feat/<scope>-slug,chore/<scope>-slug, ordocs/<scope>-slug - Review: run checks + address findings
- Compound: update docs/rules with reusable lessons
- PR: include plan path in description and ensure CI passes
feat/<scope>-short-descriptionfor featuresfix/<scope>-short-descriptionfor bug fixeschore/<scope>-short-descriptionfor maintenance tasksdocs/<scope>-short-descriptionfor documentation updates
- One PR = one scope
- Fill the PR template (Summary, Work Loop, Notes)
- Keep changes small and reviewable
- All:
pnpm lintruns Turbo lint across all workspaces; CI uses--max-warnings=0
Generated clients (packages/graphql/**) are excluded from lint.
- AGENTS.md - Agent operating rules and folder structure
- .cursor/rules/project-context.mdc - Loads project instructions from CLAUDE.md and AGENTS.md