test(rectification): lock holdout cards, style-kind scoring, and strong B conflicts
Ask-holdout now requires a renderable choice frame. Scoring uses the same effective contrast kind as rendering, because the engine-varga.d9/d10 fork was live. varga_style weak_yes counts as a strong conflict; existence weak_yes still does not. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -207,6 +207,7 @@ test("ask_holdout_validation is only returned when the same dossier can build a
|
||||
if (decision.nextAction !== "ask_holdout_validation") continue;
|
||||
const plan = holdoutFollowup(dossier);
|
||||
assert.ok(plan.next_followup, "ask_holdout_validation requires a holdout followup");
|
||||
assert.ok(plan.next_followup.choice_frame, "ask_holdout_validation requires a renderable card");
|
||||
assert.equal(decision.canConfirmExactMinute, false);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user