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 @@ -123,7 +123,7 @@ import type { Config, BuildResult } from "./types.ts"
123123| ---------| ------------| ---------|
124124| Files | kebab-case or camelCase | ` config.ts ` , ` fs.ts ` |
125125| Types/Interfaces | PascalCase | ` Logger ` , ` State ` , ` BuildResult ` |
126- | Functions | camelCase | ` runPlanning ` , ` markTaskComplete ` |
126+ | Functions | camelCase | ` runPlan ` , ` markTaskComplete ` |
127127| Constants | SCREAMING_SNAKE_CASE or camelCase | ` DEFAULT_STATE ` , ` ENV_PREFIX ` |
128128| Variables | camelCase | ` shutdownRequested ` |
129129
@@ -402,7 +402,7 @@ bun run dev -- -m anthropic/claude-sonnet-4 -p test-project
402402
403403## Three-Phase Autonomous Loop
404404
405- 1 . ** Planning Phase** : Generate a development plan (checks ideas queue first)
405+ 1 . ** Plan Phase** : Generate a development plan (checks ideas queue first)
4064062 . ** Build Phase** : Build tasks from the plan one by one
4074073 . ** Eval Phase** : AI evaluates if cycle is complete (COMPLETE/NEEDS_WORK)
408408
You can’t perform that action at this time.
0 commit comments