From 4c56e78cb64d49f02a1fdc2083aa4a8da63143ea Mon Sep 17 00:00:00 2001 From: Jone Date: Thu, 19 Mar 2026 16:55:50 +0100 Subject: [PATCH] docs: add commit message brevity rule --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index f4751b7..4baa410 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -95,6 +95,7 @@ CHECK syntax before committing USE clear and concise commit messages (follow conventional commits if possible) NEVER set the git identity NEVER add Co-authored-by trailers +KEEP commit messages brief — no long descriptions if message is self-explanatory KEEP diffs minimal ENSURE small, verifiable commits