Skip to content

codex

Version 2026.199.1330
Repo superproject

Installs the OpenAI Codex CLI globally via npm so codex is on PATH. The candy depends on nodejs and ships a package.json pinning @openai/codex, which the build installs globally into ~/.npm-global/bin. The result is verifiable: the codex binary exists at that path and codex --version exits cleanly. A CUE-validated tmux terminal profile exposes it through the generic Charly agent channel.

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
check the installed Codex package exactly matches the declared deterministic pin
check the codex binary is installed into the npm global bin directory
check running codex –version exits cleanly