huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:47:18 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+3
View File
@@ -7,9 +7,12 @@
//! - `aggregation.rs` — pure cross-project pipeline formatting
//! - `polling.rs` — pure notification event formatting
/// Cross-project pipeline status aggregation and formatting.
pub mod aggregation;
/// Gateway configuration types and TOML parsing.
pub mod config;
pub(crate) mod io;
/// Notification event polling for gateway-level broadcasts.
pub mod polling;
pub use aggregation::format_aggregate_status_compact;