Write a Conventional Commit message for the staged diff. Format: `{{type}}({{scope}}): {{subject}}` - type: feat|fix|chore|refactor|docs|test. - subject: imperative, <=72 chars, no trailing period. - body (optional): WHAT changed and WHY, not how. Base it only on the actual diff. Don't invent changes that aren't staged.