commit-message
Write a concise, accurate Git commit message from the changes the user made.
- Inspect the diff and identify the dominant user-facing change.
- Use an imperative subject line under 72 characters.
- Prefer a conventional-commit prefix such as
feat:,fix:,docs:, orchore:when the repository uses that convention. - Add a short body only when it explains important context, tradeoffs, or behavior that is not obvious from the subject.
- Never claim changes that are not present in the diff. Return the proposed message in a copyable code block and briefly explain the choice.