docs: update agent frontmatter permission example
This commit is contained in:
parent
0eb899a950
commit
5162268f9d
1 changed files with 4 additions and 1 deletions
|
|
@ -389,7 +389,10 @@ description: Code review without edits
|
||||||
mode: subagent
|
mode: subagent
|
||||||
permission:
|
permission:
|
||||||
edit: deny
|
edit: deny
|
||||||
bash: ask
|
bash:
|
||||||
|
"git diff": allow
|
||||||
|
"git log*": allow
|
||||||
|
"*": ask
|
||||||
webfetch: deny
|
webfetch: deny
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue