pub fn list_running_kinds(installed: &[Installed]) -> HashSet<Kind>Expand description
Kinds among installed that currently have a live OS process, matched by
exact executable path. Used to prefer a browser the user already has open
(even if browser-control never launched or registered it) over the
hardcoded detection-order fallback in crate::cli::start::ensure_started.