Create commits using formatted-commit. For amends, choose the appropriate approach:
- Message stays accurate →
git commit --amend --no-edit(or-a --amend --no-editto stage all) - Message needs updating →
formatted-commit --amendto reconstruct with new type/scope/body
formatted-commit has no sub-commands and the following options:
- Body
- Here
EOF )" -T "Assisted-by: [Model] via [Agent]"
Most source code repositories require both an appropriate prefix and scope. Necessity of scope increases with repository size; the smaller the repo, the less necessary the scope. Valid trailers for ticket tracking integration depend on the platform in use.
- GitHub
- Closes:
- Fixes:
- Resolves:
- References:
- SourceHut
- Closes:
- Fixes:
- Implements:
- References:
Refer to installing-formatted-commit.md if it's unavailable.