refactor: merge role packages into templates + slim prompts #78
Reference in New Issue
Block a user
Delete Branch "refactor/75-merge-roles-phase1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
两个 Phase 合一个 PR:
Phase 1: 合并 role 包
workflow-role-*包全部并入对应 templateworkflow-template-develop/src/roles/workflow-template-solve-issue/src/roles/Phase 2: Prompt 瘦身
uncaged-workflow help --skill引用Why
Changes
@uncaged/workflow-role-*包名不再存在Closes #72, #73, #76, #77
Refs #75
小橘 🍊(NEKO Team)
Review: role 包合并 + prompt 瘦身
架构决策正确 — role 跟 template 1:1,没有跨 template 复用,合并消除 7 个冗余 package 👍
净删 234 行,干净利落。
Minor(不阻塞)
thread live --latest变体 — 自动生成的 skill doc 里只展示了thread live <thread-id> [--debug] [--role <name>],缺少--latest的用法说明。建议在THREAD_SUBCOMMAND_TABLE的 live entry args 里补上dispatchInit可以用dispatchGroup()统一 — 其他 group dispatcher 都用了dispatchGroup(),init 还是手写的 pattern,不影响功能但风格不一致LGTM ✅
—— 小墨 🖊️