@spences10/pi-skills 0.0.24 → 0.0.26
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/README.md +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-skills)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-skills)
|
|
7
7
|
|
|
8
|
+

|
|
9
|
+
|
|
8
10
|
Manage the skills Pi is allowed to discover and use. `pi-skills` adds
|
|
9
11
|
profiles, enable/disable rules, GitHub skill search/install, and
|
|
10
12
|
update flows so teams can curate reusable Agent Skills instead of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-skills",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"description": "Agent Skills management for Pi with profiles, enablement rules, GitHub search/install, and update flows",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-skills",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@spences10/pi-tui-modal": "0.0.
|
|
36
|
+
"@spences10/pi-tui-modal": "0.0.20"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@earendil-works/pi-coding-agent": "
|
|
40
|
-
"@earendil-works/pi-tui": "
|
|
39
|
+
"@earendil-works/pi-coding-agent": "0.75.3",
|
|
40
|
+
"@earendil-works/pi-tui": "0.75.3",
|
|
41
41
|
"@types/node": "^25.8.0",
|
|
42
42
|
"typescript": "^6.0.3",
|
|
43
|
-
"vitest": "4.1.
|
|
43
|
+
"vitest": "4.1.6"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@earendil-works/pi-coding-agent": "*",
|