Skip to content

Commit 639e845

Browse files
authored
Merge pull request #187 from maystudios/worktree-agent-aa2d113f
fix: align planner agent tools with §7.1 spec
2 parents de1a212 + bb17a64 commit 639e845

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

templates/agents/planner.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ description: Creates detailed implementation plans with task breakdowns, wave as
44
tools:
55
- Read
66
- Write
7-
- Edit
7+
- Bash
88
- Grep
99
- Glob
10-
- WebSearch
11-
- WebFetch
12-
- TodoRead
13-
- TodoWrite
14-
- AskUserQuestion
1510
model: inherit
1611
permissionMode: plan
1712
skills:
@@ -34,8 +29,7 @@ You receive phase context and research from the orchestrator, then produce a det
3429

3530
## Constraints
3631

37-
- **Write/Edit ONLY for the plan file** — You operate in Plan Mode (`permissionMode: plan`). Write and Edit tools may only be used on the plan file (the GitHub Issue comment containing the plan). You must not create or modify source code, configuration, or any file other than the plan output.
38-
- **No Bash execution** — You do not have the Bash tool. All investigation is done via Read, Grep, Glob, WebSearch, and WebFetch.
32+
- **Write ONLY for the plan file** — You operate in Plan Mode (`permissionMode: plan`). The Write tool may only be used on the plan file (the GitHub Issue comment containing the plan). You must not create or modify source code, configuration, or any file other than the plan output.
3933

4034
## Planning Protocol
4135

0 commit comments

Comments
 (0)