swactor/apps/myelin/src
Zachery Aaron Shores-Chmielewski c5f991e8f1 feat(dashboard): fused control-plane view with unified navbar and stale pooling
Replace fleet/actor-overview/actor-dossier/workers views and the root link
list with one ControlPlaneView serving / and /view/fleet: node cards fuse
machine stats with actor rollup, node click opens machine detail + roster,
actor click opens an in-page dossier (identity, message diet, sparkline,
sampled message history via /api/view/fleet/detail).

- Message history folds view-side from messages_processed deltas: 16-receipt
  ring, 250ms spacing, sampled-out counters — noisy actors cannot flood the
  page and producers stay untouched.
- Stale streams render in a separate collapsed pool; superseded life
  generations are evicted immediately; stale pool hard-capped at 50.
- Unified navbar injected server-side from the view registry; pages opt in
  with a <!--swactor:nav--> placeholder so app-registered views appear
  automatically. Hardcoded per-page navs stripped.
- Rust type names are the actor display name; address is the unique key.
  Stale doc comment claiming types are not on the frame fixed.
2026-08-16 02:42:40 +04:00
..
bin refactor: mvp-system is now a standalone app, myelin 2026-08-01 14:06:10 +04:00
chat refactor: datastream crate is now telemetry 2026-08-15 12:18:56 +04:00
node refactor: datastream crate is now telemetry 2026-08-15 12:18:56 +04:00
observability feat(dashboard): fused control-plane view with unified navbar and stale pooling 2026-08-16 02:42:40 +04:00
orchestration refactor: datastream crate is now telemetry 2026-08-15 12:18:56 +04:00
prompt refactor: mvp-system is now a standalone app, myelin 2026-08-01 14:06:10 +04:00
staging feat(provisioning): add level-triggered cluster reconciler 2026-08-12 11:49:18 +04:00
tests refactor: datastream crate is now telemetry 2026-08-15 12:18:56 +04:00
codecs.rs refactor: datastream crate is now telemetry 2026-08-15 12:18:56 +04:00
lib.rs feat(engine): substrate-neutral execution engine abstraction 2026-08-11 00:23:03 +04:00