Skip to content

Commit bea4865

Browse files
committed
docs: update README.md to use 'Plan' instead of 'Planning'
Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent 7e69e13 commit bea4865

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ OpenCoder implements an **agentic development loop** with three phases:
148148

149149
```
150150
+-------------+ +-------------+ +-------------+
151-
| Planning |---->| Build |---->| Eval |
151+
| Plan |---->| Build |---->| Eval |
152152
| Phase | | Phase | | Phase |
153153
+-------------+ +-------------+ +-------------+
154154
^ |
@@ -271,7 +271,7 @@ opencoder -m anthropic/claude-sonnet-4
271271

272272
### How It Works
273273

274-
1. **Before Planning** - OpenCoder checks `.opencode/opencoder/ideas/` for `.md` files
274+
1. **Before Plan** - OpenCoder checks `.opencode/opencoder/ideas/` for `.md` files
275275
2. **Smart Selection**:
276276
- **1 idea**: Uses it directly (no extra API call)
277277
- **2+ ideas**: AI evaluates all and picks the simplest/quick-win, considering dependencies
@@ -290,7 +290,7 @@ The AI prioritizes based on:
290290
```
291291
[Cycle 5] Found 3 idea(s) in queue
292292
[Cycle 5] AI selected idea: fix-login-timeout.md
293-
[Cycle 5] Planning for: fix-login-timeout.md
293+
[Cycle 5] Plan for: fix-login-timeout.md
294294
[Cycle 5] Plan created with 3 tasks
295295
```
296296

0 commit comments

Comments
 (0)