docs: mention character limits, wrapping

Amolith created

Change summary

README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Detailed changes

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