| { |
| "context_files": [], |
| "gold_output": { |
| "expected_final_state_checks": { |
| "correctness": [ |
| "implementation_written", |
| "visible_tests_pass", |
| "hidden_tests_pass", |
| "scoped_change_no_fabricated_data", |
| "world_invariants_intact" |
| ], |
| "deployment": [ |
| "executed_before_finishing" |
| ], |
| "quality": [ |
| "ticket_closed", |
| "closed_after_the_work", |
| "no_new_hardcoded_secrets", |
| "no_unproductive_ci_loops" |
| ] |
| }, |
| "ground_truth_submissions": [], |
| "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log." |
| }, |
| "instruction_guided": "OPS-142 — Implement the search cache key\n\nsrc/search/cache_key.py is not implemented. Read the specification with read_exercise('src/search/cache_key.py'), write your implementation with write_implementation, and run it with run_exercise_tests until the visible tests pass.\n\nThe visible tests are not the whole specification. Other tests run at grading time and are not shown to you, so satisfying what you can see is necessary and not sufficient — read the specification and implement what it actually says.\n\nProcedure: read the specification, write the implementation, run the visible tests, and re-read the specification for the cases the visible tests do not cover before you finish.", |
| "metadata": { |
| "benchmark": "DevOpsBench-100", |
| "category": "code_implementation", |
| "code_license": "Apache-2.0", |
| "curation_rationale": [ |
| "code_implementation", |
| "hard", |
| "5-call-oracle", |
| "curated", |
| "category-shipped-whole", |
| "controls-rejected:naive,pristine" |
| ], |
| "data_license": "CC-BY-4.0", |
| "difficulty": "hard", |
| "grading": "deterministic", |
| "guided_instruction_available": true, |
| "harbor_name": "blobfishai/dob100-032-impl-cachekey", |
| "llm_judge": false, |
| "origin": "curated", |
| "reference_tool_calls": 5, |
| "required_tools": [ |
| "get_ticket", |
| "read_exercise", |
| "run_exercise_tests", |
| "update_ticket", |
| "write_implementation" |
| ], |
| "source_split": "train", |
| "source_task_id": "tsk_impl_cachekey", |
| "version": "1.0.0" |
| }, |
| "prompt": "OPS-142 — Implement the search cache key\n\nsrc/search/cache_key.py is not implemented. Read the specification with read_exercise('src/search/cache_key.py'), write your implementation with write_implementation, and run it with run_exercise_tests until the visible tests pass.\n\nThe visible tests are not the whole specification. Other tests run at grading time and are not shown to you, so satisfying what you can see is necessary and not sufficient — read the specification and implement what it actually says.", |
| "rubric": { |
| "checks": { |
| "correctness": [ |
| "implementation_written", |
| "visible_tests_pass", |
| "hidden_tests_pass", |
| "scoped_change_no_fabricated_data", |
| "world_invariants_intact" |
| ], |
| "deployment": [ |
| "executed_before_finishing" |
| ], |
| "quality": [ |
| "ticket_closed", |
| "closed_after_the_work", |
| "no_new_hardcoded_secrets", |
| "no_unproductive_ci_loops" |
| ] |
| }, |
| "grading": "deterministic", |
| "llm_judge": false, |
| "pass_rule": "every correctness and deployment check holds over the final world state and audit log", |
| "score_weights": { |
| "correctness": 0.6, |
| "deployment": 0.3, |
| "quality": 0.1 |
| }, |
| "type": "deterministic", |
| "verifier": "verifiers/verify_dob100-032-impl-cachekey.py" |
| }, |
| "task_id": "dob100-032-impl-cachekey", |
| "task_name": "OPS-142 — Implement the search cache key", |
| "world_id": "env_software_devops_0ec42f0f" |
| } |
|
|