pi-skillful 0.3.6 → 0.3.7

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/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@ This project follows the spirit of [Keep a Changelog](https://keepachangelog.com
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.3.7] - 2026-05-20
10
+
11
+ ### Changed
12
+
13
+ - Moved package source to the `jvm/pi-mono` monorepo.
14
+ - Updated npm metadata to point at the monorepo package directory.
15
+
9
16
  ## [0.3.6] - 2026-05-12
10
17
 
11
18
  ### Changed
package/CONTRIBUTING.md CHANGED
@@ -18,7 +18,7 @@ Install this checkout into a temporary Pi project:
18
18
  ```bash
19
19
  mkdir -p <test-project>
20
20
  cd <test-project>
21
- pi install -l /path/to/pi-skillful
21
+ pi install -l /path/to/pi-mono/packages/pi-skillful
22
22
  pi
23
23
  ```
24
24
 
@@ -27,7 +27,7 @@ Then run `/skillful` inside Pi.
27
27
  For a one-off run without changing settings:
28
28
 
29
29
  ```bash
30
- pi -e /path/to/pi-skillful/extensions/pi-skillful
30
+ pi -e /path/to/pi-mono/packages/pi-skillful
31
31
  ```
32
32
 
33
33
  ## Pull request checklist
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  <p>
2
- <img src="https://raw.githubusercontent.com/jvm/pi-skillful/main/banner.png" alt="pi-skillful" width="1100">
2
+ <img src="./banner.png" alt="pi-skillful" width="1100">
3
3
  </p>
4
4
 
5
5
  # pi-skillful
6
6
 
7
- `pi-skillful` is a [Pi](https://github.com/badlogic/pi-mono) package that improves skill workflows.
7
+ `pi-skillful` is a [Pi](https://pi.dev) package that improves skill workflows.
8
8
 
9
9
  It currently provides three extensions:
10
10
 
@@ -92,28 +92,28 @@ On app startup, non-hidden skills are active and hidden skills are inactive. Wit
92
92
 
93
93
  ## Installation
94
94
 
95
- Install from GitHub:
95
+ Install from npm:
96
96
 
97
97
  ```bash
98
- pi install git:github.com/jvm/pi-skillful
98
+ pi install npm:pi-skillful
99
99
  ```
100
100
 
101
101
  Install project-locally with Pi's `-l` flag:
102
102
 
103
103
  ```bash
104
- pi install -l git:github.com/jvm/pi-skillful
104
+ pi install -l npm:pi-skillful
105
105
  ```
106
106
 
107
- During local development from this repository:
107
+ During local development from this monorepo:
108
108
 
109
109
  ```bash
110
- pi install /path/to/pi-skillful
110
+ pi install /path/to/pi-mono/packages/pi-skillful
111
111
  ```
112
112
 
113
113
  For a one-off test run without installing:
114
114
 
115
115
  ```bash
116
- pi -e /path/to/pi-skillful/extensions/pi-skillful
116
+ pi -e /path/to/pi-mono/packages/pi-skillful
117
117
  ```
118
118
 
119
119
  ## Usage
package/package.json CHANGED
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "name": "pi-skillful",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Pi package with skill invocation and visibility improvements.",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "author": "jvm",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/jvm/pi-skillful.git"
10
+ "url": "git+https://github.com/jvm/pi-mono.git",
11
+ "directory": "packages/pi-skillful"
11
12
  },
12
13
  "bugs": {
13
- "url": "https://github.com/jvm/pi-skillful/issues"
14
+ "url": "https://github.com/jvm/pi-mono/issues"
14
15
  },
15
- "homepage": "https://github.com/jvm/pi-skillful#readme",
16
+ "homepage": "https://github.com/jvm/pi-mono/tree/main/packages/pi-skillful#readme",
16
17
  "keywords": [
17
18
  "pi-package",
18
19
  "pi-extension",