We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d044286 commit f9e47aaCopy full SHA for f9e47aa
1 file changed
src/specify_cli/__init__.py
@@ -920,7 +920,6 @@ def _get_skills_dir(project_path: Path, selected_ai: str) -> Path:
920
921
# Constants kept for backward compatibility with presets and extensions.
922
DEFAULT_SKILLS_DIR = ".agents/skills"
923
-NATIVE_SKILLS_AGENTS = {"codex", "kimi"}
924
SKILL_DESCRIPTIONS = {
925
"specify": "Create or update feature specifications from natural language descriptions.",
926
"plan": "Generate technical implementation plans from feature specifications.",
0 commit comments