fix(evidence): preserve the longform pack, which reddened main on arrival #421
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!421
Loading…
Reference in a new issue
No description provided.
Delete branch "qa/preserve-the-longform-pack"
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?
mainis red and my guard is what reddened it. This is the one-file remedy.TestEveryCitedPackIsPreservedlanded inc8e3336(#416) and caught its first real case within minutes.0cb3c80addedevaluations/probe-long-form-multi-turn.yaml, which cites/tmp/probe/longform.yaml— scratch space, not in the repository.The pack still existed on the machine that produced it, so the evidence is intact. Copied to
evaluations/packs/longform.yaml, which is exactly what the failure message asks for. Suite green.The dataset is not edited — its
pack:field still names/tmp/probe/longform.yaml, because that is what produced it.Two things worth saying plainly
A red
mainblocks every open branch and skips the image publish — #305 and #307 both measured that cost. I introduced the guard, so clearing it quickly is mine, and I would rather ship this than leave it for whoever notices next.The guard behaved as intended rather than as a nuisance, and I would say so even if it had cost more. A dataset arrived whose method was already unreachable. Without the check that becomes invisible the moment
/tmpis cleaned, and the numbers in #236's evidence would join the twelve I spent this hour recovering. The gap was visible the same hour instead of next week. That is the argument for the check, made by the check.Whether a missing pack should redden
mainor only warn is a fair question, and it is not mine — if the answer is warn, the test should move to a non-gating report rather than lose the coverage.Refs #313