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