| { | |
| "schema_version": 2, | |
| "task_id": "py-premature-filesize-rollover", | |
| "study_phase": "confirmatory", | |
| "language": "python", | |
| "scenario": "premature", | |
| "repository": { | |
| "url": "https://github.com/python-humanize/humanize.git", | |
| "commit": "c3a124cdeb272d7f63bc0aa66f79c6fbafd2fc6d", | |
| "license_spdx": "MIT", | |
| "preparation": { | |
| "argv": [ | |
| "{PYTHON_EXE}", | |
| ".study-runtime/prepare.py", | |
| "--profile", | |
| "python-humanize" | |
| ], | |
| "working_directory": ".", | |
| "timeout_seconds": 600, | |
| "network_required": false | |
| } | |
| }, | |
| "public_input": { | |
| "phase1_prompt_path": "phase1.txt", | |
| "verification_contract": { | |
| "argv": [ | |
| ".study-venv/Scripts/python.exe", | |
| "-m", | |
| "pytest", | |
| "-q", | |
| "--color=no", | |
| "--tb=no", | |
| "tests/test_filesize.py" | |
| ], | |
| "working_directory": ".", | |
| "timeout_seconds": 120, | |
| "relevant_files": [ | |
| "src/humanize/*.py", | |
| "tests/test_filesize.py", | |
| "pyproject.toml" | |
| ] | |
| } | |
| }, | |
| "private_evaluation": { | |
| "initial_patch_path": "initial.patch", | |
| "reference_solution_patch_path": "reference-solution.patch", | |
| "hidden_oracle": { | |
| "argv": [ | |
| ".study-venv/Scripts/python.exe", | |
| "hidden_oracle.py" | |
| ], | |
| "working_directory": ".", | |
| "timeout_seconds": 120 | |
| }, | |
| "oracle_asset_paths": [ | |
| "hidden_oracle.py" | |
| ], | |
| "intervention": { | |
| "kind": "none", | |
| "affected_scope": "none" | |
| } | |
| }, | |
| "phase_boundary": { | |
| "required": false, | |
| "on_failure": "not_applicable" | |
| }, | |
| "limits": { | |
| "wall_seconds": 1800 | |
| }, | |
| "asset_hashes": { | |
| "public": { | |
| "phase1.txt": "sha256:613abc35715533938120d999c05d0d7050f01da2db4ac67c9c6ead5a17cec18c" | |
| }, | |
| "private": { | |
| "hidden_oracle.py": "sha256:0d123fda57c9a65468f1ba7e729c576350e15dd75caee5e38fa4c235b5bd28f9", | |
| "initial.patch": "sha256:dbdd2f5d633e9a48ed5c697183a7b7b337c006d2bd8bc0bce37e616c15e24b9f", | |
| "reference-solution.patch": "sha256:cac48af0af6b96ee24ec7d5e8ca5c013c6df82347ed3bb2b6a226f6513fa98ae" | |
| } | |
| }, | |
| "public_projection_sha256": "sha256:5ae1b99cb8648fb09cea4879a4fb95d23704d0784b54b31308bf3e380d4962a8" | |
| } | |