Move superpowers plugin into plugins/superpowers-bootstrap subdirectory

This restructures the repo to support multiple plugins by moving the current
plugin into a subdirectory. The plugin continues to be published as "superpowers"
in the marketplace.
This commit is contained in:
Jesse Vincent
2025-10-15 22:27:45 -07:00
parent 02429d7e26
commit 809956f3bf
11 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "2.0.4",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
},
"homepage": "https://github.com/obra/superpowers",
"repository": "https://github.com/obra/superpowers",
"license": "MIT",
"keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"]
}