chore: bump version to 6.4.1
@@ -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,7 +1,7 @@
"email": "jesse@fsck.com"
@@ -1,6 +1,6 @@
"description": "An agentic skills framework & software development methodology that works: planning, TDD, debugging, and collaboration workflows.",
@@ -2,7 +2,7 @@
"displayName": "Superpowers",
"description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques",
@@ -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:
"description": "An agentic skills framework and software development methodology.",
"description": "Core skills library for Muse: TDD, debugging, collaboration patterns, and proven techniques",
"schemaVersion": 1,
"compat": {
"source": "native",
@@ -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
@@ -17,6 +17,7 @@
"CHANGELOG.md",
"RELEASE-NOTES.md",
"node_modules",
+ "evals",
".git",
".version-bump.json",
"scripts/bump-version.sh"
@@ -111,11 +111,11 @@ V1 `plugin` key and the V2 `plugins` key):
## How It Works
"contextFileName": "GEMINI.md"
"description": "Superpowers skills and runtime bootstrap for coding agents",
"type": "module",
"main": ".opencode/plugins/superpowers.js",