mirror of
https://github.com/obra/superpowers.git
synced 2026-06-19 17:19:04 +08:00
Bump all plugin manifests to 6.0.3. This release moves subagent-driven- development's scratch artifacts (task briefs, implementer reports, review diffs, progress ledger) from .git/sdd/ — which Claude Code denies agent writes to — into a self-ignoring working-tree .superpowers/sdd/ dir, and bumps the brainstorm-server test harness's ws dependency to clear two dependabot alerts. See RELEASE-NOTES.md.
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "superpowers",
|
|
"version": "6.0.3",
|
|
"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"
|
|
]
|
|
}
|
|
}
|