Skip to content

Commit 699c73d

Browse files
ci: apply automated fixes
1 parent 921ac87 commit 699c73d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/intent/tests/lockfile-state.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ function createManifest(
5757
skills: pkg.skills.map((skill) => ({
5858
name: skill.name,
5959
path: relative(pkg.packageRoot, skill.path).split('\\').join('/'),
60-
contentHash: computeSkillFolderHash(
61-
dirname(skill.path),
62-
pkg.packageRoot,
63-
),
60+
contentHash: computeSkillFolderHash(dirname(skill.path), pkg.packageRoot),
6461
capabilities,
6562
declaredSecrets: [],
6663
mcpTools: [],

0 commit comments

Comments
 (0)