Skip to content

Commit c094e7c

Browse files
committed
docs: update AGENTS.md for build module rename
Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent 136a852 commit c094e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ src/
8585
logger.ts # Logging with live output streaming
8686
plan.ts # Plan parsing, validation, prompt generation
8787
ideas.ts # Ideas queue management, selection logic
88-
builder.ts # OpenCode SDK wrapper with event streaming
88+
build.ts # OpenCode SDK wrapper with event streaming
8989
eval.ts # Eval response parsing
9090
loop.ts # Main autonomous loop
9191
git.ts # Git operations (commit, push, change detection)
@@ -357,7 +357,7 @@ OpenCoder includes an **ideas queue system** that allows users to provide specif
357357

358358
- **`ideas.ts`**: Core module with `Idea` interface, `loadAllIdeas()`, `formatIdeasForSelection()`
359359
- **`plan.ts`**: Contains `generateIdeaSelectionPrompt()` and `generateIdeaPlanPrompt()`
360-
- **`builder.ts`**: Has `runIdeaSelection()` and `runIdeaPlan()` methods
360+
- **`build.ts`**: Has `runIdeaSelection()` and `runIdeaPlan()` methods
361361
- **`loop.ts`**: Integrates ideas check before plan phase
362362

363363
### Selection Criteria

0 commit comments

Comments
 (0)