Initial import of verae-fleet from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 18:26:41 -04:00
commit d79df564ed
54 changed files with 3628 additions and 0 deletions

28
docs/CONSOLE.md Normal file
View file

@ -0,0 +1,28 @@
# Operator console
Operator UI at **http://0.0.0.0:3850/** (all interfaces). Fleet, Trace (simulator), and Docs in one shell. NATS stays private (`127.0.0.1:4222`); SSH identity files stay on disk.
```bash
cd packages/verae-fleet
node src/cli.js serve
```
## Tabs
| Tab | Purpose |
|-----|---------|
| **Fleet** | Machines (SSH/local), replica floors, green/yellow/red, RTT spark. Replica and service actions live in one **⋯** overflow menu. Power column shows on/paused/off as status, not toggles. Add-machine roles are chips. |
| **Trace** | In-process Zapier simulator: run a step, hop log, monitors/suggestions |
| **Docs** | Reading order: overview → module summaries → architecture → remaining docs |
## Screenshots
![Fleet](screenshots/console-fleet.png)
![Trace](screenshots/console-trace.png)
![Docs](screenshots/console-docs.png)
Design tokens match the zappier portal/admin (indigo shell). Customer portal is unchanged.
See [overview](https://git.georgelambert.org/marchon/overview).