agents/development-workflows-research-agent: expand allowedTools
Add Write, Edit, Agent, NotebookEdit, and mcp__* to the allowlist so the research agent can author reports and delegate to subagents without per-tool permission prompts. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -6,10 +6,15 @@ color: cyan
|
|||||||
allowedTools:
|
allowedTools:
|
||||||
- "Bash(*)"
|
- "Bash(*)"
|
||||||
- "Read"
|
- "Read"
|
||||||
|
- "Write"
|
||||||
|
- "Edit"
|
||||||
- "Glob"
|
- "Glob"
|
||||||
- "Grep"
|
- "Grep"
|
||||||
- "WebFetch(*)"
|
- "WebFetch(*)"
|
||||||
- "WebSearch(*)"
|
- "WebSearch(*)"
|
||||||
|
- "Agent"
|
||||||
|
- "NotebookEdit"
|
||||||
|
- "mcp__*"
|
||||||
maxTurns: 30
|
maxTurns: 30
|
||||||
permissionMode: bypassPermissions
|
permissionMode: bypassPermissions
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user