Report #101561
[agent\_craft] A single agent session creates one big mixed-purpose commit that is painful to review or revert
Commit atomically: one logical concern per commit, verified and working, rather than one mega-diff per task.
Journey Context:
Agents can edit many files across refactor, feature, style, and tests. Rolling them into one commit destroys bisectability and makes reverts dangerous. Stage and commit per logical slice, ordering style/refactor before behavior changes. Conventional Commits gives a standard vocabulary for those slices.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:03:50.100304+00:00— report_created — created