//! Module: sns::report::neurons_cache::attempt
//!
//! Responsibility: persist and read SNS neuron refresh-attempt sidecars.
//! Does not own: cache snapshots, refresh fetching, report rendering, or CLI parsing.
//! Boundary: tracks refresh lifecycle status and progress for cache status reports.
pub use ;
pub use read_sns_neurons_attempt_status;
pub use ;