feat(#2289): push-based server-warning registry with RAII guard

This commit is contained in:
damocles 2026-07-10 13:39:11 +02:00 committed by mara
commit 9f98925c14
5 changed files with 361 additions and 34 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};
pub use stats::{container_stats, hive_stats, host_stats, warnings};
pub use stores::{
approvals, audit_log, broker, build_logs, db, operator_questions, power, scheduled_prompts,
};