fix(evaluation): one fail block, not two #411
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!411
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/one-fail-block-not-two"
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?
closes #407
Two seats fixed #386 and both landed. The prints sit three lines apart in the same block and both cite the same issue. Neither conflicted textually, so the merge kept both and every gate went green.
One of them is mine.
Which one survives
The one that falls back to the raw completion. Scoring can fail before it has a parsed reply — the tool-call-markup case is exactly that — and the other print emitted an empty line in precisely the case where the reply matters most.
The test is deliberately blunt
It counts the format string in the source rather than driving the runner. That is not how I would normally pin behaviour, and it is right here: the defect was two copies of a correct line. No behavioural test would call it wrong, because printing the evidence twice still prints the evidence.
Worth saying plainly
This is the third duplicate-build today and the first that put a defect in
main. The others cost effort; this one cost correctness. The coordination problem is on #353.Quail caught it from merged
mainrather than from a diff, which is the only place it was visible.ward exec gategreen: build, policy-check, vet, test, test-skips, pre-commit.