mirror of
https://github.com/obra/superpowers.git
synced 2026-06-18 08:39:05 +08:00
- Brainstorm companion reads version from .codex-plugin/plugin.json when package.json is absent (PRI-2240) - sync-to-codex script excludes .gitmodules and .pre-commit-config.yaml (PRI-1168)
24 lines
433 B
JSON
24 lines
433 B
JSON
{
|
|
"name": "superpowers",
|
|
"version": "6.0.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|