repo root

AGENTS.md

AGENTS.md

Repo Rules

Subagent Review Rules

When invoking a review subagent during orchestrated delivery:

Pre-Commit

Before committing: run bun run format first, then stage, then commit. Current commands: bun run format, bun run verify, bun run verify:quiet, bun run ci, bun run ci:quiet.

Orchestrator-written artifacts must be formatted before staging. Files written by bun run deliver commands (review JSON, triage JSON, state files, handoffs) never pass through the editor and bypass format-on-save. If you stage and commit them before running format, the next CI run reformats them and leaves a trivially-dirty working tree. The fix is always: run format → stage → commit, in that order.

Ticket Completion Checklist

Before closing a delivery ticket:

On Phase or Epic Completion

Write docs/product/retrospectives/<plan-path>-retrospective.md using the soa-write-retrospective skill at .agents/skills/write-retrospective/SKILL.md for section structure and placement conventions.