Release v6.0.2: stop shipping the evals submodule

It broke plugin installs for some users (#1778, #1774). The eval harness
now lives in its own repo, separate from the published plugin.
This commit is contained in:
Jesse Vincent
2026-06-16 22:18:06 -07:00
committed by Drew Ritter
parent a21956e48c
commit b62616fc12
13 changed files with 19 additions and 18 deletions

View File

@@ -1,5 +1,11 @@
# Superpowers Release Notes
## v6.0.2 (2026-06-16)
### Install Fixes
- **We no longer ship the `evals` submodule.** It broke plugin installs for some users, so the eval harness now lives in its own repo, separate from the published plugin. (#1778, #1774)
## v6.0.1 (2026-06-16)
### Codex Fixes