mirror of
https://github.com/obra/superpowers.git
synced 2026-06-18 00:29:06 +08:00
It broke plugin installs for some users (#1778, #1774). The eval harness now lives in its own repo, separate from the published plugin.
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "superpowers",
|
|
"version": "6.0.2",
|
|
"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"
|
|
]
|
|
}
|
|
}
|