@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 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
- Restart pi after installation. Use `diffpi_validate` to inspect the environment and `diffpi_setup` to install missing requirements.
11
+ Run `/skill:diffpi-setup`. The skill validates or configures the environment and reloads pi when required.
13
12
 
14
- Setup keeps the structured-question package installed and installs first-party Grounded Docs and Simple English skills. It also installs Context Mode and its bundled tools and skills. See the [repository](https://github.com/difflab-io/diffpi) for details.
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.