Function priority_label
pub fn priority_label(
findings: usize,
revs_percentile: f64,
health_band: &str,
) -> &'static strExpand description
Classify priority given the three fused signals.
Rules (evaluated in order; first match wins):
"act-now"—findings > 0ANDrevs_percentile >= 0.9ANDhealth_band == "red""plan"—revs_percentile >= 0.7ORhealth_band == "red""note"— everything else