Skip to content

Instantly share code, notes, and snippets.

View ben-vargas's full-sized avatar

Ben Vargas ben-vargas

View GitHub Profile
@kcosr
kcosr / formwork-codex-task.workflow.ts
Created July 4, 2026 18:20
formwork-codex-task workflow
// 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