25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "superpowers-lite",
|
|
"displayName": "Superpowers Lite",
|
|
"description": "Manual-only Superpowers fork: TDD, debugging, collaboration, lightweight plans, and phase reviews",
|
|
"version": "5.1.0",
|
|
"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"
|
|
],
|
|
"skills": "./skills/",
|
|
"agents": "./agents/",
|
|
"commands": "./commands/"
|
|
}
|