Skip to content

Releases: joris887/exosuit

Release list

Exosuit v5.0.0

Choose a tag to compare

@joris887 joris887 released this 06 Aug 19:26
64d210c

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 to EXOSUIT_*
  • /bootstrap still 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.json to the EXOSUIT_* equivalent — the old names are no longer read
  • If installed as a plugin: remove the old plugin, then install exosuit from the exosuit marketplace
  • Or run /framework-upgrade and let it migrate your install

Full details in the CHANGELOG.