docs: update agent frontmatter permission example
Some checks failed
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run
test / test (push) Waiting to run
deploy / deploy (push) Has been cancelled

This commit is contained in:
Aiden Cline 2025-10-26 15:04:48 -05:00
parent 0eb899a950
commit 5162268f9d

View file

@ -389,7 +389,10 @@ description: Code review without edits
mode: subagent
permission:
edit: deny
bash: ask
bash:
"git diff": allow
"git log*": allow
"*": ask
webfetch: deny
---