From 62385e22306c63fa6603493d5d35d99b0545e72e Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Thu, 5 Feb 2026 22:00:30 +0100 Subject: [PATCH] docs: forbid git commit --no-verify in agent rules --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 10194031..f16e830d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -192,6 +192,7 @@ These commands can destroy other agents' work: - `git clean -fd` - deletes untracked files - `git stash` - stashes ALL changes including other agents' work - `git add -A` / `git add .` - stages other agents' uncommitted work +- `git commit --no-verify` - bypasses required checks and is never allowed ### Safe Workflow ```bash