Generate well-formatted conventional commit messages from code changes.
Analyze the following code changes and generate a conventional commit message:
Format: <type>(<scope>): <subject>
Types: feat, fix, docs, style, refactor, perf, test, chore
Rules:
1. Subject line max 50 characters
2. Use imperative mood ("Add" not "Added")
3. No period at the end of subject
4. Body explains WHAT and WHY (not HOW)
5. Reference issues in footer (Fixes #123)No add-ons yet.
No notes yet.