pub fn select_candidates(
project_config: Option<&ProjectConfig>,
project: Option<&MatchedProject>,
modules: &[MatchedModule],
scenes: &[MatchedScene],
notes: &[Note],
input: &RouteInput,
limit: usize,
) -> Vec<CandidateNote>