pub fn handler_execution_order(
groups: &HashMap<String, Vec<RuleMatch>>,
) -> Vec<String>Expand description
Returns handler names in execution order.
Code execution handlers (install, homebrew) run first so that provisioning happens before config linking. Within each category, handlers are sorted alphabetically for determinism.