Topic GUID: a7e4336a-0c86-5585-8e0c-373d60c8c0ca
Why
Context / problem:
- Current keepalive does one round, then you manually click “Update Branch” (or create/merge a branch) in the Codex website to continue.
- That manual step is the entire reason this doesn’t behave like a loop.
Goal:
- Implement a loop that is entirely GitHub-native:
- Gate finishes -> if tasks remain -> Codex runs next task -> commit/push -> Gate reruns -> repeat
- No Codex website clicking.
Requirements:
- Single label policy:
- Only label needed: agent:codex
- keepalive and autofix behavior controlled by a config block in PR body (written by Agents 63 bootstrap) or a repo-level default.
Tasks
Acceptance criteria
- A PR with a tasklist can advance multiple iterations without any manual Codex website interaction.
- Gate green + tasks remaining reliably triggers the next iteration.
- The loop stops safely and noisily when it can’t proceed.
Implementation notes
Not provided.
Synced by workflow run.
Topic GUID: a7e4336a-0c86-5585-8e0c-373d60c8c0ca
Why
Context / problem:
Goal:
Requirements:
Tasks
Acceptance criteria
Implementation notes
Not provided.
Synced by workflow run.