pub fn shadow_preflight(
config_dir: &Path,
cwd: &Path,
staged_skill_names: &[&str],
) -> Option<PluginShadowReport>Expand description
The build-time preflight: Some(report) only when a staged name is
shadowed. config_dir is passed in so the env-reading caller (the adapter’s
detect_shadowed_skills) stays a thin wrapper.