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