fix(rectification): keep candidate state coherent
Independent Staging Quality Gate / validate (push) Failing after 15m32s
Independent Staging Quality Gate / publish (push) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-27 13:59:38 +08:00
parent 518119acbd
commit 5f855c610c
30 changed files with 2109 additions and 167 deletions
@@ -22,6 +22,7 @@ function errorResponse(error: unknown) {
["agentic_rectification_candidate_not_found", 404, "候选记录不存在或已过期"],
["agentic_rectification_candidate_expired", 409, "候选结果已过期,请重新比较"],
["agentic_rectification_candidate_selection_blocked", 409, "当前还不能采用候选"],
["agentic_rectification_candidate_state_inconsistent", 409, "候选状态已更新,请刷新后重试"],
["agentic_rectification_candidate_time_not_allowed", 409, "该时间不在当前候选内"],
["agentic_rectification_candidate_already_selected", 409, "该时间已采用"],
["agentic_rectification_candidate_superseded", 409, "已有更新的候选结果"],