File size: 2,635 Bytes
598316f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "schema_version": 2,
  "task_id": "py-pilot-intword-boundary",
  "study_phase": "pilot",
  "language": "python",
  "scenario": "relevant_change",
  "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_number.py",
        "-k",
        "intword"
      ],
      "working_directory": ".",
      "timeout_seconds": 120,
      "relevant_files": [
        "src/humanize/*.py",
        "tests/test_number.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"
    ],
    "phase2_prompt_path": "phase2.txt",
    "intervention": {
      "kind": "patch",
      "affected_scope": "relevant",
      "patch_path": "intervention.patch"
    }
  },
  "phase_boundary": {
    "required": true,
    "on_failure": "continue_tagged_phase1_failure"
  },
  "limits": {
    "wall_seconds": 1800
  },
  "asset_hashes": {
    "public": {
      "phase1.txt": "sha256:f0cecb174f26b2a4cf8fff2ae2d06f95b3670acf44475267da9bd37bf4fc2c9c"
    },
    "private": {
      "hidden_oracle.py": "sha256:2804ab7455143247f95a18f1b00d16a909da9fa4db77655fc5b187b67652ef42",
      "initial.patch": "sha256:8c410c1ad332a70656ffb5fd52ea989f39a7640f36db8d8f3d07f1997b48c386",
      "intervention.patch": "sha256:4b04a5a0ec9249a831e91c6d668a4b27e874e167a229cfb2130788c8a9f1798c",
      "phase2.txt": "sha256:542accc73830d18a3b0917767cbc8d3ed08c5e0d8fdb15150f5ec4b3c12bf44b",
      "reference-solution.patch": "sha256:c189578285f6ca2cce7d788c9a4538db0b967b17436f5e6cef0526313d9efff9"
    }
  },
  "public_projection_sha256": "sha256:aa121da9a8eb5930f0557c450b7cd8910b786933f559d22910b8b2fd050d8fb3"
}