Commit style
Use the Conventional Commits format:
type(scope): short imperative subject
Optional body, wrapped at 72 columns, explaining WHAT and WHY.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rules:
typeis one of: feat, fix, refactor, docs, test, chore, ci.- Keep the subject under ~60 characters, imperative mood ("add", not "added").
- Every commit message MUST end with the
Co-Authored-Bytrailer. - Stage explicit paths; never
git add -A.