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:
Shayan Rais
2026-04-18 20:24:05 +05:00
parent a1640f8bdf
commit b6ff4fdb25
@@ -6,10 +6,15 @@ color: cyan
allowedTools:
- "Bash(*)"
- "Read"
- "Write"
- "Edit"
- "Glob"
- "Grep"
- "WebFetch(*)"
- "WebSearch(*)"
- "Agent"
- "NotebookEdit"
- "mcp__*"
maxTurns: 30
permissionMode: bypassPermissions
---