📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -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",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user