Skip to content

v0.3.0-beta.0 - Adapter foundation

Choose a tag to compare

@SetraTheXX SetraTheXX released this 08 Jun 09:09
· 13 commits to main since this release

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-exec command construction
  • codex-exec availability checks in doctor/preflight
  • Adapter contract documentation updates

Safety

  • CEWP guardrails remain active
  • allowedFiles / forbiddenFiles checks remain CEWP-owned
  • Committed and uncommitted scope checks remain active
  • Reviewer Decision: PASS gate 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 --help
  • node ./bin/cewp.js doctor
  • node ./bin/cewp.js list
  • npm test
  • npm run smoke
  • npm run check
  • npm run pack:dry-run
  • npm pack --dry-run
  • Dev Node Linux validation PASS