test(cognition): update term_capture_rate baseline from 0.9167 to 1.0
unknown_logos_019 now correctly surfaces "light" as a pack-resident token near the logos versor — producing term_capture_rate 1.0 on both main and Phase 3. The 0.9167 pin was stale relative to a surface change already on main; Phase 3 did not introduce this shift.
This commit is contained in:
parent
f9c953af66
commit
cd720b31d8
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ def _make_regressed_replay(
|
|||
baseline = {
|
||||
"intent_accuracy": 1.0,
|
||||
"surface_groundedness": 1.0,
|
||||
"term_capture_rate": 0.9167,
|
||||
"term_capture_rate": 1.0,
|
||||
"versor_closure_rate": 1.0,
|
||||
}
|
||||
candidate = dict(baseline)
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ class TestRuntimeDispatch:
|
|||
_EXPECTED_COGNITION_METRICS = {
|
||||
"total": 13,
|
||||
"intent_accuracy": 1.0,
|
||||
"term_capture_rate": 0.9167,
|
||||
"term_capture_rate": 1.0,
|
||||
"surface_groundedness": 1.0,
|
||||
"versor_closure_rate": 1.0,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue