π¦ ClawHub
ACPX Codex Playbook
by @spyfree
Practical playbook for running Codex through acpx in persistent sessions, especially when the task needs reliable file creation, local dependency installs, s...
π‘ Examples
Run this default flow for any non-trivial task:
acpx codex sessions new --name task
acpx codex set-mode -s task full-access
acpx codex -s task -f prompt.txt
Prefer this over acpx codex exec ... when the task needs iteration, file output, validation, or retries.
TERMINAL
clawhub install acpx-codex-playbook