This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // formwork-codex-task — DRAFT (2026-07-04, unvalidated) | |
| // | |
| // A keel workflow that runs ONE Formwork implementation task with a | |
| // persistent Codex session, then PARKS instead of finishing so the | |
| // orchestrator (Claude, via `keel signal`) can send follow-up rounds to | |
| // the same session. Review is deliberately NOT embedded: the orchestrator | |
| // reviews the branch between rounds and feeds findings back as follow-ups. | |
| // | |
| // Cribbed from workflows/branch-worktree-implement-review-codex-fast. | |
| // Validate with `keel run` against the current SDK before |