chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-03 21:00:33 +00:00
parent 889e0f9545
commit a41f774cad
7 changed files with 47 additions and 24 deletions
+4 -2
View File
@@ -57,11 +57,13 @@ describe("ConfigSkillPlugin.Plugin", () => {
expect(sources).toEqual([
new SkillV2.DirectorySource({ type: "directory", path: AbsolutePath.make(path.join(directory, "skills")) }),
new SkillV2.DirectorySource({ type: "directory", path: AbsolutePath.make(path.join("/home/test", "shared-skills")) }),
new SkillV2.DirectorySource({
type: "directory",
path: AbsolutePath.make(path.join("/home/test", "shared-skills")),
}),
new SkillV2.DirectorySource({ type: "directory", path: AbsolutePath.make("/opt/skills") }),
new SkillV2.UrlSource({ type: "url", url: "https://example.test/skills/" }),
])
}),
)
})