Expand description
ECS maintenance — drains the queued cleanup / vacuum work each frame.
Replaces the previous hardcoded gw.tick_maintenance() call in the
engine tick. The EcsMaintenance state lives in the
[ServiceRegistry] (inserted at engine init) so the system can fetch
and tick it without any wiring.