feat(#2289): push-based server-warning registry with RAII guard
This commit is contained in:
parent
d01d6d91e2
commit
9f98925c14
5 changed files with 361 additions and 34 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue