From 8f8c69a04ef3c52cec5d3ef6a5abf6b6a1b27bca Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Wed, 20 May 2026 13:55:53 +0300 Subject: [PATCH] docs: Remove named AI references from commit policy Make the anti-pattern description generic instead of naming a specific tool or service. --- local/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/AGENTS.md b/local/AGENTS.md index 67db028df1..db9039d64b 100644 --- a/local/AGENTS.md +++ b/local/AGENTS.md @@ -940,4 +940,4 @@ Config comparison: ## ANTI-PATTERNS (COMMIT POLICY) -- **DO NOT** include AI attribution in commit messages — no "Ultraworked with [Sisyphus]", "Co-authored-by: Sisyphus", or similar AI agent footers. Commits belong to the human author only. +- **DO NOT** include AI attribution in commit messages — no AI agent footers, co-authored-by lines for automated assistance, or similar markers. Commits belong to the human author only.