问题:普通 sub 模式下 Runtime 回调的 task blocked、retry、handoff 等任务推进事件缺少字段校验和专门展示,默认模拟链路也不能覆盖这些事件,导致线上只能看到 claimed/completed,无法验证普通 sub 敏捷推进过程。
影响:客户端和 Agent Manager 联调时,任务卡 -> deployment -> timeline 的普通 sub 进度不完整,缺字段回调也可能被错误入库。
期望:Manager 接收 task.* / handoff.* 回调时校验关键字段;simulate-events 能生成 blocked/retry/handoff;页面能单独展示 Sub task flow。
已修复并上线到 Manager 1.4.9(commit 10fc64e)。验证:本地 go test ./...、前端 typecheck/build、生产 Docker 重建、/api/status=1.4.9、Agent health healthy;线上点击 Simulate 后 deployment dep_40730ad87435 的 Sub task flow 出现 task.created/task.blocked/task.retried/handoff.requested/handoff.completed;直接 callback 接口验证缺 to_role 返回 CALLBACK_SCHEMA_INVALID,合法 task.blocked 成功入库。
No dependencies set.
The note is not visible to the blocked user.
问题:普通 sub 模式下 Runtime 回调的 task blocked、retry、handoff 等任务推进事件缺少字段校验和专门展示,默认模拟链路也不能覆盖这些事件,导致线上只能看到 claimed/completed,无法验证普通 sub 敏捷推进过程。
影响:客户端和 Agent Manager 联调时,任务卡 -> deployment -> timeline 的普通 sub 进度不完整,缺字段回调也可能被错误入库。
期望:Manager 接收 task.* / handoff.* 回调时校验关键字段;simulate-events 能生成 blocked/retry/handoff;页面能单独展示 Sub task flow。
已修复并上线到 Manager 1.4.9(commit 10fc64e)。验证:本地 go test ./...、前端 typecheck/build、生产 Docker 重建、/api/status=1.4.9、Agent health healthy;线上点击 Simulate 后 deployment dep_40730ad87435 的 Sub task flow 出现 task.created/task.blocked/task.retried/handoff.requested/handoff.completed;直接 callback 接口验证缺 to_role 返回 CALLBACK_SCHEMA_INVALID,合法 task.blocked 成功入库。