pub fn resolve_skills_paths(cfg: &ResolvedSkillsConfig) -> Vec<PathBuf>Expand description
Expand skills.paths (which may include simple * globs) into
concrete directories relative to manifest_dir. We implement just
enough globbing for the documented packages/*/skills pattern so
we don’t force a glob-crate dep on harn-cli.