mirror of
https://github.com/obra/superpowers.git
synced 2026-07-01 23:19:04 +08:00
Bump all manifests to 6.1.0 and add RELEASE-NOTES for v6.1.0: - Compress the using-superpowers bootstrap and prune per-harness tool-mapping references (lower per-session token cost). - Add a Codex marketplace manifest so the plugin installs from Codex; drop the Codex SessionStart hook. - Remove Gemini CLI support (Google EOLed the Gemini CLI 2026-06-18).
21 lines
514 B
JSON
21 lines
514 B
JSON
{
|
|
"name": "superpowers-dev",
|
|
"description": "Development marketplace for Superpowers core skills library",
|
|
"owner": {
|
|
"name": "Jesse Vincent",
|
|
"email": "jesse@fsck.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "superpowers",
|
|
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
|
"version": "6.1.0",
|
|
"source": "./",
|
|
"author": {
|
|
"name": "Jesse Vincent",
|
|
"email": "jesse@fsck.com"
|
|
}
|
|
}
|
|
]
|
|
}
|