Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 655 Bytes

File metadata and controls

25 lines (15 loc) · 655 Bytes

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 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.