We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f43ab1 commit b4b7f43Copy full SHA for b4b7f43
tests/test_agent_config_consistency.py
@@ -171,7 +171,7 @@ def test_kimi_in_agent_config(self):
171
"""AGENT_CONFIG should include kimi with correct folder and commands_subdir."""
172
assert "kimi" in AGENT_CONFIG
173
assert AGENT_CONFIG["kimi"]["folder"] == ".kimi/"
174
- assert AGENT_CONFIG["kimi"]["commands_subdir"] == "commands"
+ assert AGENT_CONFIG["kimi"]["commands_subdir"] == "skills"
175
assert AGENT_CONFIG["kimi"]["requires_cli"] is True
176
177
def test_kimi_in_release_agent_lists(self):
0 commit comments