Update Docs
CI / test (push) Successful in 1m1s
Release rolling / release (push) Has been cancelled

This commit is contained in:
Raven Scott
2026-07-19 13:35:19 -04:00
parent 584e1c9c42
commit 5521f2952a
25 changed files with 191 additions and 64 deletions
+7 -3
View File
@@ -8,14 +8,18 @@ The client shell is a **Pear desktop application** built with `pear-electron` +
|------|------|
| `index.js` | Pear process entry — starts `pear-electron` Runtime + `pear-bridge` |
| `index.html` | GUI main (`pear.gui.main`) — titlebar + panels |
| `app.js` | UI logic (connect, fleet, live charts, invites) |
| `app.js` | UI logic (connect, fleet, live charts, invites, Data Manager wiring) |
| `ui/dashboard.js` | Charts tab master metrics wall |
| `ui/data-manager.js` | Settings → Data (retention / prune / storage usage) |
| `ui/logs.js` | System Log tab (journal default for admins) |
| `shared/taxonomy.js` | Section grouping for the metrics wall |
| `shared/container-names.js` | Human Docker/cgroup labels for the wall |
| `shared/format.js` | Overview KPI unit scaling |
| `shared/retention.js` | Retention presets shared with the agent |
| `ui/styles.css` | Layout, theme, **titlebar drag regions** |
| `client/*` | HyperDHT connection stack used by the UI |
| `docs/DASHBOARD.md` | Master Charts / metrics wall plan |
| `user-guide/` | End-user workflows (Correlate, Related, Logs, Fleet, …) |
| `ui/logs.js` | System Log tab controller |
| `user-guide/` | End-user workflows (Correlate, Related, Logs, Containers, Settings, …) |
```bash
npm start # pear run -d .