📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-26 12:11:04 +00:00
parent a225b70c17
commit 18ce71c489
182 changed files with 3065 additions and 370 deletions
@@ -103,7 +103,7 @@ try {
assert.deepStrictEqual(
installer.getManagedEntries(["alpha", "security/audit", "docs"], {}),
["alpha", "security/audit", "docs"],
["alpha", path.join("security", "audit"), "docs"],
"agy CLI installs should track skill directories with nested SKILL.md files",
);
@@ -77,7 +77,7 @@ try {
assert.ok(fs.existsSync(path.join(targetDir, "nested", "skill-c", "SKILL.md")));
assert.deepStrictEqual(
readManifestEntries(targetDir),
["docs", "nested/skill-c"],
["docs", path.join("nested", "skill-c")],
"install manifest should mirror the latest filtered install entries",
);
@@ -109,7 +109,7 @@ try {
);
assert.deepStrictEqual(
readManifestEntries(legacyTargetDir),
["docs", "nested/skill-c"],
["docs", path.join("nested", "skill-c")],
"legacy manifest entries should be normalized after update",
);