mirror of
https://github.com/obra/superpowers.git
synced 2026-07-01 06:59:06 +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).
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "superpowers",
|
|
"version": "6.1.0",
|
|
"description": "Superpowers skills and runtime bootstrap for coding agents",
|
|
"type": "module",
|
|
"main": ".opencode/plugins/superpowers.js",
|
|
"keywords": [
|
|
"pi-package",
|
|
"skills",
|
|
"tdd",
|
|
"debugging",
|
|
"collaboration",
|
|
"workflow"
|
|
],
|
|
"pi": {
|
|
"extensions": [
|
|
"./.pi/extensions/superpowers.ts"
|
|
],
|
|
"skills": [
|
|
"./skills"
|
|
]
|
|
}
|
|
}
|