feat(#438): add StartupSweep queue kind — group boot-time rebuilds under a parent entry

This commit is contained in:
damocles 2026-06-01 11:50:43 +02:00 committed by mara
commit ba7e9b0ef2
4 changed files with 64 additions and 20 deletions

View file

@ -102,7 +102,8 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
ManagerRequest::GetLooseEnds (the
get_loose_ends MCP tool).
src/rebuild_queue.rs global serialised queue for long-running ops
(rebuild / meta_update / spawn / destroy).
(rebuild / meta_update / spawn / destroy /
startup_sweep).
Single background worker drains FIFO; dedup
collapses re-enqueued still-queued entries.
`QueueEntry` carries id, agent, kind, state,