Skip to content

Add magic-cc-codex-worker#201

Open
wenqingyu wants to merge 1 commit intoccplugins:mainfrom
wenqingyu:add-magic-cc-codex-worker
Open

Add magic-cc-codex-worker#201
wenqingyu wants to merge 1 commit intoccplugins:mainfrom
wenqingyu:add-magic-cc-codex-worker

Conversation

@wenqingyu
Copy link
Copy Markdown

Adds magic-cc-codex-worker to the Workflow Orchestration section.

What it is

Claude Code plugin that turns OpenAI Codex into a pool of parallel agent workers. Each worker runs in its own git worktree so parallel implementers don't collide. Supports resumable sessions via Codex's native thread_id + codex-reply, dual-model PR review (PR materialized in a detached worktree so the reviewer sees real files, not a diff blob), and role-based specialization.

What's in this vendored directory

  • .claude-plugin/plugin.json — plugin manifest
  • .mcp.json — MCP server registration (2 servers: custom async orchestrator + raw codex mcp-server for sync fast path)
  • commands/ — 9 slash commands under /magic-codex:<verb> namespace
  • agents/ — 3 subagents (implementer, reviewer, planner)
  • dist/index.js — bundled single-file MCP server (947 KB, no runtime npm install needed)
  • dist/roles/defaults/ — TOML role presets

Upstream: https://github.com/wenqingyu/magic-cc-codex-worker

62 unit tests green, strict TypeScript, CI on Node 20/22. PolyForm Noncommercial 1.0.0 licensed.

Formatting note for reviewer

I matched the neighboring bullets' format in README.md and README-zh.md (bare - [name](./plugins/name) with no trailing description), since that's the existing convention in the Workflow Orchestration section. If you prefer a one-line description after the link, happy to amend — just let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants