mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 13:50:12 -04:00
fix(reviewer): add permissionMode: plan for consistency with other read-only agents
This commit is contained in:
parent
7699f67959
commit
d99f89e5b2
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
name: reviewer
|
name: reviewer
|
||||||
description: Use after implementation — reviews code quality and verifies claims against source, docs, and acceptance criteria. Never modifies code.
|
description: Use after implementation — reviews code quality and verifies claims against source, docs, and acceptance criteria. Never modifies code.
|
||||||
model: sonnet
|
model: sonnet
|
||||||
|
permissionMode: plan
|
||||||
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
||||||
disallowedTools: Write, Edit
|
disallowedTools: Write, Edit
|
||||||
maxTurns: 20
|
maxTurns: 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue