PR #370 ships the static-snapshot MemoryMap. Spec explicitly deferred per-slot memory history (sparkline over time) because there's no backing time-series store in hal0.
Rough sketch:
- Backend: ring buffer of `{ts, slot_name, bytes_gb}` rows; ~21 samples per slot at 2.5s cadence = 52.5s history.
- Frontend: SparkLine sub-component (the dashboard already has one for tok/s — see
ThroughputCard); render a small sparkline next to each LegendRow in the expanded variant.
Lower-priority polish — file for when someone wants the visual depth.
🤖 Generated with Claude Code
PR #370 ships the static-snapshot MemoryMap. Spec explicitly deferred per-slot memory history (sparkline over time) because there's no backing time-series store in hal0.
Rough sketch:
ThroughputCard); render a small sparkline next to each LegendRow in the expanded variant.Lower-priority polish — file for when someone wants the visual depth.
🤖 Generated with Claude Code