test(grounding): score the 575 fix, and pin the mechanism nothing reached #604
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!604
Loading…
Reference in a new issue
No description provided.
Delete branch "qa/score-the-575-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re-ran the #575 corpus against the fix, as promised on that issue. Eight of nine risky shapes are now caught and no correct reply regressed, so the rows go in as regression guards rather than as open gaps.
The
turnReferencemechanism is a better answer than the word-list narrowing I proposed on 575 — it fixed both directions at once instead of trading them.The mechanism nothing reached
turnReferencehad no row. I removed it from the dated calculation and the whole table still passed, which means the thing that tellsbefore your messagefrombefore the wipewas untested from the day it landed.Two rows carry both a past word and a turn reference, which is the only shape it decides:
Two false positives for #602, added before the fix
A one-word gap between the auxiliary and the participle — the likely shape of that fix — would admit these into the match before
notAClaimgets to reject them:They belong here before that change lands, not after it breaks them.
Mutation checked, both mechanisms
Before the two new rows, the second mutation produced no failures at all.
Also
Removes a duplicate row I added in #554 — the same reply was already present with a better comment than mine, explaining why
turnReferencemust not reach it.Open rows go from 8 to 2, both tracked (#341, #602). Test-only; no production change.
Refs #575, #602