docs: forbid git commit --no-verify in agent rules
This commit is contained in:
@@ -192,6 +192,7 @@ These commands can destroy other agents' work:
|
|||||||
- `git clean -fd` - deletes untracked files
|
- `git clean -fd` - deletes untracked files
|
||||||
- `git stash` - stashes ALL changes including other agents' work
|
- `git stash` - stashes ALL changes including other agents' work
|
||||||
- `git add -A` / `git add .` - stages other agents' uncommitted work
|
- `git add -A` / `git add .` - stages other agents' uncommitted work
|
||||||
|
- `git commit --no-verify` - bypasses required checks and is never allowed
|
||||||
|
|
||||||
### Safe Workflow
|
### Safe Workflow
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user