@pi-stef/superpowers-adapter 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-stef/superpowers-adapter",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Bridges the superpowers skill system to pi's extension API with TodoWrite, Task, and Skill tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
"superpowers"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/sfiorini/pi-stef.git",
|
|
14
|
+
"directory": "packages/superpowers-adapter"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://sfiorini.github.io/pi-stef/packages/superpowers-adapter.html",
|
|
11
17
|
"type": "module",
|
|
12
18
|
"main": "./src/index.ts",
|
|
13
19
|
"files": [
|