feat(#2289): debounced SweepHealth banner tracker, wire knowledge pull

This commit is contained in:
damocles 2026-07-10 14:11:41 +02:00 committed by mara
commit 28dbb529c0
4 changed files with 236 additions and 5 deletions

View file

@ -45,7 +45,7 @@ pub mod workers;
// Root re-exports: keep every pre-grouping `crate::<module>` /
// `hive_c0re::<module>` path compiling without touching consumers.
pub use agent_config::{capabilities, limits, tool_groups, topology};
pub use stats::{container_stats, hive_stats, host_stats, warnings};
pub use stats::{container_stats, hive_stats, host_stats, sweep_health, warnings};
pub use stores::{
approvals, audit_log, broker, build_logs, db, operator_questions, power, scheduled_prompts,
};