Skip to content

Commit 79abe81

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

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
@@ -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)
406406
2. **Build Phase**: Build tasks from the plan one by one
407407
3. **Eval Phase**: AI evaluates if cycle is complete (COMPLETE/NEEDS_WORK)
408408

0 commit comments

Comments
 (0)