What problem does it solve?
Coordinates module-level change management by producing a Delta-backed change document that ties a proposed change to the module spec and plan, enabling clear traceability and incremental evolution without overwriting the living spec.
Core Features & Use Cases
- Treat modules as first-class citizens with a centralized location under eo-doc/dev/<module-name>/changes
- Declare Delta (ADDED / MODIFIED / REMOVED) without rewriting the spec during change progression
- Generate a concrete change.md per change, then archive to apply Delta back into the spec
- Support bootstrap, feature/enhance/refactor workflows and handle cross-module scenarios when multiple specs are affected
- Provide a unified template-driven workflow from draft to archive, ensuring traceability and reproducibility
Quick Start
Create a new change document under eo-doc/dev/<module-name>/changes, draft change.md following the template, and start the eo-change workflow.