fix: clarify the value of SkillMetadata.path (#12729)

Rename `SkillMetadata.path` to `SkillMetadata.path_to_skills_md` for
clarity.

Would ideally change the type to `AbsolutePathBuf`, but that can be done
later.
This commit is contained in:
Michael Bolin
2026-02-24 17:15:54 -08:00
committed by GitHub
parent 63c2ac96cd
commit 448fb6ac22
14 changed files with 80 additions and 73 deletions

View File

@@ -1495,7 +1495,7 @@ mod tests {
dependencies: None,
policy: None,
permissions: None,
path: PathBuf::from("test-skill"),
path_to_skills_md: PathBuf::from("test-skill"),
scope: SkillScope::User,
}]),
});