📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -38,6 +38,11 @@ try {
createFakeRepo(repoV1, ["skill-a", "skill-b"]);
createFakeRepo(repoV2, ["skill-a"]);
fs.writeFileSync(
path.join(repoV1, "skills", "skill-a", "removed-script.sh"),
"#!/usr/bin/env bash\necho legacy\n",
"utf8",
);
writeSkill(
repoV1,
path.join("nested", "skill-c"),
@@ -64,6 +69,11 @@ try {
{ name: "Test", path: targetDir },
installer.buildInstallSelectors({ categoryArg: "backend" }),
);
assert.strictEqual(
fs.existsSync(path.join(targetDir, "skill-a", "removed-script.sh")),
false,
"updates must remove files that disappeared from a still-managed skill",
);
assert.strictEqual(
fs.existsSync(path.join(targetDir, "skill-a")),
false,