v0.3.0-beta.0 - Adapter foundation
Summary
CEWP v0.3.0-beta.0 introduces the first adapter foundation layer for Coordinator Mode.
This release does not add external provider support yet. The current production provider remains codex-exec, but the internal adapter boundary is now cleaner and better prepared for future provider experiments.
Added / Improved
- Formalized fake/test adapter harness
- Minimal internal adapter registry
- Adapter result shape normalization
- Role-based adapter config normalization foundation
- Dispatch adapter resolution through config helpers
- Centralized
codex-execcommand construction codex-execavailability checks in doctor/preflight- Adapter contract documentation updates
Safety
- CEWP guardrails remain active
allowedFiles/forbiddenFileschecks remain CEWP-owned- Committed and uncommitted scope checks remain active
- Reviewer
Decision: PASSgate remains required for finalize - No automatic merge, push, publish, release, or tag behavior was added
- External provider support is not implemented in this release
Validation
node ./bin/cewp.js --helpnode ./bin/cewp.js doctornode ./bin/cewp.js listnpm testnpm run smokenpm run checknpm run pack:dry-runnpm pack --dry-run- Dev Node Linux validation PASS