Summary
CEWP v0.3.1-beta.0 continues the v0.3 adapter foundation work with adapter config hardening, doctor visibility, init template support, and CodeGraph workflow hygiene.
This release still supports only the codex-exec provider. External provider support is not implemented yet.
Added / Improved
- Added optional root-level
cewp.config.jsonadapter config support - Added
cewp doctoradapter config source/provider summary - Added
cewp init --with-configto generate a starter adapter config template - Hardened adapter config coverage across dispatch, workers, and pipeline dry-run flows
- Added CodeGraph-assisted discovery documentation and local index hygiene
- Added package surface guards for
.codegraph/and other local/private folders - Updated install and adapter contract documentation
Safety
- External providers were not added
- Runtime guardrails were not changed
allowedFiles/forbiddenFilesbehavior remains unchanged- Reviewer
Decision: PASSfinalize gate remains unchanged .codegraph/,.ctxo/,.cewp/,.cewp-worktrees/, andtests/are not included in the npm package surface
Validation
node ./bin/cewp.js --helpnode ./bin/cewp.js doctornpm testnpm run smokenpm run checknpm run pack:dry-runnpm pack --dry-run