pub fn list_envs(base_config: &Path) -> Vec<String>Expand description
List every environment overlay discoverable beside the base config.
Returns env names (without fdl. prefix or extension), sorted. Duplicate
names across extensions are de-duplicated — the first-found wins, matching
find_env_file precedence.