docs: forbid git commit --no-verify in agent rules

This commit is contained in:
Mario Zechner 2026-02-05 22:00:30 +01:00
parent f33844fe37
commit 62385e2230

View file

@ -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