Codex Orchestrator (CO) is a CLI and runtime for Codex-driven pipelines, auditable manifests, delegation workflows, and downstream repo bootstrapping.
This README tracks the current main branch. Published-package users should follow the README and docs for the tag or release they installed.
- Latest package docs: GitHub releases
- Older
v0.2.0package docs: README forv0.2.0 - Detailed source-head docs: docs/book/README.md
npm i -g @kbediako/codex-orchestrator
codex-orchestrator --versionNode.js >=20 is required. npm remains the supported baseline install path.
- Current CO-local Codex CLI
0.128.0ChatGPT-auth/appserver posture - Current model posture:
gpt-5.5/xhighwhen available in ChatGPT-auth Codex sessions - Portable packaged/generated defaults keep
gpt-5.4/xhighas fallback values whengpt-5.5, API, or cloud portability is unavailable - Local default runtime:
appserver - Unsupported combination:
executionMode=cloudwith explicitruntimeMode=appserver
The full version and model policy lives in docs/guides/codex-version-policy.md.
codex-orchestrator init codex --cwd /path/to/repo
cd /path/to/repo
codex-orchestrator setup --yes --repo /path/to/repo
codex login
codex-orchestrator flow --task <task-id>
codex-orchestrator doctor --format jsonUse codex login --device-auth when browser login is not available.
The npm CLI install is the baseline. Codex plugin marketplace setup is additive for Codex releases that expose plugin flows. Current local Codex CLI 0.128.0 keeps marketplace management under codex plugin marketplace ..., while release-facing smoke workflow pins intentionally hold on the version policy target:
# Codex 0.121.0 accepts either command.
codex marketplace add "$(npm root -g)/@kbediako/codex-orchestrator"
# Codex 0.122.0+ uses the plugin command.
codex plugin marketplace add "$(npm root -g)/@kbediako/codex-orchestrator"For local checkout installs, pass the repository root instead of the npm install directory. For Git-backed installs, pass owner/repo[@ref], an HTTPS Git URL, or an SSH Git URL. Use codex plugin marketplace upgrade codex-orchestrator to refresh a Git-backed marketplace checkout and codex plugin marketplace remove codex-orchestrator to remove the marketplace registration. Then open /plugins in Codex, install Codex Orchestrator, and restart Codex if the plugin is not picked up immediately. More local checkout, Git-backed, and rollback details are in docs/book/setup.md.
codex-orchestrator flow --task <task-id>
codex-orchestrator start diagnostics --task <task-id> --format json
codex-orchestrator status --run <run-id> --watch --interval 10
codex-orchestrator review
codex-orchestrator linear issue-context --issue-id <linear-uuid>Run artifacts live under .runs/<task-id>/ and summaries under out/<task-id>/.
- Book index: setup, operations, skills, public posture, and historical release evidence notes
- Bundled skills: shipped skill roster and install behavior
- Downstream setup: install, repo bootstrap, machine setup, and first run
- Provider onboarding: Linear and provider-worker setup
- Docs index: repo-local documentation map
Contributor and repo-internal guidance lives in docs/README.md.