Keep one current V2.1 dataset in the checkout - #44
Merged
Merged
Conversation
There was a problem hiding this comment.
All reported issues were addressed across 9 files
Heads up: you’re close to your flex budget. Increase your flex budget so reviews don’t pause.
Fix all with cubic | Re-trigger cubic
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.
Main still carried two 55-task selector files and an obsolete 200-task snapshot alongside the current V2.1 dataset. Remove those three files and make the README point to one current 200-task V2.1 dataset, retaining the compatible
BU_Bench_V2.encfilename.Revision validation now reads its hash-pinned original baseline from Git history, with
--base-artifactfor archives or shallow clones. CI fetches the required history. The current dataset and encrypted judge review cases are byte-identical; V1/Stealth, scoring, runner settings and historical release assets are unchanged.Validation: 68 unittest cases (65 passed, 3 optional skips); rubric validator confirms all 200 IDs, weights and canaries; Ruff, YAML parsing and diff checks pass. Verified the default loads all 200 tasks and V1/Stealth still load.
Summary by cubic
Keeps one current 200-task V2.1 dataset in the checkout. Removes the two 55-task selector files and the obsolete August 25 snapshot, and updates the README to reference only
BU_Bench_V2.enc.Refactors
rubric_revision.json.--base-artifactflag supplies the original encrypted baseline for source archives or shallow clones, with the same hash check.Written for commit e5b79bd. Summary will update on new commits.