Codex Orchestrator is a CLI and runtime for Codex-driven pipelines, auditable manifests, delegation MCP workflows, and downstream repo bootstrapping.
npm i -g @kbediako/codex-orchestrator
codex-orchestrator --versionNode.js >=20 is required.
CO currently targets Codex CLI 0.118.0.
- Install the downstream repo templates:
codex-orchestrator init codex --cwd /path/to/repo
- Configure bundled skills plus delegation and DevTools wiring once per machine:
codex-orchestrator setup --yes
- Log in to Codex. If browser login is not available, use device auth:
codex login # Fallback codex login --device-auth - Run the default docs-first flow inside your repo:
codex-orchestrator flow --task <task-id>
- Check local readiness:
codex-orchestrator doctor --format json
Public downstream docs shipped in the npm package:
- docs/public/downstream-setup.md: install, repo bootstrap, machine setup, and first-run flow
- docs/public/provider-onboarding.md: Linear and Telegram onboarding, env vars, policy examples, readiness, and smoke flow
init codex also seeds provider examples under .codex/providers/ so fresh repos do not need to hand-author the first env and policy files from scratch.
codex-orchestrator flow --task <task-id>
codex-orchestrator review --task <task-id>
codex-orchestrator doctor --usage --window-days 30
codex-orchestrator start diagnostics --task <task-id> --format json
codex-orchestrator co-status
codex-orchestrator control-host supervise status --format jsonInstall bundled skills into $CODEX_HOME/skills:
codex-orchestrator skills installBundled skills:
agent-first-adoption-steeringchrome-devtoolscodex-orchestratorcollab-deliberationcollab-evalscollab-subagents-firstdelegate-earlydelegation-usagedocs-firstelegance-reviewlandlinearlong-poll-waitreleasestandalone-review
- Current Codex CLI target:
0.118.0 - Current model posture:
gpt-5.4 explorer_fastremains the explicitgpt-5.3-codex-sparkexception- Local default runtime:
appserver executionMode=cloudwith explicitruntimeMode=appserverremains unsupported
Contributor and repo-internal guidance lives in the source repository: docs/README.md.