We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6bc6 commit 648a736Copy full SHA for 648a736
tests/test_agent_config_consistency.py
@@ -102,7 +102,7 @@ def test_kimi_in_agent_config(self):
102
"""AGENT_CONFIG should include kimi with correct folder and commands_subdir."""
103
assert "kimi" in AGENT_CONFIG
104
assert AGENT_CONFIG["kimi"]["folder"] == ".kimi/"
105
- assert AGENT_CONFIG["kimi"]["commands_subdir"] == "commands"
+ assert AGENT_CONFIG["kimi"]["commands_subdir"] == "skills"
106
assert AGENT_CONFIG["kimi"]["requires_cli"] is True
107
108
def test_kimi_in_release_agent_lists(self):
0 commit comments