@difflab/pi 0.1.0-rc.202609140747.4d45e72.2 → 0.1.0
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 -3
- package/dist/extensions/index.js +13580 -168
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +158 -96
- package/dist/mcp.d.ts.map +1 -1
- package/dist/mise.d.ts +1 -1
- package/dist/mise.d.ts.map +1 -1
- package/dist/pi.d.ts.map +1 -1
- package/dist/process.d.ts.map +1 -1
- package/dist/setup.d.ts.map +1 -1
- package/dist/tools/index.d.ts +3 -7
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +215 -135
- package/dist/tools/reload.d.ts +3 -0
- package/dist/tools/reload.d.ts.map +1 -0
- package/dist/tools/setup.d.ts +2 -13
- package/dist/tools/setup.d.ts.map +1 -1
- package/package.json +6 -6
- package/skills/diffpi-setup/SKILL.md +13 -6
package/README.md
CHANGED
|
@@ -5,10 +5,9 @@ Tools and skills for the pi coding agent.
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pi install npm:@juicesharp/rpiv-ask-user-question
|
|
9
8
|
pi install npm:@difflab/pi
|
|
10
9
|
```
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
Run `/skill:diffpi-setup`. The skill validates or configures the environment and reloads pi when required.
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
The package includes structured questions and installs the upstream Grounded Docs, Simple English, and Context Mode skills. See the [repository](https://github.com/difflab-io/diffpi) for details.
|