Skip to content

Commit f9e47aa

Browse files
committed
chore: remove unused NATIVE_SKILLS_AGENTS constant
1 parent d044286 commit f9e47aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,6 @@ def _get_skills_dir(project_path: Path, selected_ai: str) -> Path:
920920

921921
# Constants kept for backward compatibility with presets and extensions.
922922
DEFAULT_SKILLS_DIR = ".agents/skills"
923-
NATIVE_SKILLS_AGENTS = {"codex", "kimi"}
924923
SKILL_DESCRIPTIONS = {
925924
"specify": "Create or update feature specifications from natural language descriptions.",
926925
"plan": "Generate technical implementation plans from feature specifications.",

0 commit comments

Comments
 (0)