♻️ refactor(cook-it-through): move workflow engine into skill

This commit is contained in:
csh
2026-08-20 17:02:34 +08:00
parent f6854d065a
commit 9b95bf2682
19 changed files with 3905 additions and 1474 deletions
+2 -1
View File
@@ -49,8 +49,9 @@
[install_skills]
# 安装 skills 到本机平台目录
# mode = "list" # list: 指定 skills | all: 全部安装
mode = "all" # list: 指定 skills | all: 全部安装
# skills = ["commit-message"] # mode=list 时必填;依赖也需逐项列出
# exclude = ["skill-name"] # 可选:排除本次安装;sync_rules 要求保留 cook-it-through
# agents_home = "~/.agents" # Codex CLI 用 "~/.agents"Claude Code 用 "~/.claude"
# skill_link = "~/.claude" # 可选:在此目录下创建 skills/ 软链接指向 agents_home/skills/
# no_backup = false # 跳过备份,直接删除旧 skill 后重装