Documentation
README
Commit Message Generator
Workflow
- Run
git diff --stagedto inspect staged changes. If it is empty, tell the user to rungit addfirst and stop. - Determine the description language using the Language Policy below.
- Generate the message(s) and show them for confirmation; do not commit immediately. When more than one framing is reasonable, present them as a short numbered list (
1),2), โฆ) so the user can pick by replying with just the number. A single clear message may be shown on its own. The user may also reply with an edit or their own wording. - Run
git commit -monly after the user picks or explicitly confirms โ a number from the list, "commit", or "ok" all count. Do not rungit pushunless the user explicitly asks.
Language Policy
This is the opening of the README. Read the full README on GitHub.