EvoZeus-CoEvolve v0.11.0
EvoZeus-CoEvolve v0.11.0
Summary
- Renames the product and canonical repository from
EvoZeus-wrappertoEvoZeus-CoEvolve. - Updates generated status sections, documentation links, release discovery, templates, and user-facing runtime messages to the new product name.
- Preserves existing
.evozeus-wrapper/, Python module names, environment variables, workflow filenames, and Skill slugs as compatibility identifiers. - Migrates legacy
EvoZeus-wrapperstatus headings toEvoZeus-CoEvolvewhile preserving target-owned Skill content.
Upgrade
Preview the coordinated harness refresh first:
python3 scripts/evozeus_wrapper.py harness upgrade-all --latest-version v0.11.0 --dry-run --jsonApply only after reviewing the complete write set:
python3 scripts/evozeus_wrapper.py harness upgrade-all --latest-version v0.11.0 --approve --jsonVerification
python3 -m pytest -q— 124 passed.- Python compilation checks passed for the CLI, bootstrap, lifecycle, preflight, dispatcher, and hook adapter.