Expand description
StatusReporter aggregator - holds the IPC server handle,
status history ring (last 100), error counter, performance
/ health / service-registry shared state, and emits
periodic snapshots to Sky.
The struct + 30-method impl live in one file because the method bodies are tightly coupled with the private fields and with the DTO siblings; splitting per-method forces ~30 trivial wrappers without payback.