CLI that turns LLM input into well-formatted Conventional Commits
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: remove newlines in prompt

Amolith (Oct 21, 2025, 7:37 PM -0600) 1fff7995 ae2e2e11

+1 -3
+1 -3
README.md
··· 20 20 Copy/paste into wherever you tell your models how to write commits. 21 21 22 22 ```markdown 23 - Create commits exclusively using `formatted-commit`. Try to use it normally, but 24 - if it's not in my PATH, ask me to `go install 25 - git.secluded.site/formatted-commit@latest`. It has no sub-commands and the following options: 23 + Create commits exclusively using `formatted-commit`. Try to use it normally, but if it's not in my PATH, ask me to `go install git.secluded.site/formatted-commit@latest`. It has no sub-commands and the following options: 26 24 <formatted-commit_flags> 27 25 -b --body Commit body (optional) 28 26 -B --breaking Mark as breaking change (optional)