{ "name": "codex-flow", "version": "0.2.4", "description": "Dynamic workflow orchestration for Codex — split complex tasks into parallel, resumable, journaled Codex sub-agents.", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Dmatut7/codex-flow.git" }, "bugs": { "url": "https://github.com/Dmatut7/codex-flow/issues" }, "homepage": "https://github.com/Dmatut7/codex-flow#readme", "keywords": [ "codex", "codex-cli", "codex-app", "workflow", "agent", "agents", "parallel", "resume", "journaling", "orchestration", "openai", "codex-sdk", "codex-workflow", "dynamic-workflow", "ai-agents", "developer-tools", "code-review", "bug-triage", "issue-triage", "release-automation", "agent-orchestration" ], "bin": { "codex-flow": "bin/codex-flow.mjs", "dongt": "bin/codex-flow.mjs" }, "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs" } }, "files": [ "index.mjs", "index.d.ts", "bin", "cli", "engine", "adapters", "codex-skill", "codex-skill-business-audit", "codex-skill-parallel-fix", "README.md", "examples", "docs", "CONTRIBUTING.md", "CHANGELOG.md", "assets", "ROADMAP.md", "SECURITY.md", ".github" ], "scripts": { "test": "node --import tsx --test tests/*.test.ts", "typecheck": "tsc --noEmit", "example": "tsx examples/triage.workflow.ts", "dongt": "tsx cli/main.ts", "codex-flow": "tsx cli/main.ts", "prepublishOnly": "npm run typecheck && npm test" }, "engines": { "node": ">=18" }, "dependencies": { "@openai/codex-sdk": "0.128.0", "ajv": "^8.17.1", "openai": "^6.9.1", "tsx": "^4.20.6", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/node": "^24.10.1", "typescript": "^5.9.3" } }