pub fn run_selection(
state: &ScoredState,
budget_tokens: Option<u32>,
tau: f64,
) -> SelectionOutcomeExpand description
Selection + the 3 post-passes, shared verbatim by the pack renderer
(select_with_params) and the locate renderer — extracting it is pure
code motion so both modes select identically by construction.