Skip to content

Commit 68aa660

Browse files
Copilotmrjf
andauthored
Clarify Step 3 reference in AGENTS.md per code review
Agent-Logs-Url: https://github.com/githubnext/autoloop/sessions/4030fa50-bd00-4943-af98-e61bcf257dc6 Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
1 parent e24adc5 commit 68aa660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The workflow (`workflows/autoloop.md`) is compiled by `gh aw compile` into `.git
7171
6. Updates the program's state file in repo-memory with all state (Machine State table + research sections)
7272
7. If the program has a `target-metric` and the metric is reached, marks it as completed (removes `autoloop-program` label, adds `autoloop-completed` label for issue-based programs)
7373

74-
Branch freshness is handled by the iteration loop itself: each iteration's Step 3 fast-forwards or merges `origin/main` into the program's `autoloop/*` branch as needed (see `workflows/autoloop.md`, "Iteration Loop"). No separate sync workflow is required.
74+
Branch freshness is handled by the iteration loop itself: each iteration's Step 3 (in `workflows/autoloop.md`, "Iteration Loop" → step "Branch Setup") fast-forwards or merges `origin/main` into the program's `autoloop/*` branch as needed. No separate sync workflow is required.
7575

7676
### Evolution Strategy
7777

0 commit comments

Comments
 (0)