fix(rectification): invite-first collect, holdout at 4 events, Skill 10.0.23 (BUG-646–648)
Stop domain-wheel collecting and age-band years in prompts. Ask until the training gate, then discriminate until convergence, then deliver a range plus a concrete follow-up. Reserve holdout only with four dated events. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -408,7 +408,10 @@ test("case A: two then three events keep collecting; four training events may di
|
||||
});
|
||||
}
|
||||
assert.equal(nextFor(2).nextAction, "ask_fact_collection");
|
||||
assert.equal(nextFor(3).nextAction, "ask_fact_collection");
|
||||
// 原值: 3 件仍 ask_fact_collection(其中 1 件 holdout)
|
||||
// 新值: 3 件全训练,可以开始区分
|
||||
// 原因: holdout ≥4 才留(BUG-647)
|
||||
assert.equal(nextFor(3).nextAction, "ask_candidate_discriminator");
|
||||
const ready = nextFor(4);
|
||||
assert.equal(ready.nextAction, "ask_candidate_discriminator");
|
||||
assert.ok(ready.probe);
|
||||
|
||||
Reference in New Issue
Block a user