fix: align parity evidence with BlindBench ingest - #17
Merged
Conversation
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Align multi-attempt provider-parity evidence with BlindBench's strict full-span ingest contract, and allow the completed paid matrix to be re-exported offline without rerunning providers.
run.idwhile retaining the real attempt ID and private logical grouping metadata.letter + colon + newlinesequence that BlindBench's Windows-path detector treats as an absolute path.Activation finding
The completed 18-run matrix was valid at the execution layer but could not be imported as one BlindBench batch because:
except ValueError as e:\n.This change regenerates only reviewer-safe aggregate evidence. It does not alter retained bundle bytes or rerun any model/provider.
Verification
pytest -q tests/test_harbor_bundle.py -k 'reexport or aggregate_pair or python_cache'— 5 passedpytest -q -m 'not daytona_smoke'— 120 passed, 1 paid Daytona test deselectedruff check .— passedmypy— passedgit diff --check— passedparseHarborEvidenceV1— 18/18 parsed, 18 unique run IDs, 18 unique attemptsReplacement safety
Both aggregate files are staged and validated before replacement. Each same-filesystem rename is atomic. An observed replacement failure triggers rollback of both prior destination states; this is deliberately not described as a crash-atomic multi-file transaction.
Safety boundaries