Use this when sharing codex-flow publicly or preparing the Codex for Open Source application.
Repo: https://github.com/Dmatut7/codex-flow
Install: npm install -g codex-flow
GitHub fallback: npm install -g github:Dmatut7/codex-flow
codex-flow turns one Codex App / CLI request into parallel, resumable, journaled Codex sub-agents for bug investigations, PR review, issue triage, and release checks.
Codex is powerful, but a normal turn is linear. codex-flow lets maintainers say “use a dynamic workflow” and have Codex generate a workflow, run sub-agents in parallel, journal every node, and resume completed work after interruption. It uses the logged-in Codex membership by default, so early users do not need an OpenAI API key.
- Complex maintainer tasks are naturally parallel: files, hypotheses, issues, checks.
- Long Codex sessions need replay/resume, not “start over”.
- Journaled runs make agent work auditable.
- The Codex skill makes it feel like a native natural-language feature instead of a library users must learn first.
Use this line when people ask “why not just use X?”:
codex-flow is not a general graph framework or a replacement for Codex. It is a small workflow layer that lets Codex App / CLI generate and execute parallel, resumable, journaled maintainer workflows.
I open-sourced codex-flow: a tiny workflow layer for Codex App / CLI.
Say “use a dynamic workflow” and Codex can split a bug investigation / PR review / issue triage into parallel, resumable, journaled sub-agents.
Repo: https://github.com/Dmatut7/codex-flow
I built codex-flow, an open-source workflow layer for Codex App / CLI.
The idea: many maintainer tasks are not one linear agent turn. They are parallel investigations over files, hypotheses, issues, or release checks. codex-flow lets Codex generate a temporary workflow, run sub-agents in parallel, write a journal, and resume completed work for free after interruption.
It works with a Codex/ChatGPT membership by default through codex-sdk / codex-exec, and has a fake backend for tests.
Repo: https://github.com/Dmatut7/codex-flow
Dynamic workflow orchestration for Codex: parallel, resumable, journaled sub-agents for bug investigations, PR review, issue triage, and release checks.
The package is published on npm. For future releases:
npm run typecheck
npm test
npm publish --access publicThen verify:
npm view codex-flow version
npm install -g codex-flow
codex-flow --version
codex-flow doctor- Install:
npm install -g codex-flow
codex-flow doctor
codex-flow try
codex-flow install-codex
codex-flow doctor- Restart Codex.
- Open any project.
- Say:
use a dynamic workflow to investigate this bug across the repo in parallel
- Show:
- generated
.codex-flow/generated/*.workflow.ts, - journal
.codex-flow/journal/*.jsonl, - parallel branches,
- rerun replaying completed nodes.
- npm package published as
codex-flow. - Animated README demo is embedded; a real screen-recorded video would be the next upgrade.
- 3-5 stars or at least one outside user issue/comment.
- Maintainer workflow gallery exists; add issue triage and real user feedback next.
- GitHub Actions CI after enabling
workflowscope on the GitHub token.