Git Commit Guidelines
Follow Conventional Commits with these overrides:
- •Allowed types:
feat,fix,refactor,chore,docs,test,ci - •Message format:
<type>: <lowercase imperative description> - •No scopes — do not use
<type>(scope):form - •Add body, separated by blank line, only when subject line insufficient
Additional Guidelines
- •Always sign commits with
git commit -S - •Do NOT include AI co-authoring information