mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 16:04:03 +00:00
docs: forbid git commit --no-verify in agent rules
This commit is contained in:
parent
f33844fe37
commit
62385e2230
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue