@spences10/pi-skills 0.0.25 → 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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-skills?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-skills)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-skills)](https://www.npmjs.com/package/@spences10/pi-skills)
7
7
 
8
+ ![my-pi package preview](https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png)
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.25",
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.19"
36
+ "@spences10/pi-tui-modal": "0.0.20"
37
37
  },
38
38
  "devDependencies": {
39
- "@earendil-works/pi-coding-agent": "^0.74.1",
40
- "@earendil-works/pi-tui": "^0.74.1",
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.5"
43
+ "vitest": "4.1.6"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@earendil-works/pi-coding-agent": "*",