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:
|
||||
- "Bash(*)"
|
||||
- "Read"
|
||||
- "Write"
|
||||
- "Edit"
|
||||
- "Glob"
|
||||
- "Grep"
|
||||
- "WebFetch(*)"
|
||||
- "WebSearch(*)"
|
||||
- "Agent"
|
||||
- "NotebookEdit"
|
||||
- "mcp__*"
|
||||
maxTurns: 30
|
||||
permissionMode: bypassPermissions
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user