pub const LEXICAL_CONF: f32 = 0.90;Expand description
Confidence assigned to a dominant lexical winner. BM25 scores are not
comparable across prompts (they scale with query length and term rarity), so a
scalar map would be dishonest; the dominance gate (crate::lexical::dominant)
has already established this is high-precision, so it reports a fixed High-band
confidence — strong enough to drive an assertive directive, deliberately below
crate::config::Config::body_inject_min so it stays a directive pointer
rather than inlining a full SKILL.md off a lexical signal.