updates
CI / test (push) Failing after 6s
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-18 19:11:32 -04:00
parent 9bc7a67020
commit 1d46b7b3ad
39 changed files with 2155 additions and 67 deletions
+4 -2
View File
@@ -86,10 +86,12 @@ Auth modes at handshake: public key (viewer), capability token / `pd1.` invite,
| Method | Role | Notes |
|--------|------|-------|
| `getDbInfo` | viewer | DB + discovery keys, swarm flag |
| `getDbInfo` | viewer | DB + discovery keys, swarm flag, remotes |
| `listPeerLinks` | viewer | Linked peers from HyperDB |
| `linkPeer` | admin | Upsert link; optional swarm join |
| `linkPeer` | admin | Upsert link; open remote bee + optional swarm join |
| `unlinkPeer` | admin | Remove link |
| `getFleetHealth` | viewer | Parent rollup (when `PEARDATA_PARENT=1`) |
| `listChildPeers` | viewer | Dialed child agents |
See [STORAGE-HYPERDB.md](./STORAGE-HYPERDB.md).