pub fn canonicalize_cli_dirs(raw: &[String], cwd: Option<&Path>) -> Vec<PathBuf>Expand description
Convenience: canonicalize CLI-provided --skill-dir paths against
the provided cwd (or the process cwd when None). Non-existent paths
are kept as-is so harn doctor can flag the typo.