Prompt

Send an additional request to the exact Codex session for an implemented codex-claude-loop lane, sequenced behind its writer lock

ozzaii 6ac72aa 960 B Updated

File contents

Load the codex-claude-loop skill and source its bundled lib/codex-claude-loop.sh. Split $ARGUMENTS into the first word as the slug and the entire remaining text as one request, then call:

cl_prompt <slug> "<additional request>"

Do not call codex exec resume directly. cl_prompt resumes the stored session id, holds the same writer lock as cl_impl and cl_revise, and waits behind a running lane instead of starting a competing Codex process in the worktree.

The lane must already have a valid approved plan and a successful implementation marker. The follow-up is a writer phase: it clears any standing review approval, restores the implementation marker only after Codex exits cleanly, and prints Codex's final response. After it succeeds, re-review before release.

ozzaii/codex-claude-loop/tree/main/plugin/skills/prompt commit 6ac72aa291

Frequently asked questions

npx skillmds@latest add ozzaii/prompt