Skip to content

Commit 3acacce

Browse files
committed
docs: remove redundant README prompt intro
1 parent a774180 commit 3acacce

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@ If you want reproducible installs instead of automatic plugin refreshes, pin an
2929
}
3030
```
3131

32-
You can also customize the `plan` agent in the same config. If you set `agent.plan.prompt`, it replaces the plugin's base planning prompt, so this is a good place to add repo-specific planning rules or a dedicated model with a specific reasoning level:
33-
34-
```json
35-
{
36-
"plugin": ["opencode-planner@beta"],
37-
"agent": {
38-
"plan": {
39-
"model": "openai/gpt-5.4",
40-
"reasoningEffort": "high",
41-
"prompt": "Before writing the plan, inspect the current architecture, identify likely touched files, and call out test coverage gaps. Prefer phased plans with explicit validation steps."
42-
}
43-
}
44-
}
45-
```
46-
47-
This replaces the plugin's base planning prompt. The plugin still injects a separate runtime planner reminder to keep the agent in planning mode.
48-
4932
## What it does
5033

5134
- adds a `plan` agent intended for design and implementation planning

0 commit comments

Comments
 (0)