What problem does it solve? It lets a Hermes Kanban worker delegate bounded coding tasks to Codex CLI without giving up control of task lifecycle, review, testing, or board state, preventing untrusted agent output from being treated as task completion. ## Core Features & Use Cases - Isolated Worktree Lanes: Creates task-scoped git branches and worktrees so Codex edits never touch a shared dirty checkout. - Ownership and Safety Rules: Enforces that Hermes alone calls kanban_complete/kanban_block, reruns canonical tests, and rejects diffs that weaken PMB safety constraints such as risk gates or paper-only trading. - Structured Handoff Metadata: Defines a codex_lane metadata schema recording mode, result, accepted commits, tests run, and rejection reasons. - Use Case: A Kanban task asks for a small refactor in prediction-market-bot; the worker spawns codex exec in a temporary worktree, reviews the diff, reruns the repo test wrapper itself, cherry-picks accepted commits, and completes the task with full lane metadata. ## Quick Start Ask the Hermes Kanban worker to run the current task through a Codex lane in an isolated worktree and reconcile the diff before completing the task.