@arhen/pi-toolset 1.0.21 → 1.0.23

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  Minimalist [pi coding agent](https://github.com/earendil-works/pi) extensions that just solve problems. One package, one problem. No config surfaces, minimal context footprint.
4
4
 
5
- ## Install / update / remove the whole family
5
+ ## Install
6
+
7
+ Requires the [pi coding agent](https://github.com/earendil-works/pi) — install it first: `npm install -g @earendil-works/pi-coding-agent`.
8
+
9
+ ```sh
10
+ npm install -g @arhen/pi-toolset
11
+ ```
12
+
13
+ Then manage the whole family:
6
14
 
7
15
  ```sh
8
16
  pi-toolset install # install every @arhen/pi-* package (discovered live from npm)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arhen/pi-toolset",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "type": "module",
5
5
  "description": "Manage all @arhen/pi-* extensions dynamically: install the core set, add additional ones, update, remove.",
6
6
  "license": "MIT",