fix: replay skill source fixture drift

This commit is contained in:
Peter Steinberger
2026-03-28 02:33:34 +00:00
parent 6b4d097b25
commit c18d315858
6 changed files with 6 additions and 42 deletions

View File

@@ -97,13 +97,7 @@ function createFixtureSkill(params: {
description: params.description,
filePath: params.filePath,
baseDir: params.baseDir,
sourceInfo: {
path: params.filePath,
source: params.source,
scope: "project",
origin: "top-level",
baseDir: params.baseDir,
},
source: params.source,
disableModelInvocation: false,
};
}