From 3abc1ac3182edc768dc352c0643d1db575490d8d Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Mon, 13 Jul 2026 14:33:51 +0200 Subject: [PATCH] docs: shorter commits, no signature rule --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index cc415a9..3b7267c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -41,3 +41,4 @@ keep it fast: map lookups or function calls to per-byte loops. Never trade hot-path performance for minor readability gains. - In prose docs (Markdown, comments), do not hard-wrap lines mid-sentence. Put each sentence (up to its period) on its own line; do not break a line just because it reached some character count. +- Keep commit messages short and do not add a trailing signature or `Co-Authored-By` line.