diff --git a/README.md b/README.md index 4bfefe56d1972e4b5e865a3f805df1feabf3d211..93baa4aae7686e541c675d6d13624d3cad292b70 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ SPDX-License-Identifier: CC0-1.0 [![Go Report Card](https://goreportcard.com/badge/git.secluded.site/formatted-commit)](https://goreportcard.com/report/git.secluded.site/formatted-commit) CLI tool that requires conformance with the Conventional Commits specification -through flags, made for LLMs and not really for humans (but I guess you can use -this directly if you want). Humans would likely prefer, as the author does, -[meteor](https://github.com/stefanlogue/meteor). +through flags, made for LLMs and not really for the operators (but I guess you +can use this directly if you want). Operators would likely prefer, as the author +does, [meteor](https://github.com/stefanlogue/meteor). + +`formatted-commit` enforces a 50-character subject limit and sanitises/wraps the body at 72 +characters. I might make that configurable. Idk. It's a loose standard held by +projects like the Linux kernel and I try to stick to it. ## Installation