Просмотр исходного кода

chore: bump version to 6.4.1

v6.4.0 was never shipped; 6.4.1 is the first release with these changes.
Points the OpenCode V2 pinning docs at v6.4.1, since no v6.4.0 tag will
exist. Excludes the gitignored evals/ clone from the version audit, which
was grepping all 11G of it and never finishing.

Claude-Session: https://claude.ai/code/session_01BJAzd3A26a2XKo1JUJWySu
Jesse Vincent 1 день назад
Родитель
Сommit
d6ce152d05

+ 1 - 1
.claude-plugin/marketplace.json

@@ -9,7 +9,7 @@
     {
       "name": "superpowers",
       "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
-      "version": "6.4.0",
+      "version": "6.4.1",
       "source": "./",
       "author": {
         "name": "Jesse Vincent",

+ 1 - 1
.claude-plugin/plugin.json

@@ -1,7 +1,7 @@
 {
   "name": "superpowers",
   "description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "author": {
     "name": "Jesse Vincent",
     "email": "jesse@fsck.com"

+ 1 - 1
.codex-plugin/plugin.json

@@ -1,6 +1,6 @@
 {
   "name": "superpowers",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
   "author": {
     "name": "Jesse Vincent",

+ 1 - 1
.cursor-plugin/plugin.json

@@ -2,7 +2,7 @@
   "name": "superpowers",
   "displayName": "Superpowers",
   "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "author": {
     "name": "Jesse Vincent",
     "email": "jesse@fsck.com"

+ 1 - 1
.devin-plugin/plugin.json

@@ -1,6 +1,6 @@
 {
   "name": "superpowers",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
   "author": {
     "name": "Jesse Vincent",

+ 1 - 1
.hermes-plugin/plugin.yaml

@@ -1,5 +1,5 @@
 name: superpowers
-version: 6.4.0
+version: 6.4.1
 description: Superpowers skills and workflow bootstrap for Hermes Agent
 author: obra
 provides_hooks:

+ 1 - 1
.kimi-plugin/plugin.json

@@ -1,6 +1,6 @@
 {
   "name": "superpowers",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "description": "An agentic skills framework and software development methodology.",
   "author": {
     "name": "Jesse Vincent",

+ 1 - 1
.muse-plugin/marketplace.json

@@ -9,7 +9,7 @@
     {
       "name": "superpowers",
       "description": "Core skills library for Muse: TDD, debugging, collaboration patterns, and proven techniques",
-      "version": "6.4.0",
+      "version": "6.4.1",
       "source": "./",
       "author": {
         "name": "Jesse Vincent",

+ 1 - 1
.muse-plugin/plugin.json

@@ -2,7 +2,7 @@
   "schemaVersion": 1,
   "name": "superpowers",
   "displayName": "Superpowers",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "description": "Core skills library for Muse: TDD, debugging, collaboration patterns, and proven techniques",
   "compat": {
     "source": "native",

+ 2 - 2
.opencode/INSTALL.md

@@ -79,11 +79,11 @@ V1 `plugin` key and the V2 `plugins` key):
 
 ```json
 {
-  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git#v6.4.0"]
+  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git#v6.4.1"]
 }
 ```
 
-On V2, pin `v6.4.0` or later; `v6.3.0` and earlier releases load only on V1.
+On V2, pin `v6.4.1` or later; `v6.3.0` and earlier releases load only on V1.
 
 ## Troubleshooting
 

+ 1 - 0
.version-bump.json

@@ -17,6 +17,7 @@
       "CHANGELOG.md",
       "RELEASE-NOTES.md",
       "node_modules",
+      "evals",
       ".git",
       ".version-bump.json",
       "scripts/bump-version.sh"

+ 2 - 2
docs/README.opencode.md

@@ -111,11 +111,11 @@ V1 `plugin` key and the V2 `plugins` key):
 
 ```json
 {
-  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git#v6.4.0"]
+  "plugin": ["superpowers@git+https://github.com/obra/superpowers.git#v6.4.1"]
 }
 ```
 
-On V2, pin `v6.4.0` or later; `v6.3.0` and earlier releases load only on V1.
+On V2, pin `v6.4.1` or later; `v6.3.0` and earlier releases load only on V1.
 
 ## How It Works
 

+ 1 - 1
gemini-extension.json

@@ -1,6 +1,6 @@
 {
   "name": "superpowers",
   "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "contextFileName": "GEMINI.md"
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "superpowers",
-  "version": "6.4.0",
+  "version": "6.4.1",
   "description": "Superpowers skills and runtime bootstrap for coding agents",
   "type": "module",
   "main": ".opencode/plugins/superpowers.js",