huskies: merge 795

This commit is contained in:
dave
2026-04-28 15:45:10 +00:00
parent 5d6757dd65
commit bf17fc14af
7 changed files with 1050 additions and 1027 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
//!
//! Follows service-module conventions:
//! - `mod.rs` (this file) — public API, typed [`Error`] type, orchestration
//! - `io.rs` — the ONLY place that performs side effects (DB reads, config
//! - `io/` — the ONLY place that performs side effects (DB reads, config
//! loads, `tokio::spawn`)
//! - `format.rs` — pure: message formatting functions
//! - `filter.rs` — pure: debounce constants and suppression predicates