Summary
- Use when asked to create a git commit, split changes into commits, or write a commit message.
- Prefer small commits that are easy to review.
- Follow this repo's commit message pattern when clear from recent history or touched-path history; otherwise default to conventional commits.
- Never commit gitignored, ephemeral, generated, local-only, or secret files.