v0.2.0-beta.0 - Coordinator Mode runtime and guarded parallel dispatch
Release Notes
0.2.0-beta.0
Summary
CEWP now includes a local-first Coordinator Mode runtime for multi-agent engineering workflows, with worktree isolation, dispatch planning, guarded Codex execution, parallel workers, reviewer gate, operator policy modes, harness smoke tests, and modularized CLI internals.
Added
- Coordinator Mode runtime under
.cewp/runs/<run-id>/ - Worktree helpers: plan/create/status
- Review packet collection
- Finalize, cleanup, prune helpers
- Dispatch plan/check/prompts/start dry-run
- Guarded
codex-execadapter execution - Sequential and parallel worker execution
- Reviewer execution
- Dispatch pipeline
- Operator policy config:
cewp policy showcewp policy set safecewp policy set trustedcewp policy set full-authoritycewp policy reset
- Harness smoke tests
- Modular
src/**runtime structure
Safety
- No automatic merge
- No automatic push
- No automatic publish/release
- Cleanup is dry-run by default
- Finalize requires reviewer
Decision: PASS - Worker scope checks include both uncommitted and committed branch changes
allowedFiles/forbiddenFilesguardrails remain active- Full authority mode is supported but does not disable CEWP guardrails
Verification
node --check ./bin/cewp.jsnode ./bin/cewp.js --helpnode ./bin/cewp.js doctornode ./bin/cewp.js listnode ./tests/harness/run-smoke.jsnpm pack --dry-run