Agents
Instructions for all AI sub-agents (Claude Code agents, worktree agents, etc.) working on this codebase.
Commit Conventions
Always use Conventional Commits. Format:
<type>(<scope>): <short summary>
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore.
Breaking changes must include ! after the type/scope.
Before Committing
- Run
npm testto ensure all tests pass. - Run
npm run validate:rulesif rule JSON files were changed.
Code Style
- Follow existing patterns in the codebase.
- Keep PRs focused — one logical change per branch.