Skip to content

Commit 6ed4b3f

Browse files
committed
test: align kimi scaffold skill path with hyphen naming
1 parent ffc3ed3 commit 6ed4b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_core_pack_scaffold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _expected_cmd_dir(project_path: Path, agent: str) -> Path:
142142

143143
# Agents whose commands are laid out as <skills_dir>/<name>/SKILL.md.
144144
# Maps agent -> separator used in skill directory names.
145-
_SKILL_AGENTS: dict[str, str] = {"codex": "-", "kimi": "."}
145+
_SKILL_AGENTS: dict[str, str] = {"codex": "-", "kimi": "-"}
146146

147147

148148
def _expected_ext(agent: str) -> str:

0 commit comments

Comments
 (0)