@vigolium/piolium 0.0.1 → 0.0.2
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 +5 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,29 +17,19 @@ Piolium is packaged as a Pi extension. Once installed, it registers `/piolium-*`
|
|
|
17
17
|
|
|
18
18
|
## Install
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Piolium is a Pi extension, so you need Pi first. If you don't have it:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
Or use the standalone quick installer (bundles an isolated Pi if you don't have one):
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
curl -fsSL "https://cdn.vigolium.com/piolium-93833b71e48cb63548bea5a537313da6/install.sh?cb=$(date +%s)" | bash
|
|
23
|
+
npm install -g @earendil-works/pi-coding-agent
|
|
30
24
|
```
|
|
31
25
|
|
|
32
|
-
Then
|
|
26
|
+
Then install Piolium (recommended):
|
|
33
27
|
|
|
34
28
|
```bash
|
|
35
|
-
piolium
|
|
29
|
+
pi install npm:@vigolium/piolium
|
|
36
30
|
```
|
|
37
31
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
piolium auth sync
|
|
42
|
-
```
|
|
32
|
+
Piolium loads in every Pi session and reuses your existing Pi auth — no separate login step.
|
|
43
33
|
|
|
44
34
|
For development from this checkout:
|
|
45
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vigolium/piolium",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Pi-native port of archon-audit. Multi-phase security audits with specialist sub-agents, isolated context windows, capped concurrency, and resumable state — packaged as a Pi extension.",
|
|
5
5
|
"keywords": ["pi-package", "security", "audit", "subagents", "piolium"],
|
|
6
6
|
"license": "MIT",
|