docs: add step field to QueueEntry in CLAUDE.md file map (follow-up to #501)
This commit is contained in:
parent
1dfcc8953c
commit
c11424dd9a
1 changed files with 4 additions and 2 deletions
|
|
@ -78,8 +78,10 @@ hive-c0re/ host daemon + CLI (one binary, subcommand-dispatched)
|
||||||
collapses re-enqueued still-queued entries.
|
collapses re-enqueued still-queued entries.
|
||||||
`QueueEntry` carries id, agent, kind, state,
|
`QueueEntry` carries id, agent, kind, state,
|
||||||
source, parent_id (cascade grouping), timing,
|
source, parent_id (cascade grouping), timing,
|
||||||
reason, error. Emits `RebuildQueueChanged`
|
reason, error, step (current phase label while
|
||||||
snapshots on every mutation.
|
Running; cleared on finish). Emits
|
||||||
|
`RebuildQueueChanged` snapshots on every
|
||||||
|
mutation.
|
||||||
src/actions.rs approve/deny/destroy (transient-aware)
|
src/actions.rs approve/deny/destroy (transient-aware)
|
||||||
src/auto_update.rs startup rebuild scan + ensure_manager +
|
src/auto_update.rs startup rebuild scan + ensure_manager +
|
||||||
meta::lock_update_hyperhive bump
|
meta::lock_update_hyperhive bump
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue