Initial import of verae-fleet from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 14:07:10 -04:00
commit 4ddb3882dc
40 changed files with 2639 additions and 0 deletions

28
docs/CONSOLE.md Normal file
View file

@ -0,0 +1,28 @@
# Operator console
Loopback UI at **http://127.0.0.1:3850/** — Fleet, Trace (simulator), and Docs in one shell. Not a public site. NATS stays private; 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 min/avg/p50/p90 spark, pause/restart/off with confirm, ssh-check toast |
| **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).

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB