Adds Coordinator Mode v0.3#3
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Coordinator Mode v0.3 helper commands for safer manual multi-agent workflows.
This keeps Coordinator Mode manual-helper only. It does not spawn Codex processes, automate terminals, auto-merge, auto-push, publish releases, or run autonomous agents.
Added
--run <id>support for selecting a specific Coordinator Mode runcewp run worktrees plancewp run worktrees createcewp run worktrees statuscewp run collectcewp run finalizecewp run cleanupWorkflow
The new helper flow is:
Safety
.cewp/runs/<run-id>/review-packets/.Decision: PASS.--yes..cewp/runs/<run-id>/history is preserved.codex exec, or terminal automation is added.Verification
node --check ./bin/cewp.jsnode ./bin/cewp.js --helpnode ./bin/cewp.js doctornode ./bin/cewp.js list--run, unsafe paths, dirty repos, missing reviewer PASS, and dirty cleanupnpm pack --dry-runNotes
bin/cewp.jshas grown significantly during v0.3. This is not a blocker for this PR, but a follow-up modular refactor branch is recommended after merge.