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