pub fn skill_roots(
harness: &str,
homes: &SkillHomes,
cwd: &Path,
) -> Vec<(SkillScope, PathBuf)>Expand description
Every (scope, root) a harness’s own loader would consult, restricted to
the roots that exist right now.
pub fn skill_roots(
harness: &str,
homes: &SkillHomes,
cwd: &Path,
) -> Vec<(SkillScope, PathBuf)>Every (scope, root) a harness’s own loader would consult, restricted to
the roots that exist right now.