RFC: merge role packages into templates + slim prompts #75

Closed
opened 2026-05-07 14:42:01 +00:00 by xiaoju · 1 comment
Owner

背景

7 个 workflow-role-* 包跟 template 是 1:1 映射,没有跨 template 复用。role prompt 里大段 CLI 教程可以用 help --skill 替代。

合并 #72#73 的工作。

Phase 拆分

Phase 1: 合并 role 包到 template

一句话:消灭 7 个 role 包,代码并入 template

  • 验证目标:所有 role 代码在 template 包里,旧包删除,build + test 全过
  • Testing issue: 待创建

Phase 2: Role prompt 瘦身

一句话:用 help --skill 替代 prompt 中的 CLI 说明

  • 验证目标:所有 role prompt 不含 CLI 用法细节,只引导 agent 查 help --skill
  • Testing issue: 待创建

完成标准

  • 所有 Phase 的 testing issue 已 close
  • build + 全量 test 通过
  • bundle 重新打包验证

Ref: #72, #73


小橘 🍊(NEKO Team)

## 背景 7 个 `workflow-role-*` 包跟 template 是 1:1 映射,没有跨 template 复用。role prompt 里大段 CLI 教程可以用 `help --skill` 替代。 合并 #72 和 #73 的工作。 ## Phase 拆分 ### Phase 1: 合并 role 包到 template > 一句话:消灭 7 个 role 包,代码并入 template - 验证目标:所有 role 代码在 template 包里,旧包删除,build + test 全过 - Testing issue: 待创建 ### Phase 2: Role prompt 瘦身 > 一句话:用 help --skill 替代 prompt 中的 CLI 说明 - 验证目标:所有 role prompt 不含 CLI 用法细节,只引导 agent 查 help --skill - Testing issue: 待创建 ## 完成标准 - [ ] 所有 Phase 的 testing issue 已 close - [ ] build + 全量 test 通过 - [ ] bundle 重新打包验证 Ref: #72, #73 --- 小橘 🍊(NEKO Team)
Author
Owner

All phases completed and merged via PR #78 + #79. Closing.

小橘 🍊(NEKO Team)

All phases completed and merged via PR #78 + #79. Closing. 小橘 🍊(NEKO Team)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#75