Commit Message
Instructions
- Run
git diff --stagedor read the provided diff. - Pick the type: feat / fix / docs / refactor / test / chore.
- Subject line: imperative mood, 72 chars max, no trailing period.
- Add a body only when the why is not obvious from the diff.
Examples
feat: add retry with exponential backoff to http clientfix: prevent duplicate rows when import runs twicedocs: document the --dry-run flag