pi-graft 0.1.1 → 0.1.2
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-graft",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Graft context-graph support for the pi coding harness — Claude-parity hooks, CLI-backed tools, skill, statusline and commands",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": ["pi-package", "graft", "context-graph"],
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"skills": ["./skills/graft"]
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@earendil-works/pi-coding-agent": "*"
|
|
19
|
+
"@earendil-works/pi-coding-agent": "*",
|
|
20
|
+
"typebox": "*"
|
|
20
21
|
}
|
|
21
22
|
}
|