fix: sanitize colons in skill/agent names for Windows path compatibility (#398)
This commit is contained in:
@@ -112,7 +112,7 @@ Run these research agents:
|
||||
await writeWindsurfBundle(tempRoot, bundle)
|
||||
|
||||
const installedSkill = await fs.readFile(
|
||||
path.join(tempRoot, "skills", "ce:plan", "SKILL.md"),
|
||||
path.join(tempRoot, "skills", "ce-plan", "SKILL.md"),
|
||||
"utf8",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user