1
0
Эх сурвалжийг харах

Merge pull request #2337 from obra/release/v6.4.1

chore: bump version to 6.4.1
Drew Ritter 1 өдөр өмнө
parent
commit
306c52ddbb

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

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

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

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

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "superpowers",
   "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.",
   "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
   "author": {
   "author": {
     "name": "Jesse Vincent",
     "name": "Jesse Vincent",

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

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

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "superpowers",
   "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.",
   "description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
   "author": {
   "author": {
     "name": "Jesse Vincent",
     "name": "Jesse Vincent",

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

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

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

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

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

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

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

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

+ 2 - 2
.opencode/INSTALL.md

@@ -79,11 +79,11 @@ V1 `plugin` key and the V2 `plugins` key):
 
 
 ```json
 ```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
 ## Troubleshooting
 
 

+ 1 - 0
.version-bump.json

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

+ 2 - 2
docs/README.opencode.md

@@ -111,11 +111,11 @@ V1 `plugin` key and the V2 `plugins` key):
 
 
 ```json
 ```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
 ## How It Works
 
 

+ 1 - 1
gemini-extension.json

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

+ 1 - 1
package.json

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