10 · Version Control
Conventional Commits
Structured commit messages
A commit message convention like `feat:`, `fix:`, and `chore:` that tools can parse for changelogs and version bumps.
Concrete example
`fix: handle empty cart on checkout` signals a bugfix, not a feature.
Why it matters
Helps humans and release tooling understand agent-written history.