fix: split quick verify control findings

This commit is contained in:
Codex
2026-07-02 07:33:19 +00:00
parent a5644314cd
commit 1c9132e7c6
5 changed files with 403 additions and 33 deletions
@@ -38,8 +38,8 @@ sentinel:
- code: WBC-003
id: quick-verify-no-business-turn
level: error
titleZh: 快速验证没有有效对话
summaryZh: 快速验证没有看到稳定会话、过程记录或最终回复
titleZh: 快速验证没有采集到业务轮次
summaryZh: 快速验证的 turn-summary 没有任何业务轮次记录
actionZh: 查看详情后处理。
blocking: true
order: 30
@@ -867,3 +867,59 @@ sentinel:
actionZh: 先修复性能探针采集可见性,再继续性能结论。
blocking: false
order: 1060
- code: WBC-107
id: quick-verify-target-turn-missing
level: error
titleZh: 快速验证缺少目标业务轮次
summaryZh: 快速验证采集到了业务轮次,但没有采集到目标 prompt 对应的轮次。
actionZh: 检查 promptIndex、command 分段和 turn-summary 采集。
blocking: true
order: 1070
- code: WBC-108
id: quick-verify-target-turn-trace-id-missing
level: error
titleZh: 目标业务轮次缺少 traceId
summaryZh: 目标业务轮次存在,但缺少可定位过程记录的 traceId。
actionZh: 检查 Workbench/Code Agent 的 traceId 投影和消息绑定。
blocking: true
order: 1080
- code: WBC-109
id: quick-verify-trace-projection-missing
level: error
titleZh: 目标 trace 投影缺失
summaryZh: 目标业务轮次已有 traceId,但 trace-frame 没有对应 trace rows 或投影。
actionZh: 检查 trace-frame、Workbench trace read-model 和投影水位。
blocking: true
order: 1090
- code: WBC-110
id: quick-verify-final-response-empty-incomplete
level: error
titleZh: 目标轮次未完成且最终回复为空
summaryZh: 目标业务轮次仍在运行或已取消标记,Final Response 为空。
actionZh: 检查同一 traceId 的运行状态、取消事件和 Code Agent 终态。
blocking: true
order: 1100
- code: WBC-111
id: quick-verify-final-response-empty-terminal
level: error
titleZh: 目标轮次已终止但最终回复为空
summaryZh: 目标业务轮次已进入终态,但 Final Response 为空。
actionZh: 检查终态事件持久化和最终回复投影。
blocking: true
order: 1110
- code: WBC-112
id: quick-verify-final-response-empty-status-unknown
level: error
titleZh: 目标轮次状态未知且最终回复为空
summaryZh: 目标业务轮次存在且 Final Response 为空,但状态字段无法判定为运行中或终态。
actionZh: 补齐 turn-summary 状态投影后重新分类。
blocking: true
order: 1120
- code: WBC-113
id: quick-verify-diagnostics-inconclusive
level: error
titleZh: 快速验证诊断信息不足
summaryZh: 快速验证不能证明业务轮次完成,但结构化诊断不足以归入具体失败语义。
actionZh: 先改进 turn-summary/trace-frame 诊断字段,再判断业务恢复。
blocking: true
order: 1130