soloforge 1.1.54 → 1.1.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,7 +58,7 @@ ${rows.join("\n")}`;
|
|
|
58
58
|
function generateWorkflowSection() {
|
|
59
59
|
return `## 标准工作流
|
|
60
60
|
|
|
61
|
-
**任务规模路由(按 intent 选起点,别对所有任务套全流程)**:\`sf_task(start)\` 已按 intent 路由——大功能(新系统/架构/多产物)进 design 走设计产物(condition
|
|
61
|
+
**任务规模路由(按 intent 选起点,别对所有任务套全流程)**:\`sf_task(start)\` 已按 intent 路由——大功能(新系统/架构/多产物)进 design 走设计产物(condition 按 task.scope 过滤:start 第零步 deliberate 勾 frontend/persistence/api/code,scope.persistence 未勾不产数据库设计文档、scope.frontend 未勾不产原型说明,见四领域表 [条件]);**小改动/bug 修复进 build,只做 code + verify(test_plan 按需),不必产需求分析/架构/数据库设计**;改 bug 触及设计产物(如 API 变更)才回 design 更新对应产物。
|
|
62
62
|
|
|
63
63
|
1. \`sf_task(start)\` 声明意图,创建受控任务(拿到 task_id、required_artifacts、next_step)
|
|
64
64
|
2. \`sf_work(observe)\` 派生状态:哪些产物 pending / unverified / verified、缺什么上游
|