File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2752752 . ** 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
You can’t perform that action at this time.
0 commit comments