Add canary string to public benchmark tasks and datasets#2
Open
jonmaaku-rev wants to merge 6 commits into
Open
Add canary string to public benchmark tasks and datasets#2jonmaaku-rev wants to merge 6 commits into
jonmaaku-rev wants to merge 6 commits into
Conversation
Add the permanent canary GUID as a single source of truth in scripts/canary.py (documented in CANARY.md) and an idempotent stamper script with a --check dry-run. Follows the BIG-bench canary standard.
Add the canary to every public task file (instruction, README, task.toml, Dockerfile, criteria, trajectory, test.sh), using the correct embedding per file type. Mechanical change; no task logic altered.
Stamp the synthetic data in artifacts/data.zip and add a CANARY.md sidecar; regenerate the archive and dataset.toml digests to match.
Fail validation when a required task file, CANARY.md, or the data.zip sidecar is missing the canary, and verify dataset.toml digests. Lands after stamping so validation stays green.
Document the canary requirement (enforced by make validate) in CONTRIBUTING.md and reference it in README.md.
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
Follows the BIG-bench canary standard (as adopted by Terminal-Bench / Harbor). The GUID is permanent — do not change it.
Related issue
https://app.devrev.ai/devrev/works/ISS-348138
Test plan