@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.
- package/README.md +9 -1
- 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
|
|
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