docs(agents): tie commit bullet guidance to patch size

Clarify that optional bullets become substantive grouped lists when the diff
is large or spans several concerns.

- Adjust the workflow-rules bullet that describes Conventional Commit bodies.
This commit is contained in:
Jukka Aho
2026-05-09 16:45:00 +03:00
parent d711cab0d3
commit 9341b70cd9
+2 -1
View File
@@ -207,7 +207,8 @@ Editor-local Cursor rules under `.cursor/` are not part of the git tree.
why). Never `git add .` or `git add -A` unless the user asks; stage paths
deliberately. Read the **full** staged diff (no `head`/`tail`). Message
format: Conventional Commits **subject**, blank line, **13 sentence**
summary, then optional **bullet** details. **Propose** paths + full message
summary, then bullets **scaled to the patch** (small change → few or none;
large / multi-concern → grouped, substantive bullets). **Propose** paths + full message
and wait for **explicit approval** before each `git commit`. See
`.github/prompts/commit.prompt.md` for the full protocol.
- Never commit without an explicit user command to start committing. Do not