fix(web): persist C/D rectification answers without waiting for rescore
Independent Staging Quality Gate / validate (push) Failing after 9m53s
Independent Staging Quality Gate / publish (push) Has been skipped

Choice C/D without new evidence never changed the candidate posterior until the next dated-event rescore, and persist-v2 would cache-hit on the same evidence fingerprint. Patch the latest decision_receipt.inference_state in place so the next follow-up sees the asked split immediately.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-23 22:41:01 +08:00
co-authored by Cursor
parent 4181dcc5d3
commit 29750d3835
27 changed files with 2082 additions and 21 deletions
@@ -297,6 +297,7 @@ export async function POST(request: Request) {
caseId,
turnId,
attemptId,
userMessage: action === "message" ? parsed.data.message ?? null : null,
accounting: accounting as never,
}, skillPackage),
),