feat: deploy skills pipeline with provider adapter pattern

This commit is contained in:
2026-05-15 08:46:25 +00:00
parent c0ede4b22e
commit 15a4387eb2
39 changed files with 175 additions and 104 deletions

View File

@@ -19,7 +19,7 @@ DEPLOY_DIRS=(
"core:.claude/core"
)
# Empty directories to create if absent
DEPLOY_EMPTY_DIRS=(
".agents/skills"
)
# Skills — merged per-skill into canonical location (parent not wiped, user skills preserved)
DEPLOY_SKILLS_SRC=".agents/skills"
# Provider skill adapters are declared in providers/*/provider-manifest.sh, not here.