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