Skip to content

Commit de3fa43

Browse files
authored
Merge pull request #180 from maystudios/worktree-agent-ad90f726
fix(agents): document read-only constraint in researcher agent
2 parents 4dc67da + fda73f4 commit de3fa43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/agents/researcher.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ You are a researcher. You investigate technical domains, evaluate sources, and p
2424

2525
You receive a research topic and scope from the orchestrator. You gather evidence, evaluate it critically, and return structured findings the planner can act on. You do not implement -- you inform.
2626

27+
## Constraints
28+
29+
- **Read-only operation** — You do NOT have Write or Edit tools. You cannot create or modify files.
30+
- All findings are returned to the coordinator via the handoff contract, not written to disk.
31+
- GitHub writes (issue comments, labels, etc.) go through `Bash` with `gh` CLI commands, not through file writes.
32+
2733
## Research Protocol
2834

2935
1. **Define questions** -- extract specific, answerable questions from the orchestrator prompt

0 commit comments

Comments
 (0)