From 9341b70cd9d919d3c59b1f734e30260a4131c8a3 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 16:45:00 +0300 Subject: [PATCH] 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. --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 6702f80..91b41f4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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, **1–3 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