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: add description, link to agentic tools

Amolith (Oct 21, 2025, 7:51 PM -0600) 21ad493e 1fff7995

+9 -2
+9 -2
README.md
··· 9 9 [![REUSE status](https://api.reuse.software/badge/git.secluded.site/formatted-commit)](https://api.reuse.software/info/git.secluded.site/formatted-commit) 10 10 [![Go Report Card](https://goreportcard.com/badge/git.secluded.site/formatted-commit)](https://goreportcard.com/report/git.secluded.site/formatted-commit) 11 11 12 - _Encourage LLMs towards well-formatted commits_ 12 + CLI tool that requires conformance with the Conventional Commits specification 13 + through flags, made for LLMs and not really for humans (but I guess you can use 14 + this directly if you want). Humans would likely prefer, as the author does, 15 + [meteor](https://github.com/stefanlogue/meteor). 13 16 14 17 ## Installation 15 18 ··· 17 20 go install git.secluded.site/formatted-commit@latest 18 21 ``` 19 22 20 - Copy/paste into wherever you tell your models how to write commits. 23 + Copy/paste into wherever you tell your models how to write commits. I like 24 + [Crush 💘](https://github.com/charmbracelet/crush) (and maintain [a 25 + fork](https://git.secluded.site/crush)) and [OpenCode](https://opencode.ai/) as 26 + the more-open options and [Amp](https://ampcode.com/) as the best/proprietary 27 + option. 21 28 22 29 ```markdown 23 30 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: