9 lines | 293 Bytes

AGENTS.md — Git commit conventions

  • Conventional Commits: <type>(<scope>): <subject>.
  • Imperative mood, ≤ 72 chars subject.
  • Body explains the why; diff shows the what.
  • One logical change per commit.
  • BREAKING CHANGE: in footer triggers a major bump.
  • No force-push to main.