document codex phase workflow #36

Open
dirtydishes wants to merge 4 commits from lavender/codex-phase-workflow into main
Owner

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.

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.
mark synthetic replay worker in progress
All checks were successful
CI / Validate (pull_request) Successful in 1m23s
0d715b4b08
set phase workers to gpt 5.5 xhigh
All checks were successful
CI / Validate (pull_request) Successful in 1m15s
eec0207bb0
Author
Owner

update: worker-thread launch guidance now explicitly requires model gpt-5.5 with xhigh reasoning 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: worker-thread launch guidance now explicitly requires model `gpt-5.5` with `xhigh` reasoning 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.
require closing reviewed pr before next phase
All checks were successful
CI / Validate (pull_request) Successful in 1m15s
f250ed195a
Author
Owner

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.

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.
All checks were successful
CI / Validate (pull_request) Successful in 1m15s
This pull request has changes conflicting with the target branch.
  • .beads/issues.jsonl
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.
git fetch -u origin lavender/codex-phase-workflow:lavender/codex-phase-workflow
git switch lavender/codex-phase-workflow

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.

git switch main
git merge --no-ff lavender/codex-phase-workflow
git switch lavender/codex-phase-workflow
git rebase main
git switch main
git merge --ff-only lavender/codex-phase-workflow
git switch lavender/codex-phase-workflow
git rebase main
git switch main
git merge --no-ff lavender/codex-phase-workflow
git switch main
git merge --squash lavender/codex-phase-workflow
git switch main
git merge --ff-only lavender/codex-phase-workflow
git switch main
git merge lavender/codex-phase-workflow
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dirtydishes/islandflow!36
No description provided.