build: refresh deps and vitest cache lanes

This commit is contained in:
Peter Steinberger
2026-03-27 02:25:58 +00:00
parent b49accc273
commit 10527ff8a3
82 changed files with 6215 additions and 6549 deletions

View File

@@ -133,7 +133,7 @@ export function formatSkillsList(report: SkillStatusReport, opts: SkillsListOpti
Status: formatSkillStatus(skill),
Skill: formatSkillName(skill),
Description: theme.muted(skill.description),
Source: skill.source ?? "",
Source: skill.source,
Missing: missing ? theme.warn(missing) : "",
};
});

View File

@@ -36,9 +36,16 @@ describe("skills-cli (e2e)", () => {
skill: {
name: "peekaboo",
description: "Capture UI screenshots",
source: "openclaw-bundled",
filePath: path.join(baseDir, "SKILL.md"),
baseDir,
sourceInfo: {
path: path.join(baseDir, "SKILL.md"),
source: "openclaw-bundled",
scope: "project",
origin: "top-level",
baseDir,
},
disableModelInvocation: false,
} as SkillEntry["skill"],
frontmatter: {},
metadata: { emoji: "📸" },