Add native OpenClaw plugin support

This commit is contained in:
Drew Ritter
2026-04-28 16:56:39 -07:00
parent 772332a476
commit dc6082d7ff
7 changed files with 207 additions and 1 deletions

View File

@@ -2,5 +2,10 @@
"name": "superpowers",
"version": "5.0.7",
"type": "module",
"main": ".opencode/plugins/superpowers.js"
"main": ".opencode/plugins/superpowers.js",
"openclaw": {
"extensions": [
"./.openclaw/index.js"
]
}
}