feat: package vscode skill target

This commit is contained in:
yaojingang
2026-06-13 20:15:50 +08:00
parent f42bed2c98
commit 36dc46ab9b
55 changed files with 2586 additions and 284 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ except ImportError: # pragma: no cover
yaml = None
DEFAULT_TARGETS = ["openai", "claude", "generic"]
DEFAULT_TARGETS = ["openai", "claude", "generic", "vscode"]
def display_path(path: Path, root: Path) -> str: