hyperhive/hive-c0re/src
müde 89ccc5e6c5 events.sqlite vacuum moves host-side
retention is a host concern — agents have no business doing their
own cleanup, and a misbehaving harness could skip it. drop
spawn_events_vacuum from both hive-ag3nt and hive-m1nd, drop the
matching Bus::vacuum + EventStore::vacuum methods. new
hive_c0re::events_vacuum module sweeps every existing
agents/<name>/state/hyperhive-events.sqlite on the same hourly
cadence as the broker vacuum. same two-stage delete (older than 7
days, trim to 2000 newest). called from main alongside broker
vacuum.

also: server-side state badge entered into todo.md (today's badge
is derived client-side from sse, fine for idle/thinking but a
state machine that grows compacting/napping wants authoritative
status from the harness).
2026-05-15 20:10:34 +02:00
..
actions.rs dashboard: spinners on in-flight lifecycle actions + cleaner row layout 2026-05-15 19:49:43 +02:00
agent_server.rs operator inbox view on dashboard; agent ui doesn't clobber typing 2026-05-15 17:23:53 +02:00
approvals.rs phase 8 step 2: approval-gated spawn + dashboard spinner 2026-05-15 12:53:13 +02:00
auto_update.rs per-agent /state dir for durable notes; manager sees them via /agents 2026-05-15 18:00:08 +02:00
broker.rs broker: hourly vacuum of delivered messages older than 30 days 2026-05-15 19:40:38 +02:00
client.rs hive-c0re: admin socket server + client (stub dispatch) 2026-05-14 20:49:11 +02:00
coordinator.rs dashboard: K3PT ST4T3 section + agent links open in new tab 2026-05-15 19:55:27 +02:00
dashboard.rs dashboard: K3PT ST4T3 section + agent links open in new tab 2026-05-15 19:55:27 +02:00
events_vacuum.rs events.sqlite vacuum moves host-side 2026-05-15 20:10:34 +02:00
lifecycle.rs per-agent /state dir for durable notes; manager sees them via /agents 2026-05-15 18:00:08 +02:00
main.rs events.sqlite vacuum moves host-side 2026-05-15 20:10:34 +02:00
manager_server.rs ask_operator: multi-select + free-text fallback 2026-05-15 19:52:44 +02:00
operator_questions.rs dashboard: K3PT ST4T3 section + agent links open in new tab 2026-05-15 19:55:27 +02:00
server.rs destroy --purge: also wipe agent state dirs 2026-05-15 19:29:14 +02:00