stellavault 0.5.0 → 0.5.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 -0
- package/dist/stellavault.js +744 -594
- package/package.json +66 -70
package/README.md
CHANGED
|
@@ -32,6 +32,8 @@ stellavault graph # Launch 3D graph + API server
|
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
> **Prerequisites**: Node.js 20+
|
|
35
|
+
>
|
|
36
|
+
> **Upgrading from 0.4.x / 0.5.0 / 0.5.1?** Those releases shipped with a packaging bug that silently skipped the `stellavault` bin symlink after install. **v0.5.2 fixes this** — if the `stellavault` command wasn't found before, reinstall: `npm i -g stellavault@latest`.
|
|
35
37
|
|
|
36
38
|
## The Pipeline
|
|
37
39
|
|
|
@@ -193,6 +195,9 @@ stellavault autopilot # Full cycle: inbox → compile
|
|
|
193
195
|
|
|
194
196
|
Your vault is a universe. Connect with others through P2P federation.
|
|
195
197
|
|
|
198
|
+
**From the web UI** (easiest): open `stellavault graph`, then click the **Offline · Join** badge in the top-left header. Live peer count, one-click disconnect, and a popover showing connected peers.
|
|
199
|
+
|
|
200
|
+
**From the CLI**:
|
|
196
201
|
```bash
|
|
197
202
|
stellavault federate join # Connect to the Stella Network
|
|
198
203
|
stellavault federate status # See connected peers
|