Skip to content

v0.3.1-beta.0 - Adapter config hardening

Latest

Choose a tag to compare

@SetraTheXX SetraTheXX released this 11 Jun 15:22

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.json adapter config support
  • Added cewp doctor adapter config source/provider summary
  • Added cewp init --with-config to 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 / forbiddenFiles behavior remains unchanged
  • Reviewer Decision: PASS finalize gate remains unchanged
  • .codegraph/, .ctxo/, .cewp/, .cewp-worktrees/, and tests/ are not included in the npm package surface

Validation

  • node ./bin/cewp.js --help
  • node ./bin/cewp.js doctor
  • npm test
  • npm run smoke
  • npm run check
  • npm run pack:dry-run
  • npm pack --dry-run