Skip to content

Commit a1f3614

Browse files
committed
Be more specific about what is a round
1 parent 3374acb commit a1f3614

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

commands/start-rlcr-loop.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ This command starts an iterative development loop where:
127127
7. If code review finds issues (`[P0-9]` markers), you fix them and continue
128128
8. When no issues are found, the loop ends with a Finalize Phase
129129

130+
## What Is a Round
131+
132+
**One round = the agent believes the entire plan is finished.** A round boundary is when the agent writes a summary and attempts to exit, triggering Codex review. This is the fundamental semantic:
133+
134+
- A round is NOT one task, one milestone, one stage, or one layer of the plan.
135+
- If the plan has multiple stages or milestones, they are all completed within a single round before writing the round summary.
136+
- Intermediate progress checks (e.g., verifying a stage before starting the next) should use manual `ask-codex` calls, not round boundaries.
137+
- Only write `round-N-summary.md` and attempt to exit when you believe ALL tasks in the plan are done.
138+
130139
## Goal Tracker System
131140

132141
This loop uses a **Goal Tracker** to prevent goal drift across iterations:

0 commit comments

Comments
 (0)