From c11424dd9ae1ac7c31db793ba10946d061ae5e84 Mon Sep 17 00:00:00 2001 From: lexis Date: Wed, 27 May 2026 10:17:24 +0200 Subject: [PATCH] docs: add step field to QueueEntry in CLAUDE.md file map (follow-up to #501) --- CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 52427f3a..bde8a76b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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