Releases: joris887/exosuit
Releases · joris887/exosuit
Release list
Exosuit v5.0.0
The framework is now called Exosuit.
This release retires the previous name everywhere — repository, plugin, marketplace, environment variables, and documentation — and ships the framework under the MIT license. No workflow, skill, hook, or rule behavior changes; the major version bump reflects the breaking rename of the plugin identifier and the environment variable prefix.
Highlights
- Repository renamed to
joris887/exosuit(old URLs and git remotes redirect automatically) - Plugin and marketplace identifiers are now
exosuit - All
JD_*environment variables renamed toEXOSUIT_* /bootstrapstill recognizes pre-5.0 installs during upgrade- MIT license
Upgrading from 4.x
- Rename any
JD_*variables in your shell profile, CI config, or.claude/settings.jsonto theEXOSUIT_*equivalent — the old names are no longer read - If installed as a plugin: remove the old plugin, then install
exosuitfrom theexosuitmarketplace - Or run
/framework-upgradeand let it migrate your install
Full details in the CHANGELOG.