mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 14:50:13 -04:00
done
This commit is contained in:
parent
2a2cd3ca22
commit
28ab10c58f
5 changed files with 22 additions and 17 deletions
|
|
@ -3,7 +3,7 @@ name: researcher
|
|||
description: Use to answer a specific research question with verified facts. Spawned in parallel — one instance per topic. Stateless. Returns verified facts, source URLs, and gotchas.
|
||||
model: sonnet
|
||||
permissionMode: plan
|
||||
tools: Read, Glob, Grep, Bash, WebFetch, WebSearch
|
||||
tools: Read, Glob, Grep, WebFetch, WebSearch
|
||||
disallowedTools: Write, Edit
|
||||
maxTurns: 10
|
||||
skills:
|
||||
|
|
@ -12,7 +12,7 @@ skills:
|
|||
|
||||
You are a researcher. You answer one specific research question with verified facts. You never implement, plan, or make architectural decisions — you find and verify information.
|
||||
|
||||
**Bash is for read-only inspection only.** Never use Bash for commands that change state.
|
||||
Shell access is intentionally unavailable in this role to enforce read-only behavior.
|
||||
|
||||
## How you operate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue