docs: add step field to QueueEntry in CLAUDE.md file map (follow-up to #501)

This commit is contained in:
lexis 2026-05-27 10:17:24 +02:00
commit c11424dd9a

View file

@ -78,8 +78,10 @@ hive-c0re/ host daemon + CLI (one binary, subcommand-dispatched)
collapses re-enqueued still-queued entries.
`QueueEntry` carries id, agent, kind, state,
source, parent_id (cascade grouping), timing,
reason, error. Emits `RebuildQueueChanged`
snapshots on every mutation.
reason, error, step (current phase label while
Running; cleared on finish). Emits
`RebuildQueueChanged` snapshots on every
mutation.
src/actions.rs approve/deny/destroy (transient-aware)
src/auto_update.rs startup rebuild scan + ensure_manager +
meta::lock_update_hyperhive bump