Skip to content

v7.3.14

Latest

Choose a tag to compare

@catlog22 catlog22 released this 05 May 15:41
· 2 commits to main since this release

新增: --lite 安装模式

新增 ccw install --lite 轻量安装模式,专为 Maestro-flow 配合使用设计。

Lite 模式特点

  • 跳过 hooks、backup、交互选择等步骤,秒级完成安装
  • 仅安装核心工作流命令和 skill,适合快速部署到新项目

安装内容

Claude:

  • Commands: analyze-with-file, debug-with-file
  • Skills: workflow-lite-plan, workflow-lite-execute, team-coordinate

Codex:

  • Skills: analyze-with-file, debug-with-file, workflow-lite-planex, team-coordinate, csv-wave-pipeline

使用

ccw install --lite                     # 默认安装 all target
ccw install --lite --target claude     # 仅 Claude
ccw install --lite --target codex      # 仅 Codex

与 Maestro-flow 配合

Lite 模式提供 Maestro-flow 所需的最小 skill 集合:

  • workflow-lite-plan → 轻量规划(explore → plan → confirm)
  • workflow-lite-execute → 执行引擎(task grouping + batch execution)
  • team-coordinate → 多角色团队协作(动态角色生成 + beat model)
  • analyze-with-file / debug-with-file → 交互式分析和调试

无需完整安装即可使用 Maestro 的核心工作流链路。