docs: add stats_vacuum + bash_tasks_vacuum entries to CLAUDE.md file map
This commit is contained in:
parent
0f62eca356
commit
19e7d8d5d3
1 changed files with 6 additions and 0 deletions
|
|
@ -82,6 +82,12 @@ hive-c0re/ host daemon + sibling operator CLI (lib + 2 bins)
|
||||||
re-arms recurring rows, deletes fired one-shots
|
re-arms recurring rows, deletes fired one-shots
|
||||||
src/events_vacuum.rs host-side hourly sweep of every agent's
|
src/events_vacuum.rs host-side hourly sweep of every agent's
|
||||||
/harness/hyperhive-events.sqlite
|
/harness/hyperhive-events.sqlite
|
||||||
|
src/stats_vacuum.rs host-side hourly sweep of every agent's
|
||||||
|
/harness/hyperhive-turn-stats.sqlite —
|
||||||
|
90-day age-only retention
|
||||||
|
src/bash_tasks_vacuum.rs host-side hourly sweep of every agent's
|
||||||
|
harness/bash-tasks/ — deletes terminal task
|
||||||
|
trios (.json/.out/.err) older than 48h
|
||||||
src/crash_watch.rs poll every 10s; fire HelperEvent::ContainerCrash
|
src/crash_watch.rs poll every 10s; fire HelperEvent::ContainerCrash
|
||||||
when a previously-running container disappears
|
when a previously-running container disappears
|
||||||
without an operator-initiated transient (or a
|
without an operator-initiated transient (or a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue