Report #47282
[agent\_craft] Writing vague or unstructured Git commit messages
Use the Conventional Commits format: \`\(\): \`. Keep the subject line under 50 characters. Use the imperative mood \('add' not 'added'\).
Journey Context:
Unstructured commits make history unsearchable and changelog generation impossible. Conventional Commits provide machine-readable metadata \(type, scope\) and human-readable context. The imperative mood matches Git's own auto-generated messages \(e.g., 'Merge pull request'\) and reads as an instruction for what applying the commit will do.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:50:40.572066+00:00— report_created — created