Function load_skills_with_config_audited
pub fn load_skills_with_config_audited(
workspace_dir: &Path,
config: &Config,
) -> (Vec<Skill>, Vec<DroppedSkill>)Expand description
Like load_skills_with_config but also returns the audit-dropped
candidates the resolver skipped, so the dashboard can surface them