fix(skills): adapt skill source metadata API

This commit is contained in:
Jacob Tomlinson
2026-03-27 18:28:25 +00:00
parent 694619caaf
commit 25210317b8
7 changed files with 43 additions and 7 deletions

View File

@@ -38,7 +38,13 @@ describe("skills-cli (e2e)", () => {
description: "Capture UI screenshots",
filePath: path.join(baseDir, "SKILL.md"),
baseDir,
source: "openclaw-bundled",
sourceInfo: {
path: baseDir,
source: "openclaw-bundled",
scope: "project",
origin: "package",
baseDir,
},
disableModelInvocation: false,
},
frontmatter: {},