From eafe962b18f6c5dc70fb7c8cc7e83e61f4cdde06 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 25 Mar 2026 11:08:09 -0700 Subject: [PATCH] Release v5.0.6: inline self-review, brainstorm server restructure, owner-PID fixes --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 11 +++++++++-- .cursor-plugin/plugin.json | 11 +++++++++-- gemini-extension.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 138d485d..dbcfed29 100644 --- a/.claude-plugin/marketplace.json +++ b/.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": "5.0.5", + "version": "5.0.6", "source": "./", "author": { "name": "Jesse Vincent", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0cbd79e5..1a2018bc 100644 --- a/.claude-plugin/plugin.json +++ b/.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": "5.0.5", + "version": "5.0.6", "author": { "name": "Jesse Vincent", "email": "jesse@fsck.com" @@ -9,5 +9,12 @@ "homepage": "https://github.com/obra/superpowers", "repository": "https://github.com/obra/superpowers", "license": "MIT", - "keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"] + "keywords": [ + "skills", + "tdd", + "debugging", + "collaboration", + "best-practices", + "workflows" + ] } diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index a8c0837f..24466b35 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "superpowers", "displayName": "Superpowers", "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques", - "version": "5.0.5", + "version": "5.0.6", "author": { "name": "Jesse Vincent", "email": "jesse@fsck.com" @@ -10,7 +10,14 @@ "homepage": "https://github.com/obra/superpowers", "repository": "https://github.com/obra/superpowers", "license": "MIT", - "keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"], + "keywords": [ + "skills", + "tdd", + "debugging", + "collaboration", + "best-practices", + "workflows" + ], "skills": "./skills/", "agents": "./agents/", "commands": "./commands/", diff --git a/gemini-extension.json b/gemini-extension.json index d1020a00..2042d13c 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "superpowers", "description": "Core skills library: TDD, debugging, collaboration patterns, and proven techniques", - "version": "5.0.0", + "version": "5.0.6", "contextFileName": "GEMINI.md" } diff --git a/package.json b/package.json index 323bd9d1..980800ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superpowers", - "version": "5.0.4", + "version": "5.0.6", "type": "module", "main": ".opencode/plugins/superpowers.js" }