//! Anti-Interruption Score (F7) — cognitive impact metrics beyond token savings.
//!
//! Tracks interruption events (echo repetitions, redundant reads, context switches)
//! and computes a session-level score measuring cognitive interruptions prevented.
pub use compute_impact;
pub use InterruptionEvent;
pub use ;
pub use ;
/// Record a prevented redundant read on a background thread (F7).
pub
/// Record bounce-waste tokens on a background thread (F7).
pub