document codex phase workflow #36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lavender/codex-phase-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
summary
adds a codex phase implementation workflow under docs/implementation and links it from the implementation readme. the workflow defines how this orchestration thread selects the next beads-backed phase, launches an implementation worker, launches a review worker after a pr exists, gates merges, and loops to the next ready phase.
this also records that the first worker for islandflow-259.4 was started, so beads now shows the synthetic replay integration phase as in progress.
intended effect for end users
phase work should move in smaller, more reviewable passes with a clear handoff between implementation, review, and merge. the docs make the loop reproducible instead of depending on memory in one long thread.
validation
ran git diff --cached --check before each commit. no bun test run was needed because this is docs and issue-tracker state only.
update: worker-thread launch guidance now explicitly requires model
gpt-5.5withxhighreasoning for implementation and review threads. the active heartbeat automation was updated to use the same setting, and the already-running implementation worker received a queued gpt-5.5/xhigh continuation message.update: clarified the orchestration gate. after review, the orchestrator must merge the PR or explicitly close it as rejected before selecting or launching the next implementation task. no next-phase worker should start while the reviewed PR is still open.
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.