//! Finding gauge-class classifier — thin re-export from droidsaw-common.
//!
//! The canonical table and `GaugeClass` type now live in
//! `droidsaw_common::finding` (TD-8 resolved). This module is kept for
//! any internal callers that imported from `crate::mcp::classify`.
pub use GaugeClass;
/// Classify a finding ID into its noise tier.
/// Delegates to the canonical `GaugeClass::of` in droidsaw-common.