SamuelChien821 commited on
Commit
ea61660
·
verified ·
1 Parent(s): eb8d1b3

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. LICENSE-CODE +2 -0
  2. LICENSE-DATA +2 -0
  3. README.md +101 -0
  4. data/tasks.jsonl +0 -0
  5. reports/build.json +53 -0
  6. reports/qualification.json +0 -0
  7. tasks/dob100-001-rca-analytics-egress-blocked.json +112 -0
  8. tasks/dob100-002-rca-analytics-revoked-grant.json +113 -0
  9. tasks/dob100-003-rca-checkout-unschedulable-replicas.json +114 -0
  10. tasks/dob100-004-rca-media-disk-pressure.json +114 -0
  11. tasks/dob100-005-rca-notifications-node-deadlock.json +114 -0
  12. tasks/dob100-006-rca-search-unscheduled-reindex.json +114 -0
  13. tasks/dob100-007-detect-checkout-errors.json +106 -0
  14. tasks/dob100-008-detect-inventory.json +106 -0
  15. tasks/dob100-009-detect-payments.json +106 -0
  16. tasks/dob100-010-detect-status-page-recurrence.json +109 -0
  17. tasks/dob100-011-detect-storefront-healthy.json +106 -0
  18. tasks/dob100-012-localize-analytics-crashloop.json +109 -0
  19. tasks/dob100-013-localize-analytics-errors.json +109 -0
  20. tasks/dob100-014-localize-checkout-latency.json +109 -0
  21. tasks/dob100-015-localize-gateway-latency.json +109 -0
  22. tasks/dob100-016-localize-media-latency.json +109 -0
  23. tasks/dob100-017-auth-v1-to-v2.json +124 -0
  24. tasks/dob100-018-checkout-v1-to-v2.json +124 -0
  25. tasks/dob100-019-inventory-v1-to-v2.json +116 -0
  26. tasks/dob100-020-media-v1-to-v2.json +116 -0
  27. tasks/dob100-021-notify-v1-to-v2.json +116 -0
  28. tasks/dob100-022-orders-v1-to-v2.json +124 -0
  29. tasks/dob100-023-search-v1-to-v2.json +116 -0
  30. tasks/dob100-024-attr-three-at-once.json +141 -0
  31. tasks/dob100-025-w5-attr-media-analytics-catalog.json +138 -0
  32. tasks/dob100-026-w5-attr-media-analytics-payments.json +138 -0
  33. tasks/dob100-027-w5-attr-media-api-analytics.json +138 -0
  34. tasks/dob100-028-w5-attr-media-api-catalog.json +138 -0
  35. tasks/dob100-029-w5-attr-media-api-checkout.json +138 -0
  36. tasks/dob100-030-w5-attr-media-api-payments.json +138 -0
  37. tasks/dob100-031-impl-backoff.json +91 -0
  38. tasks/dob100-032-impl-cachekey.json +91 -0
  39. tasks/dob100-033-impl-chunk.json +91 -0
  40. tasks/dob100-034-impl-ratelimit.json +91 -0
  41. tasks/dob100-035-port-close-backlog-issues.json +90 -0
  42. tasks/dob100-036-port-close-blocked-issues.json +90 -0
  43. tasks/dob100-037-port-copy-priority-issues.json +91 -0
  44. tasks/dob100-038-port-count-inflight-work.json +98 -0
  45. tasks/dob100-039-port-count-unowned-work.json +98 -0
  46. tasks/dob100-040-port-dedupe-linked-issues.json +90 -0
  47. tasks/dob100-041-port-escalate-to-gateway-oncall.json +98 -0
  48. tasks/dob100-042-port-high-priority-since.json +88 -0
  49. tasks/dob100-043-analytics-batch-size.json +102 -0
  50. tasks/dob100-044-analytics-prefetch.json +114 -0
LICENSE-CODE ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Apache License 2.0
2
+ https://www.apache.org/licenses/LICENSE-2.0
LICENSE-DATA ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Creative Commons Attribution 4.0 International
2
+ https://creativecommons.org/licenses/by/4.0/
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - devops
9
+ - sre
10
+ - software-engineering
11
+ - benchmark
12
+ - agents
13
+ - mcp
14
+ - deterministic-evaluation
15
+ pretty_name: DevOpsBench-100
16
+ size_categories:
17
+ - n<1K
18
+ ---
19
+
20
+ # DevOpsBench-100
21
+
22
+ DevOpsBench-100 is a synthetic long-horizon software-engineering / SRE agent
23
+ benchmark: 100 tasks over one executable world ("NovaCart", a mid-size
24
+ e-commerce SaaS) with 72 SQLite tables,
25
+ 1451 seeded rows, a 38-file monorepo with 417 commits,
26
+ and 97 MCP tools spanning a first-party engineering stack
27
+ (tickets, PRs, CI, deployments, canaries, migrations, feature flags, metrics,
28
+ alerts, incidents, chat, knowledge base) plus deliberately disagreeing
29
+ vendor-shaped surfaces (Jira, Linear, GitHub Issues, Prometheus, Sentry,
30
+ PagerDuty, Confluence, spreadsheets) and Kubernetes.
31
+
32
+ Tasks are outcome-only tickets (symptom + definition of done; company policy
33
+ lives in the world's knowledge base, not the prompt). Reference trajectories
34
+ run 4-34 tool calls (median 13).
35
+ Acceptance is fully deterministic: each task ships an executable vcode
36
+ verifier that checks the final world state and the append-only audit log,
37
+ with anti-forgery table pins - no LLM judge, no network, no clock in the
38
+ reward path.
39
+
40
+ ## What is included
41
+
42
+ - `data/tasks.jsonl`: task records (`task_id`, `task_name`, `world_id`,
43
+ `prompt`, `context_files`, `rubric`, `gold_output`, `metadata`).
44
+ - `tasks/`: one readable JSON record per task (includes the guided
45
+ instruction variant).
46
+ - `world/`: the offline world source - stdlib MCP server, tool implementations,
47
+ seeded SQLite database, schema and seed SQL.
48
+ - `verifiers/`: 100 standalone verifier scripts
49
+ (`python3 verify_<task>.py world.db` prints the full verdict).
50
+ - `trajectories/`: one executed reference trajectory per task (JSONL).
51
+ - `reports/`: measured build and qualification evidence.
52
+
53
+ ## Task families (19)
54
+
55
+ | Family | Tasks |
56
+ |---|---:|
57
+ | Cross-system source of truth | 8 |
58
+ | Error-rate SLO recovery | 8 |
59
+ | Latency optimization | 8 |
60
+ | API migration | 7 |
61
+ | Change attribution | 7 |
62
+ | Feature-flag operation | 7 |
63
+ | Multi-service rollout | 7 |
64
+ | Security incident response | 7 |
65
+ | AIOps root-cause analysis | 6 |
66
+ | Flaky-test remediation | 6 |
67
+ | AIOps detection | 5 |
68
+ | AIOps localization | 5 |
69
+ | Cross-source reconciliation | 5 |
70
+ | Code implementation | 4 |
71
+ | Operational judgement / restraint | 4 |
72
+ | Incident handover | 2 |
73
+ | Long-horizon delivery | 2 |
74
+ | Human-approval gated change | 1 |
75
+ | Workspace scripting | 1 |
76
+
77
+ ## Objective release gates
78
+
79
+ | Gate | Required | Measured |
80
+ |---|---:|---:|
81
+ | Tasks | 100 | 100 |
82
+ | Oracle replays at reward 1.0 | 100/100 | see `reports/qualification.json` |
83
+ | Deterministic verifier replays | 100/100 | see `reports/qualification.json` |
84
+ | Negative-control false accepts | 0 | see `reports/qualification.json` |
85
+ | LLM / network calls in verifier | 0 | 0 |
86
+
87
+ ## Provenance and contamination
88
+
89
+ Every service, metric, document, commit, and incident is synthetic and was
90
+ generated for the NovaCart world. 30 cross_system/handover tasks were ported
91
+ from TheAgentCompany task *shapes* re-grounded onto NovaCart's own state; the
92
+ AIOps families reproduce the microsoft/AIOpsLab task *structure*
93
+ (detect / localize / analyze) against NovaCart. No third-party benchmark
94
+ text, evidence, or gold answers are included. Gold outputs are public, so
95
+ this release is appropriate for transparent evaluation and RL experiments
96
+ rather than secret-test claims.
97
+
98
+ ## Licenses
99
+
100
+ Synthetic task data and world content are CC-BY-4.0. Benchmark code,
101
+ server, and verifiers are Apache-2.0.
data/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
reports/build.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "benchmark": "DevOpsBench-100",
3
+ "categories": {
4
+ "aiops_analysis": 6,
5
+ "aiops_detection": 5,
6
+ "aiops_localization": 5,
7
+ "api_migration": 7,
8
+ "attribution": 7,
9
+ "code_implementation": 4,
10
+ "cross_system": 8,
11
+ "error_rate_reduction": 8,
12
+ "feature_flag": 7,
13
+ "flaky_test": 6,
14
+ "handover": 2,
15
+ "horizon": 2,
16
+ "human_gated": 1,
17
+ "judgement": 4,
18
+ "latency_optimization": 8,
19
+ "multi_service_rollout": 7,
20
+ "reconciliation": 5,
21
+ "security_incident": 7,
22
+ "workspace": 1
23
+ },
24
+ "category_count": 19,
25
+ "difficulties": {
26
+ "easy": 2,
27
+ "expert": 38,
28
+ "hard": 31,
29
+ "medium": 29
30
+ },
31
+ "exact_duplicate_prompts": 0,
32
+ "reference_tool_calls": {
33
+ "max": 34,
34
+ "median": 13,
35
+ "min": 4,
36
+ "total": 1318
37
+ },
38
+ "schema_version": "1.0",
39
+ "task_count": 100,
40
+ "verifier": {
41
+ "deterministic": true,
42
+ "model_calls": 0,
43
+ "network_calls": 0,
44
+ "random_calls": 0,
45
+ "wall_clock_reads": 0
46
+ },
47
+ "version": "1.0.0",
48
+ "world_commits": 417,
49
+ "world_documents": 30,
50
+ "world_seeded_rows": 1451,
51
+ "world_tables": 72,
52
+ "world_tools": 97
53
+ }
reports/qualification.json ADDED
The diff for this file is too large to render. See raw diff
 
tasks/dob100-001-rca-analytics-egress-blocked.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "the path from analytics-worker to pg-replica is REFUSED at the transport layer rather than timing out, so this is a network policy applied on day 418 and not a capacity problem; a timeout would look like load and a refusal cannot",
29
+ "fault_detected": true,
30
+ "fault_type": "misconfig",
31
+ "offending_key": "pg-replica",
32
+ "scope": "analytics-connection-refused",
33
+ "service": "analytics-worker"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-163 — Root cause: analytics connections are refused, not slow\n\nGet to the bottom of analytics-connection-refused: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'analytics-connection-refused' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "9-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-001-rca-analytics-egress-blocked",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 9,
61
+ "required_tools": [
62
+ "check_network_path",
63
+ "get_service",
64
+ "get_ticket",
65
+ "list_error_events",
66
+ "query_metrics",
67
+ "search_logs",
68
+ "submit_diagnosis",
69
+ "update_ticket"
70
+ ],
71
+ "source_split": "train",
72
+ "source_task_id": "tsk_rca_analytics_egress_blocked",
73
+ "version": "1.0.0"
74
+ },
75
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-163 — Root cause: analytics connections are refused, not slow\n\nGet to the bottom of analytics-connection-refused: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'analytics-connection-refused' with the responsible service, the fault type, the offending key, and your evidence.",
76
+ "rubric": {
77
+ "checks": {
78
+ "correctness": [
79
+ "diagnosis_submitted",
80
+ "service_localized",
81
+ "fault_type_correct",
82
+ "offending_key_correct",
83
+ "scoped_change_no_fabricated_data",
84
+ "world_invariants_intact"
85
+ ],
86
+ "deployment": [
87
+ "investigation_was_read_only"
88
+ ],
89
+ "quality": [
90
+ "evidence_recorded",
91
+ "efficient_investigation",
92
+ "ticket_closed",
93
+ "closed_after_the_work",
94
+ "no_new_hardcoded_secrets",
95
+ "no_unproductive_ci_loops"
96
+ ]
97
+ },
98
+ "grading": "deterministic",
99
+ "llm_judge": false,
100
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
101
+ "score_weights": {
102
+ "correctness": 0.6,
103
+ "deployment": 0.3,
104
+ "quality": 0.1
105
+ },
106
+ "type": "deterministic",
107
+ "verifier": "verifiers/verify_dob100-001-rca-analytics-egress-blocked.py"
108
+ },
109
+ "task_id": "dob100-001-rca-analytics-egress-blocked",
110
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
111
+ "world_id": "env_software_devops_0ec42f0f"
112
+ }
tasks/dob100-002-rca-analytics-revoked-grant.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "the analytics_ro role on pg-replica was dropped during the day-418 credential rotation, but the running analytics-worker pods were never restarted and still present it; the database is healthy and so is the service, and the grant between them is not",
29
+ "fault_detected": true,
30
+ "fault_type": "misconfig",
31
+ "offending_key": "analytics_ro",
32
+ "scope": "analytics-cannot-read-replica",
33
+ "service": "analytics-worker"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-160 — Root cause: analytics cannot read the replica since the rotation\n\nGet to the bottom of analytics-cannot-read-replica: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'analytics-cannot-read-replica' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "9-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-002-rca-analytics-revoked-grant",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 9,
61
+ "required_tools": [
62
+ "get_service",
63
+ "get_ticket",
64
+ "list_db_grants",
65
+ "list_error_events",
66
+ "list_infra",
67
+ "query_metrics",
68
+ "search_logs",
69
+ "submit_diagnosis",
70
+ "update_ticket"
71
+ ],
72
+ "source_split": "train",
73
+ "source_task_id": "tsk_rca_analytics_revoked_grant",
74
+ "version": "1.0.0"
75
+ },
76
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-160 — Root cause: analytics cannot read the replica since the rotation\n\nGet to the bottom of analytics-cannot-read-replica: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'analytics-cannot-read-replica' with the responsible service, the fault type, the offending key, and your evidence.",
77
+ "rubric": {
78
+ "checks": {
79
+ "correctness": [
80
+ "diagnosis_submitted",
81
+ "service_localized",
82
+ "fault_type_correct",
83
+ "offending_key_correct",
84
+ "scoped_change_no_fabricated_data",
85
+ "world_invariants_intact"
86
+ ],
87
+ "deployment": [
88
+ "investigation_was_read_only"
89
+ ],
90
+ "quality": [
91
+ "evidence_recorded",
92
+ "efficient_investigation",
93
+ "ticket_closed",
94
+ "closed_after_the_work",
95
+ "no_new_hardcoded_secrets",
96
+ "no_unproductive_ci_loops"
97
+ ]
98
+ },
99
+ "grading": "deterministic",
100
+ "llm_judge": false,
101
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
102
+ "score_weights": {
103
+ "correctness": 0.6,
104
+ "deployment": 0.3,
105
+ "quality": 0.1
106
+ },
107
+ "type": "deterministic",
108
+ "verifier": "verifiers/verify_dob100-002-rca-analytics-revoked-grant.py"
109
+ },
110
+ "task_id": "dob100-002-rca-analytics-revoked-grant",
111
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
112
+ "world_id": "env_software_devops_0ec42f0f"
113
+ }
tasks/dob100-003-rca-checkout-unschedulable-replicas.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "the checkout deployment declares 64 desired replicas and has 6 ready; the 58 that cannot be admitted are Pending with '4 Insufficient cpu' and no node in the cluster has the capacity, so the shortfall is in the requested replica count rather than in the cluster or the service",
29
+ "fault_detected": true,
30
+ "fault_type": "misconfig",
31
+ "offending_key": "desired_replicas",
32
+ "scope": "checkout-capacity-shortfall",
33
+ "service": "checkout"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-129 — Root cause: checkout is running at a fraction of capacity\n\nGet to the bottom of checkout-capacity-shortfall: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'checkout-capacity-shortfall' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "10-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-003-rca-checkout-unschedulable-replicas",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 10,
61
+ "required_tools": [
62
+ "get_service",
63
+ "get_ticket",
64
+ "k8s_deployments_list",
65
+ "k8s_nodes_list",
66
+ "k8s_pods_list",
67
+ "list_error_events",
68
+ "query_metrics",
69
+ "search_logs",
70
+ "submit_diagnosis",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_rca_checkout_unschedulable_replicas",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-129 — Root cause: checkout is running at a fraction of capacity\n\nGet to the bottom of checkout-capacity-shortfall: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'checkout-capacity-shortfall' with the responsible service, the fault type, the offending key, and your evidence.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "diagnosis_submitted",
82
+ "service_localized",
83
+ "fault_type_correct",
84
+ "offending_key_correct",
85
+ "scoped_change_no_fabricated_data",
86
+ "world_invariants_intact"
87
+ ],
88
+ "deployment": [
89
+ "investigation_was_read_only"
90
+ ],
91
+ "quality": [
92
+ "evidence_recorded",
93
+ "efficient_investigation",
94
+ "ticket_closed",
95
+ "closed_after_the_work",
96
+ "no_new_hardcoded_secrets",
97
+ "no_unproductive_ci_loops"
98
+ ]
99
+ },
100
+ "grading": "deterministic",
101
+ "llm_judge": false,
102
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
103
+ "score_weights": {
104
+ "correctness": 0.6,
105
+ "deployment": 0.3,
106
+ "quality": 0.1
107
+ },
108
+ "type": "deterministic",
109
+ "verifier": "verifiers/verify_dob100-003-rca-checkout-unschedulable-replicas.py"
110
+ },
111
+ "task_id": "dob100-003-rca-checkout-unschedulable-replicas",
112
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
113
+ "world_id": "env_software_devops_0ec42f0f"
114
+ }
tasks/dob100-004-rca-media-disk-pressure.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "both media-service replicas are scheduled on node-b3, whose kubelet reports DiskPressure at 97% of 200Gi ephemeral storage, and one replica has already been Evicted for ephemeral-storage three times; the pods themselves are Running with normal memory and the service's own code is unchanged",
29
+ "fault_detected": true,
30
+ "fault_type": "node_unhealthy",
31
+ "offending_key": "node-b3",
32
+ "scope": "media-upload-stalls",
33
+ "service": "media-service"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-125 — Root cause: media uploads stalling\n\nGet to the bottom of media-upload-stalls: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'media-upload-stalls' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "10-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-004-rca-media-disk-pressure",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 10,
61
+ "required_tools": [
62
+ "get_service",
63
+ "get_ticket",
64
+ "k8s_events_list",
65
+ "k8s_nodes_list",
66
+ "k8s_pods_list",
67
+ "list_error_events",
68
+ "query_metrics",
69
+ "search_logs",
70
+ "submit_diagnosis",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_rca_media_disk_pressure",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-125 — Root cause: media uploads stalling\n\nGet to the bottom of media-upload-stalls: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'media-upload-stalls' with the responsible service, the fault type, the offending key, and your evidence.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "diagnosis_submitted",
82
+ "service_localized",
83
+ "fault_type_correct",
84
+ "offending_key_correct",
85
+ "scoped_change_no_fabricated_data",
86
+ "world_invariants_intact"
87
+ ],
88
+ "deployment": [
89
+ "investigation_was_read_only"
90
+ ],
91
+ "quality": [
92
+ "evidence_recorded",
93
+ "efficient_investigation",
94
+ "ticket_closed",
95
+ "closed_after_the_work",
96
+ "no_new_hardcoded_secrets",
97
+ "no_unproductive_ci_loops"
98
+ ]
99
+ },
100
+ "grading": "deterministic",
101
+ "llm_judge": false,
102
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
103
+ "score_weights": {
104
+ "correctness": 0.6,
105
+ "deployment": 0.3,
106
+ "quality": 0.1
107
+ },
108
+ "type": "deterministic",
109
+ "verifier": "verifiers/verify_dob100-004-rca-media-disk-pressure.py"
110
+ },
111
+ "task_id": "dob100-004-rca-media-disk-pressure",
112
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
113
+ "world_id": "env_software_devops_0ec42f0f"
114
+ }
tasks/dob100-005-rca-notifications-node-deadlock.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "node-c1 is Ready=Unknown with a kernel soft lockup on CPU#3 and stopped posting node status 14 minutes ago; notifications-1b7d-hh88 still reports Running because the kubelet stopped reporting, not the pod, so pod phase alone says the service is healthy while it is unreachable",
29
+ "fault_detected": true,
30
+ "fault_type": "node_unhealthy",
31
+ "offending_key": "node-c1",
32
+ "scope": "notifications-unreachable",
33
+ "service": "notifications"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-127 — Root cause: notifications are not being delivered\n\nGet to the bottom of notifications-unreachable: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'notifications-unreachable' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "10-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-005-rca-notifications-node-deadlock",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 10,
61
+ "required_tools": [
62
+ "get_service",
63
+ "get_ticket",
64
+ "k8s_events_list",
65
+ "k8s_nodes_list",
66
+ "k8s_pods_list",
67
+ "list_error_events",
68
+ "query_metrics",
69
+ "search_logs",
70
+ "submit_diagnosis",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_rca_notifications_node_deadlock",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-127 — Root cause: notifications are not being delivered\n\nGet to the bottom of notifications-unreachable: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'notifications-unreachable' with the responsible service, the fault type, the offending key, and your evidence.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "diagnosis_submitted",
82
+ "service_localized",
83
+ "fault_type_correct",
84
+ "offending_key_correct",
85
+ "scoped_change_no_fabricated_data",
86
+ "world_invariants_intact"
87
+ ],
88
+ "deployment": [
89
+ "investigation_was_read_only"
90
+ ],
91
+ "quality": [
92
+ "evidence_recorded",
93
+ "efficient_investigation",
94
+ "ticket_closed",
95
+ "closed_after_the_work",
96
+ "no_new_hardcoded_secrets",
97
+ "no_unproductive_ci_loops"
98
+ ]
99
+ },
100
+ "grading": "deterministic",
101
+ "llm_judge": false,
102
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
103
+ "score_weights": {
104
+ "correctness": 0.6,
105
+ "deployment": 0.3,
106
+ "quality": 0.1
107
+ },
108
+ "type": "deterministic",
109
+ "verifier": "verifiers/verify_dob100-005-rca-notifications-node-deadlock.py"
110
+ },
111
+ "task_id": "dob100-005-rca-notifications-node-deadlock",
112
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
113
+ "world_id": "env_software_devops_0ec42f0f"
114
+ }
tasks/dob100-006-rca-search-unscheduled-reindex.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_type_correct",
9
+ "offending_key_correct",
10
+ "scoped_change_no_fabricated_data",
11
+ "world_invariants_intact"
12
+ ],
13
+ "deployment": [
14
+ "investigation_was_read_only"
15
+ ],
16
+ "quality": [
17
+ "evidence_recorded",
18
+ "efficient_investigation",
19
+ "ticket_closed",
20
+ "closed_after_the_work",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [
26
+ {
27
+ "arguments": {
28
+ "evidence": "search-reindex-8c2a-gg77 has been Pending since day 419 with 214 FailedScheduling events reading 0/4 nodes available: no node matches the pod's accelerator=gpu-a100 selector, and no node in the cluster carries that label; the reindex has therefore never run once and the index is stale",
29
+ "fault_detected": true,
30
+ "fault_type": "misconfig",
31
+ "offending_key": "accelerator=gpu-a100",
32
+ "scope": "search-stale-index",
33
+ "service": "search"
34
+ },
35
+ "tool": "submit_diagnosis"
36
+ }
37
+ ],
38
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
39
+ },
40
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-126 — Root cause: search results are stale\n\nGet to the bottom of search-stale-index: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'search-stale-index' with the responsible service, the fault type, the offending key, and your evidence.\n\nProcedure: read the production logs and the error tracker, inspect the deployed configuration, and then look one layer down - at the cluster the service runs on, its nodes, its pods and their events - because a fault there leaves no trace in the service's own code or metrics. Confirm the mechanism against that state before submitting.",
41
+ "metadata": {
42
+ "benchmark": "DevOpsBench-100",
43
+ "category": "aiops_analysis",
44
+ "code_license": "Apache-2.0",
45
+ "curation_rationale": [
46
+ "aiops_analysis",
47
+ "expert",
48
+ "10-call-oracle",
49
+ "curated",
50
+ "hardest-of-category-quota",
51
+ "controls-rejected:pristine"
52
+ ],
53
+ "data_license": "CC-BY-4.0",
54
+ "difficulty": "expert",
55
+ "grading": "deterministic",
56
+ "guided_instruction_available": true,
57
+ "harbor_name": "blobfishai/dob100-006-rca-search-unscheduled-reindex",
58
+ "llm_judge": false,
59
+ "origin": "curated",
60
+ "reference_tool_calls": 10,
61
+ "required_tools": [
62
+ "get_service",
63
+ "get_ticket",
64
+ "k8s_events_list",
65
+ "k8s_nodes_list",
66
+ "k8s_pods_list",
67
+ "list_error_events",
68
+ "query_metrics",
69
+ "search_logs",
70
+ "submit_diagnosis",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "heldout",
74
+ "source_task_id": "tsk_rca_search_unscheduled_reindex",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-126 — Root cause: search results are stale\n\nGet to the bottom of search-stale-index: not just which service, but the mechanism and the exact setting responsible. The service's own code is not necessarily where this lives — confirm it against the state of the system rather than inferring it from the symptom alone. Submit your finding under scope 'search-stale-index' with the responsible service, the fault type, the offending key, and your evidence.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "diagnosis_submitted",
82
+ "service_localized",
83
+ "fault_type_correct",
84
+ "offending_key_correct",
85
+ "scoped_change_no_fabricated_data",
86
+ "world_invariants_intact"
87
+ ],
88
+ "deployment": [
89
+ "investigation_was_read_only"
90
+ ],
91
+ "quality": [
92
+ "evidence_recorded",
93
+ "efficient_investigation",
94
+ "ticket_closed",
95
+ "closed_after_the_work",
96
+ "no_new_hardcoded_secrets",
97
+ "no_unproductive_ci_loops"
98
+ ]
99
+ },
100
+ "grading": "deterministic",
101
+ "llm_judge": false,
102
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
103
+ "score_weights": {
104
+ "correctness": 0.6,
105
+ "deployment": 0.3,
106
+ "quality": 0.1
107
+ },
108
+ "type": "deterministic",
109
+ "verifier": "verifiers/verify_dob100-006-rca-search-unscheduled-reindex.py"
110
+ },
111
+ "task_id": "dob100-006-rca-search-unscheduled-reindex",
112
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
113
+ "world_id": "env_software_devops_0ec42f0f"
114
+ }
tasks/dob100-007-detect-checkout-errors.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "detection_correct",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "investigation_was_read_only"
13
+ ],
14
+ "quality": [
15
+ "evidence_recorded",
16
+ "efficient_investigation",
17
+ "ticket_closed",
18
+ "closed_after_the_work",
19
+ "no_new_hardcoded_secrets",
20
+ "no_unproductive_ci_loops"
21
+ ]
22
+ },
23
+ "ground_truth_submissions": [
24
+ {
25
+ "arguments": {
26
+ "evidence": "checkout error_rate_pct is 5.5 against a 1.0 SLO while latency_p99_ms 180 is within its 400 SLO",
27
+ "fault_detected": true,
28
+ "fault_type": "feature_flag_regression",
29
+ "offending_key": "instant_refunds",
30
+ "scope": "checkout",
31
+ "service": "checkout"
32
+ },
33
+ "tool": "submit_diagnosis"
34
+ }
35
+ ],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-104 — Detection: is checkout violating its SLOs?\n\nDetermine whether checkout is currently violating any of its service level objectives, and submit the result under scope 'checkout' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "aiops_detection",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "aiops_detection",
45
+ "medium",
46
+ "6-call-oracle",
47
+ "curated",
48
+ "hardest-of-category-quota",
49
+ "controls-rejected:pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "medium",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-007-detect-checkout-errors",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 6,
59
+ "required_tools": [
60
+ "get_slo_status",
61
+ "get_ticket",
62
+ "list_alerts",
63
+ "query_metrics",
64
+ "submit_diagnosis",
65
+ "update_ticket"
66
+ ],
67
+ "source_split": "train",
68
+ "source_task_id": "tsk_detect_checkout_errors",
69
+ "version": "1.0.0"
70
+ },
71
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-104 — Detection: is checkout violating its SLOs?\n\nDetermine whether checkout is currently violating any of its service level objectives, and submit the result under scope 'checkout' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.",
72
+ "rubric": {
73
+ "checks": {
74
+ "correctness": [
75
+ "diagnosis_submitted",
76
+ "detection_correct",
77
+ "scoped_change_no_fabricated_data",
78
+ "world_invariants_intact"
79
+ ],
80
+ "deployment": [
81
+ "investigation_was_read_only"
82
+ ],
83
+ "quality": [
84
+ "evidence_recorded",
85
+ "efficient_investigation",
86
+ "ticket_closed",
87
+ "closed_after_the_work",
88
+ "no_new_hardcoded_secrets",
89
+ "no_unproductive_ci_loops"
90
+ ]
91
+ },
92
+ "grading": "deterministic",
93
+ "llm_judge": false,
94
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
95
+ "score_weights": {
96
+ "correctness": 0.6,
97
+ "deployment": 0.3,
98
+ "quality": 0.1
99
+ },
100
+ "type": "deterministic",
101
+ "verifier": "verifiers/verify_dob100-007-detect-checkout-errors.py"
102
+ },
103
+ "task_id": "dob100-007-detect-checkout-errors",
104
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
105
+ "world_id": "env_software_devops_0ec42f0f"
106
+ }
tasks/dob100-008-detect-inventory.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "detection_correct",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "investigation_was_read_only"
13
+ ],
14
+ "quality": [
15
+ "evidence_recorded",
16
+ "efficient_investigation",
17
+ "ticket_closed",
18
+ "closed_after_the_work",
19
+ "no_new_hardcoded_secrets",
20
+ "no_unproductive_ci_loops"
21
+ ]
22
+ },
23
+ "ground_truth_submissions": [
24
+ {
25
+ "arguments": {
26
+ "evidence": "inventory error_rate_pct is 4.7 against a 1.0 SLO; alarm 9606 is firing",
27
+ "fault_detected": true,
28
+ "fault_type": "resource_exhaustion",
29
+ "offending_key": "db_pool_size",
30
+ "scope": "inventory",
31
+ "service": "inventory"
32
+ },
33
+ "tool": "submit_diagnosis"
34
+ }
35
+ ],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-102 — Detection: is inventory violating its SLOs?\n\nDetermine whether inventory is currently violating any of its service level objectives, and submit the result under scope 'inventory' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "aiops_detection",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "aiops_detection",
45
+ "easy",
46
+ "6-call-oracle",
47
+ "curated",
48
+ "hardest-of-category-quota",
49
+ "controls-rejected:pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "easy",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-008-detect-inventory",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 6,
59
+ "required_tools": [
60
+ "get_slo_status",
61
+ "get_ticket",
62
+ "list_alerts",
63
+ "query_metrics",
64
+ "submit_diagnosis",
65
+ "update_ticket"
66
+ ],
67
+ "source_split": "train",
68
+ "source_task_id": "tsk_detect_inventory",
69
+ "version": "1.0.0"
70
+ },
71
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-102 — Detection: is inventory violating its SLOs?\n\nDetermine whether inventory is currently violating any of its service level objectives, and submit the result under scope 'inventory' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.",
72
+ "rubric": {
73
+ "checks": {
74
+ "correctness": [
75
+ "diagnosis_submitted",
76
+ "detection_correct",
77
+ "scoped_change_no_fabricated_data",
78
+ "world_invariants_intact"
79
+ ],
80
+ "deployment": [
81
+ "investigation_was_read_only"
82
+ ],
83
+ "quality": [
84
+ "evidence_recorded",
85
+ "efficient_investigation",
86
+ "ticket_closed",
87
+ "closed_after_the_work",
88
+ "no_new_hardcoded_secrets",
89
+ "no_unproductive_ci_loops"
90
+ ]
91
+ },
92
+ "grading": "deterministic",
93
+ "llm_judge": false,
94
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
95
+ "score_weights": {
96
+ "correctness": 0.6,
97
+ "deployment": 0.3,
98
+ "quality": 0.1
99
+ },
100
+ "type": "deterministic",
101
+ "verifier": "verifiers/verify_dob100-008-detect-inventory.py"
102
+ },
103
+ "task_id": "dob100-008-detect-inventory",
104
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
105
+ "world_id": "env_software_devops_0ec42f0f"
106
+ }
tasks/dob100-009-detect-payments.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "detection_correct",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "investigation_was_read_only"
13
+ ],
14
+ "quality": [
15
+ "evidence_recorded",
16
+ "efficient_investigation",
17
+ "ticket_closed",
18
+ "closed_after_the_work",
19
+ "no_new_hardcoded_secrets",
20
+ "no_unproductive_ci_loops"
21
+ ]
22
+ },
23
+ "ground_truth_submissions": [
24
+ {
25
+ "arguments": {
26
+ "evidence": "payments error_rate_pct is 4.2 against a 1.0 SLO; alarm 9601 is firing",
27
+ "fault_detected": true,
28
+ "fault_type": "missing_retry",
29
+ "offending_key": "notifications_retry_max_attempts",
30
+ "scope": "payments",
31
+ "service": "payments"
32
+ },
33
+ "tool": "submit_diagnosis"
34
+ }
35
+ ],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-101 — Detection: is payments violating its SLOs?\n\nDetermine whether payments is currently violating any of its service level objectives, and submit the result under scope 'payments' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "aiops_detection",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "aiops_detection",
45
+ "easy",
46
+ "6-call-oracle",
47
+ "curated",
48
+ "hardest-of-category-quota",
49
+ "controls-rejected:pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "easy",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-009-detect-payments",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 6,
59
+ "required_tools": [
60
+ "get_slo_status",
61
+ "get_ticket",
62
+ "list_alerts",
63
+ "query_metrics",
64
+ "submit_diagnosis",
65
+ "update_ticket"
66
+ ],
67
+ "source_split": "train",
68
+ "source_task_id": "tsk_detect_payments",
69
+ "version": "1.0.0"
70
+ },
71
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-101 — Detection: is payments violating its SLOs?\n\nDetermine whether payments is currently violating any of its service level objectives, and submit the result under scope 'payments' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.",
72
+ "rubric": {
73
+ "checks": {
74
+ "correctness": [
75
+ "diagnosis_submitted",
76
+ "detection_correct",
77
+ "scoped_change_no_fabricated_data",
78
+ "world_invariants_intact"
79
+ ],
80
+ "deployment": [
81
+ "investigation_was_read_only"
82
+ ],
83
+ "quality": [
84
+ "evidence_recorded",
85
+ "efficient_investigation",
86
+ "ticket_closed",
87
+ "closed_after_the_work",
88
+ "no_new_hardcoded_secrets",
89
+ "no_unproductive_ci_loops"
90
+ ]
91
+ },
92
+ "grading": "deterministic",
93
+ "llm_judge": false,
94
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
95
+ "score_weights": {
96
+ "correctness": 0.6,
97
+ "deployment": 0.3,
98
+ "quality": 0.1
99
+ },
100
+ "type": "deterministic",
101
+ "verifier": "verifiers/verify_dob100-009-detect-payments.py"
102
+ },
103
+ "task_id": "dob100-009-detect-payments",
104
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
105
+ "world_id": "env_software_devops_0ec42f0f"
106
+ }
tasks/dob100-010-detect-status-page-recurrence.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "detection_correct",
8
+ "service_identified",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "the status page post 7001 is marked resolved, but checkout is breaching both of its SLOs right now - error_rate_pct 5.5 against a 1.0 threshold and latency_p99_ms 530 against 400 - and alarms 9603 and 9610 are both firing; the status page lags internal state and is not evidence of health",
28
+ "fault_detected": true,
29
+ "fault_type": "unclassified",
30
+ "offending_key": "",
31
+ "scope": "status-7001-recurrence",
32
+ "service": "checkout"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-131 — Customers still cannot check out, and the status page says we fixed it\n\nSupport has had eleven tickets this morning from customers who cannot complete a purchase - they get an error at the final step and give up. Our status page has nothing open: the only related post, 'Degraded checkout performance', was marked resolved on day 412. Support wants to know whether to keep telling customers this is their browser.\n\nWork out which service this is about, determine whether it is currently violating any of its service level objectives, and submit the result under scope 'status-7001-recurrence' — naming the service in the `service` field — with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding, and so is contradicting a system that says everything is fine.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_detection",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_detection",
46
+ "expert",
47
+ "8-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "expert",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-010-detect-status-page-recurrence",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 8,
60
+ "required_tools": [
61
+ "get_slo_status",
62
+ "get_ticket",
63
+ "list_alerts",
64
+ "list_status_page_posts",
65
+ "query_metrics",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "heldout",
70
+ "source_task_id": "tsk_detect_status_page_recurrence",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-131 — Customers still cannot check out, and the status page says we fixed it\n\nSupport has had eleven tickets this morning from customers who cannot complete a purchase - they get an error at the final step and give up. Our status page has nothing open: the only related post, 'Degraded checkout performance', was marked resolved on day 412. Support wants to know whether to keep telling customers this is their browser.\n\nWork out which service this is about, determine whether it is currently violating any of its service level objectives, and submit the result under scope 'status-7001-recurrence' — naming the service in the `service` field — with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding, and so is contradicting a system that says everything is fine.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "detection_correct",
79
+ "service_identified",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-010-detect-status-page-recurrence.py"
105
+ },
106
+ "task_id": "dob100-010-detect-status-page-recurrence",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-011-detect-storefront-healthy.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "detection_correct",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "investigation_was_read_only"
13
+ ],
14
+ "quality": [
15
+ "evidence_recorded",
16
+ "efficient_investigation",
17
+ "ticket_closed",
18
+ "closed_after_the_work",
19
+ "no_new_hardcoded_secrets",
20
+ "no_unproductive_ci_loops"
21
+ ]
22
+ },
23
+ "ground_truth_submissions": [
24
+ {
25
+ "arguments": {
26
+ "evidence": "storefront-web latency_p99_ms is 220 against a 500 SLO and no alarm is firing",
27
+ "fault_detected": false,
28
+ "fault_type": "none",
29
+ "offending_key": "",
30
+ "scope": "storefront-web",
31
+ "service": ""
32
+ },
33
+ "tool": "submit_diagnosis"
34
+ }
35
+ ],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-103 — Detection: is storefront-web violating its SLOs?\n\nDetermine whether storefront-web is currently violating any of its service level objectives, and submit the result under scope 'storefront-web' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "aiops_detection",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "aiops_detection",
45
+ "medium",
46
+ "6-call-oracle",
47
+ "curated",
48
+ "hardest-of-category-quota",
49
+ "controls-rejected:pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "medium",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-011-detect-storefront-healthy",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 6,
59
+ "required_tools": [
60
+ "get_slo_status",
61
+ "get_ticket",
62
+ "list_alerts",
63
+ "query_metrics",
64
+ "submit_diagnosis",
65
+ "update_ticket"
66
+ ],
67
+ "source_split": "train",
68
+ "source_task_id": "tsk_detect_storefront_healthy",
69
+ "version": "1.0.0"
70
+ },
71
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-103 — Detection: is storefront-web violating its SLOs?\n\nDetermine whether storefront-web is currently violating any of its service level objectives, and submit the result under scope 'storefront-web' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.",
72
+ "rubric": {
73
+ "checks": {
74
+ "correctness": [
75
+ "diagnosis_submitted",
76
+ "detection_correct",
77
+ "scoped_change_no_fabricated_data",
78
+ "world_invariants_intact"
79
+ ],
80
+ "deployment": [
81
+ "investigation_was_read_only"
82
+ ],
83
+ "quality": [
84
+ "evidence_recorded",
85
+ "efficient_investigation",
86
+ "ticket_closed",
87
+ "closed_after_the_work",
88
+ "no_new_hardcoded_secrets",
89
+ "no_unproductive_ci_loops"
90
+ ]
91
+ },
92
+ "grading": "deterministic",
93
+ "llm_judge": false,
94
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
95
+ "score_weights": {
96
+ "correctness": 0.6,
97
+ "deployment": 0.3,
98
+ "quality": 0.1
99
+ },
100
+ "type": "deterministic",
101
+ "verifier": "verifiers/verify_dob100-011-detect-storefront-healthy.py"
102
+ },
103
+ "task_id": "dob100-011-detect-storefront-healthy",
104
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
105
+ "world_id": "env_software_devops_0ec42f0f"
106
+ }
tasks/dob100-012-localize-analytics-crashloop.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_confirmed",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "the kubelet records 47 OOMKilled events and a CrashLoopBackOff on analytics-worker-7d9f-x2k1 at a 512Mi limit against 511Mi usage; the error tracker shows nothing for this service because the process is killed before its SDK can flush",
28
+ "fault_detected": true,
29
+ "fault_type": "resource_exhaustion",
30
+ "offending_key": "memory_limit_mb",
31
+ "scope": "9609",
32
+ "service": "analytics-worker"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-116 — Localize alarm 9609 — the error tracker shows nothing\n\nAlarm 9609 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9609' with the evidence you relied on.\n\nProcedure: trace the symptom through the metrics, the service dependency graph and the logs, then submit the responsible service.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_localization",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_localization",
46
+ "expert",
47
+ "7-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "expert",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-012-localize-analytics-crashloop",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 7,
60
+ "required_tools": [
61
+ "get_service",
62
+ "get_slo_status",
63
+ "get_ticket",
64
+ "list_alerts",
65
+ "search_logs",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_localize_analytics_crashloop",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-116 — Localize alarm 9609 — the error tracker shows nothing\n\nAlarm 9609 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9609' with the evidence you relied on.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "service_localized",
79
+ "fault_confirmed",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-012-localize-analytics-crashloop.py"
105
+ },
106
+ "task_id": "dob100-012-localize-analytics-crashloop",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-013-localize-analytics-errors.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_confirmed",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "analytics-worker error_rate_pct 6.0; the consumer OOMs with unlimited queue prefetch",
28
+ "fault_detected": true,
29
+ "fault_type": "unbounded_prefetch",
30
+ "offending_key": "prefetch_count",
31
+ "scope": "9609",
32
+ "service": "analytics-worker"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-113 — Localize alarm 9609 (analytics-worker errors)\n\nAlarm 9609 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9609' with the evidence you relied on.\n\nProcedure: trace the symptom through the metrics, the service dependency graph and the logs, then submit the responsible service.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_localization",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_localization",
46
+ "medium",
47
+ "7-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "medium",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-013-localize-analytics-errors",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 7,
60
+ "required_tools": [
61
+ "get_service",
62
+ "get_slo_status",
63
+ "get_ticket",
64
+ "list_alerts",
65
+ "search_logs",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_localize_analytics_errors",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-113 — Localize alarm 9609 (analytics-worker errors)\n\nAlarm 9609 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9609' with the evidence you relied on.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "service_localized",
79
+ "fault_confirmed",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-013-localize-analytics-errors.py"
105
+ },
106
+ "task_id": "dob100-013-localize-analytics-errors",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-014-localize-checkout-latency.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_confirmed",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "checkout p99 530ms is spent waiting on payments, which blocks for up to 30s on its notifications call; checkout's own configuration is within policy",
28
+ "fault_detected": true,
29
+ "fault_type": "misconfig",
30
+ "offending_key": "notifications_timeout_ms",
31
+ "scope": "9610",
32
+ "service": "payments"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-115 — Localize alarm 9610 (checkout latency)\n\nAlarm 9610 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9610' with the evidence you relied on.\n\nProcedure: trace the symptom through the metrics, the service dependency graph and the logs, then submit the responsible service.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_localization",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_localization",
46
+ "hard",
47
+ "7-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:shortcut,pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "hard",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-014-localize-checkout-latency",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 7,
60
+ "required_tools": [
61
+ "get_service",
62
+ "get_slo_status",
63
+ "get_ticket",
64
+ "list_alerts",
65
+ "search_logs",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_localize_checkout_latency",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-115 — Localize alarm 9610 (checkout latency)\n\nAlarm 9610 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9610' with the evidence you relied on.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "service_localized",
79
+ "fault_confirmed",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-014-localize-checkout-latency.py"
105
+ },
106
+ "task_id": "dob100-014-localize-checkout-latency",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-015-localize-gateway-latency.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_confirmed",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "p99 1030ms began immediately after v5.1.0 was promoted; the pool opens a connection per request",
28
+ "fault_detected": true,
29
+ "fault_type": "bad_release",
30
+ "offending_key": "v5.1.0",
31
+ "scope": "9604",
32
+ "service": "api-gateway"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-111 — Localize alarm 9604 (api-gateway latency)\n\nAlarm 9604 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9604' with the evidence you relied on.\n\nProcedure: trace the symptom through the metrics, the service dependency graph and the logs, then submit the responsible service.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_localization",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_localization",
46
+ "medium",
47
+ "7-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "medium",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-015-localize-gateway-latency",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 7,
60
+ "required_tools": [
61
+ "get_service",
62
+ "get_slo_status",
63
+ "get_ticket",
64
+ "list_alerts",
65
+ "search_logs",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "heldout",
70
+ "source_task_id": "tsk_localize_gateway_latency",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-111 — Localize alarm 9604 (api-gateway latency)\n\nAlarm 9604 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9604' with the evidence you relied on.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "service_localized",
79
+ "fault_confirmed",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-015-localize-gateway-latency.py"
105
+ },
106
+ "task_id": "dob100-015-localize-gateway-latency",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-016-localize-media-latency.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "diagnosis_submitted",
7
+ "service_localized",
8
+ "fault_confirmed",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "investigation_was_read_only"
14
+ ],
15
+ "quality": [
16
+ "evidence_recorded",
17
+ "efficient_investigation",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "no_new_hardcoded_secrets",
21
+ "no_unproductive_ci_loops"
22
+ ]
23
+ },
24
+ "ground_truth_submissions": [
25
+ {
26
+ "arguments": {
27
+ "evidence": "media-service p99 800ms with every asset request served from the origin object store",
28
+ "fault_detected": true,
29
+ "fault_type": "cdn_bypass",
30
+ "offending_key": "cdn_enabled",
31
+ "scope": "9607",
32
+ "service": "media-service"
33
+ },
34
+ "tool": "submit_diagnosis"
35
+ }
36
+ ],
37
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
38
+ },
39
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-114 — Localize alarm 9607 (media-service latency)\n\nAlarm 9607 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9607' with the evidence you relied on.\n\nProcedure: trace the symptom through the metrics, the service dependency graph and the logs, then submit the responsible service.",
40
+ "metadata": {
41
+ "benchmark": "DevOpsBench-100",
42
+ "category": "aiops_localization",
43
+ "code_license": "Apache-2.0",
44
+ "curation_rationale": [
45
+ "aiops_localization",
46
+ "medium",
47
+ "7-call-oracle",
48
+ "curated",
49
+ "hardest-of-category-quota",
50
+ "controls-rejected:pristine"
51
+ ],
52
+ "data_license": "CC-BY-4.0",
53
+ "difficulty": "medium",
54
+ "grading": "deterministic",
55
+ "guided_instruction_available": true,
56
+ "harbor_name": "blobfishai/dob100-016-localize-media-latency",
57
+ "llm_judge": false,
58
+ "origin": "curated",
59
+ "reference_tool_calls": 7,
60
+ "required_tools": [
61
+ "get_service",
62
+ "get_slo_status",
63
+ "get_ticket",
64
+ "list_alerts",
65
+ "search_logs",
66
+ "submit_diagnosis",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_localize_media_latency",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-114 — Localize alarm 9607 (media-service latency)\n\nAlarm 9607 is firing. Work out which service is actually responsible — the service the alarm names is not automatically the culprit — and submit your finding under scope '9607' with the evidence you relied on.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "diagnosis_submitted",
78
+ "service_localized",
79
+ "fault_confirmed",
80
+ "scoped_change_no_fabricated_data",
81
+ "world_invariants_intact"
82
+ ],
83
+ "deployment": [
84
+ "investigation_was_read_only"
85
+ ],
86
+ "quality": [
87
+ "evidence_recorded",
88
+ "efficient_investigation",
89
+ "ticket_closed",
90
+ "closed_after_the_work",
91
+ "no_new_hardcoded_secrets",
92
+ "no_unproductive_ci_loops"
93
+ ]
94
+ },
95
+ "grading": "deterministic",
96
+ "llm_judge": false,
97
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
98
+ "score_weights": {
99
+ "correctness": 0.6,
100
+ "deployment": 0.3,
101
+ "quality": 0.1
102
+ },
103
+ "type": "deterministic",
104
+ "verifier": "verifiers/verify_dob100-016-localize-media-latency.py"
105
+ },
106
+ "task_id": "dob100-016-localize-media-latency",
107
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
108
+ "world_id": "env_software_devops_0ec42f0f"
109
+ }
tasks/dob100-017-auth-v1-to-v2.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "consumer_migrated",
12
+ "scoped_change_no_fabricated_data",
13
+ "world_invariants_intact"
14
+ ],
15
+ "deployment": [
16
+ "deprecate_before_shift",
17
+ "staged_traffic_shifts",
18
+ "drain_before_retire",
19
+ "consumer_before_retire",
20
+ "staging_first",
21
+ "canary_then_promote",
22
+ "staging_first",
23
+ "canary_then_promote",
24
+ "no_alarming_deploys"
25
+ ],
26
+ "quality": [
27
+ "pr_linked_to_ticket",
28
+ "ticket_closed",
29
+ "closed_after_the_work",
30
+ "pr_has_description",
31
+ "no_new_hardcoded_secrets",
32
+ "no_unproductive_ci_loops"
33
+ ]
34
+ },
35
+ "ground_truth_submissions": [],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "ENG-2402 — Migrate /v1/auth traffic to /v2/auth and retire v1\n\nThe /v1/auth API on api-gateway is superseded by /v2/auth. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/auth serves 100% of production traffic, /v1/auth is retired in production, and ENG-2402 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "api_migration",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "api_migration",
45
+ "expert",
46
+ "34-call-oracle",
47
+ "curated",
48
+ "category-shipped-whole",
49
+ "controls-rejected:naive,pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "expert",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-017-auth-v1-to-v2",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 34,
59
+ "required_tools": [
60
+ "assess_canary",
61
+ "deploy_service",
62
+ "get_document",
63
+ "get_ticket",
64
+ "list_api_endpoints",
65
+ "merge_pull_request",
66
+ "open_pull_request",
67
+ "promote_canary",
68
+ "run_ci",
69
+ "search_docs",
70
+ "shift_endpoint_traffic",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_auth_v1_to_v2",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "ENG-2402 — Migrate /v1/auth traffic to /v2/auth and retire v1\n\nThe /v1/auth API on api-gateway is superseded by /v2/auth. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/auth serves 100% of production traffic, /v1/auth is retired in production, and ENG-2402 is closed.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "legacy_retired",
82
+ "replacement_active",
83
+ "legacy_traffic_drained",
84
+ "replacement_serving_all_traffic",
85
+ "ci_all_stages_green",
86
+ "consumer_migrated",
87
+ "scoped_change_no_fabricated_data",
88
+ "world_invariants_intact"
89
+ ],
90
+ "deployment": [
91
+ "deprecate_before_shift",
92
+ "staged_traffic_shifts",
93
+ "drain_before_retire",
94
+ "consumer_before_retire",
95
+ "staging_first",
96
+ "canary_then_promote",
97
+ "staging_first",
98
+ "canary_then_promote",
99
+ "no_alarming_deploys"
100
+ ],
101
+ "quality": [
102
+ "pr_linked_to_ticket",
103
+ "ticket_closed",
104
+ "closed_after_the_work",
105
+ "pr_has_description",
106
+ "no_new_hardcoded_secrets",
107
+ "no_unproductive_ci_loops"
108
+ ]
109
+ },
110
+ "grading": "deterministic",
111
+ "llm_judge": false,
112
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
113
+ "score_weights": {
114
+ "correctness": 0.6,
115
+ "deployment": 0.3,
116
+ "quality": 0.1
117
+ },
118
+ "type": "deterministic",
119
+ "verifier": "verifiers/verify_dob100-017-auth-v1-to-v2.py"
120
+ },
121
+ "task_id": "dob100-017-auth-v1-to-v2",
122
+ "task_name": "ENG-2402 — Migrate /v1/auth traffic to /v2/auth and retire v1",
123
+ "world_id": "env_software_devops_0ec42f0f"
124
+ }
tasks/dob100-018-checkout-v1-to-v2.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "consumer_migrated",
12
+ "scoped_change_no_fabricated_data",
13
+ "world_invariants_intact"
14
+ ],
15
+ "deployment": [
16
+ "deprecate_before_shift",
17
+ "staged_traffic_shifts",
18
+ "drain_before_retire",
19
+ "consumer_before_retire",
20
+ "staging_first",
21
+ "canary_then_promote",
22
+ "staging_first",
23
+ "canary_then_promote",
24
+ "no_alarming_deploys"
25
+ ],
26
+ "quality": [
27
+ "pr_linked_to_ticket",
28
+ "ticket_closed",
29
+ "closed_after_the_work",
30
+ "pr_has_description",
31
+ "no_new_hardcoded_secrets",
32
+ "no_unproductive_ci_loops"
33
+ ]
34
+ },
35
+ "ground_truth_submissions": [],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "ENG-2403 — Migrate /v1/checkout traffic to /v2/checkout and retire v1\n\nThe /v1/checkout API on api-gateway is superseded by /v2/checkout. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/checkout serves 100% of production traffic, /v1/checkout is retired in production, and ENG-2403 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "api_migration",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "api_migration",
45
+ "expert",
46
+ "34-call-oracle",
47
+ "curated",
48
+ "category-shipped-whole",
49
+ "controls-rejected:naive,pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "expert",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-018-checkout-v1-to-v2",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 34,
59
+ "required_tools": [
60
+ "assess_canary",
61
+ "deploy_service",
62
+ "get_document",
63
+ "get_ticket",
64
+ "list_api_endpoints",
65
+ "merge_pull_request",
66
+ "open_pull_request",
67
+ "promote_canary",
68
+ "run_ci",
69
+ "search_docs",
70
+ "shift_endpoint_traffic",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_checkout_v1_to_v2",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "ENG-2403 — Migrate /v1/checkout traffic to /v2/checkout and retire v1\n\nThe /v1/checkout API on api-gateway is superseded by /v2/checkout. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/checkout serves 100% of production traffic, /v1/checkout is retired in production, and ENG-2403 is closed.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "legacy_retired",
82
+ "replacement_active",
83
+ "legacy_traffic_drained",
84
+ "replacement_serving_all_traffic",
85
+ "ci_all_stages_green",
86
+ "consumer_migrated",
87
+ "scoped_change_no_fabricated_data",
88
+ "world_invariants_intact"
89
+ ],
90
+ "deployment": [
91
+ "deprecate_before_shift",
92
+ "staged_traffic_shifts",
93
+ "drain_before_retire",
94
+ "consumer_before_retire",
95
+ "staging_first",
96
+ "canary_then_promote",
97
+ "staging_first",
98
+ "canary_then_promote",
99
+ "no_alarming_deploys"
100
+ ],
101
+ "quality": [
102
+ "pr_linked_to_ticket",
103
+ "ticket_closed",
104
+ "closed_after_the_work",
105
+ "pr_has_description",
106
+ "no_new_hardcoded_secrets",
107
+ "no_unproductive_ci_loops"
108
+ ]
109
+ },
110
+ "grading": "deterministic",
111
+ "llm_judge": false,
112
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
113
+ "score_weights": {
114
+ "correctness": 0.6,
115
+ "deployment": 0.3,
116
+ "quality": 0.1
117
+ },
118
+ "type": "deterministic",
119
+ "verifier": "verifiers/verify_dob100-018-checkout-v1-to-v2.py"
120
+ },
121
+ "task_id": "dob100-018-checkout-v1-to-v2",
122
+ "task_name": "ENG-2403 — Migrate /v1/checkout traffic to /v2/checkout and retire v1",
123
+ "world_id": "env_software_devops_0ec42f0f"
124
+ }
tasks/dob100-019-inventory-v1-to-v2.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "scoped_change_no_fabricated_data",
12
+ "world_invariants_intact"
13
+ ],
14
+ "deployment": [
15
+ "deprecate_before_shift",
16
+ "staged_traffic_shifts",
17
+ "drain_before_retire",
18
+ "staging_first",
19
+ "canary_then_promote",
20
+ "no_alarming_deploys"
21
+ ],
22
+ "quality": [
23
+ "pr_linked_to_ticket",
24
+ "ticket_closed",
25
+ "closed_after_the_work",
26
+ "pr_has_description",
27
+ "no_new_hardcoded_secrets",
28
+ "no_unproductive_ci_loops"
29
+ ]
30
+ },
31
+ "ground_truth_submissions": [],
32
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
33
+ },
34
+ "instruction_guided": "ENG-2406 — Migrate /v1/inventory traffic to /v2/inventory and retire v1\n\nThe /v1/inventory API on api-gateway is superseded by /v2/inventory. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/inventory serves 100% of production traffic, /v1/inventory is retired in production, and ENG-2406 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
35
+ "metadata": {
36
+ "benchmark": "DevOpsBench-100",
37
+ "category": "api_migration",
38
+ "code_license": "Apache-2.0",
39
+ "curation_rationale": [
40
+ "api_migration",
41
+ "hard",
42
+ "27-call-oracle",
43
+ "curated",
44
+ "category-shipped-whole",
45
+ "controls-rejected:naive,pristine"
46
+ ],
47
+ "data_license": "CC-BY-4.0",
48
+ "difficulty": "hard",
49
+ "grading": "deterministic",
50
+ "guided_instruction_available": true,
51
+ "harbor_name": "blobfishai/dob100-019-inventory-v1-to-v2",
52
+ "llm_judge": false,
53
+ "origin": "curated",
54
+ "reference_tool_calls": 27,
55
+ "required_tools": [
56
+ "assess_canary",
57
+ "deploy_service",
58
+ "get_document",
59
+ "get_ticket",
60
+ "list_api_endpoints",
61
+ "merge_pull_request",
62
+ "open_pull_request",
63
+ "promote_canary",
64
+ "run_ci",
65
+ "search_docs",
66
+ "shift_endpoint_traffic",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_inventory_v1_to_v2",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "ENG-2406 — Migrate /v1/inventory traffic to /v2/inventory and retire v1\n\nThe /v1/inventory API on api-gateway is superseded by /v2/inventory. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/inventory serves 100% of production traffic, /v1/inventory is retired in production, and ENG-2406 is closed.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "legacy_retired",
78
+ "replacement_active",
79
+ "legacy_traffic_drained",
80
+ "replacement_serving_all_traffic",
81
+ "ci_all_stages_green",
82
+ "scoped_change_no_fabricated_data",
83
+ "world_invariants_intact"
84
+ ],
85
+ "deployment": [
86
+ "deprecate_before_shift",
87
+ "staged_traffic_shifts",
88
+ "drain_before_retire",
89
+ "staging_first",
90
+ "canary_then_promote",
91
+ "no_alarming_deploys"
92
+ ],
93
+ "quality": [
94
+ "pr_linked_to_ticket",
95
+ "ticket_closed",
96
+ "closed_after_the_work",
97
+ "pr_has_description",
98
+ "no_new_hardcoded_secrets",
99
+ "no_unproductive_ci_loops"
100
+ ]
101
+ },
102
+ "grading": "deterministic",
103
+ "llm_judge": false,
104
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
105
+ "score_weights": {
106
+ "correctness": 0.6,
107
+ "deployment": 0.3,
108
+ "quality": 0.1
109
+ },
110
+ "type": "deterministic",
111
+ "verifier": "verifiers/verify_dob100-019-inventory-v1-to-v2.py"
112
+ },
113
+ "task_id": "dob100-019-inventory-v1-to-v2",
114
+ "task_name": "ENG-2406 — Migrate /v1/inventory traffic to /v2/inventory and retire v1",
115
+ "world_id": "env_software_devops_0ec42f0f"
116
+ }
tasks/dob100-020-media-v1-to-v2.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "scoped_change_no_fabricated_data",
12
+ "world_invariants_intact"
13
+ ],
14
+ "deployment": [
15
+ "deprecate_before_shift",
16
+ "staged_traffic_shifts",
17
+ "drain_before_retire",
18
+ "staging_first",
19
+ "canary_then_promote",
20
+ "no_alarming_deploys"
21
+ ],
22
+ "quality": [
23
+ "pr_linked_to_ticket",
24
+ "ticket_closed",
25
+ "closed_after_the_work",
26
+ "pr_has_description",
27
+ "no_new_hardcoded_secrets",
28
+ "no_unproductive_ci_loops"
29
+ ]
30
+ },
31
+ "ground_truth_submissions": [],
32
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
33
+ },
34
+ "instruction_guided": "ENG-2405 — Migrate /v1/media traffic to /v2/media and retire v1\n\nThe /v1/media API on api-gateway is superseded by /v2/media. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/media serves 100% of production traffic, /v1/media is retired in production, and ENG-2405 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
35
+ "metadata": {
36
+ "benchmark": "DevOpsBench-100",
37
+ "category": "api_migration",
38
+ "code_license": "Apache-2.0",
39
+ "curation_rationale": [
40
+ "api_migration",
41
+ "hard",
42
+ "27-call-oracle",
43
+ "curated",
44
+ "category-shipped-whole",
45
+ "controls-rejected:naive,pristine"
46
+ ],
47
+ "data_license": "CC-BY-4.0",
48
+ "difficulty": "hard",
49
+ "grading": "deterministic",
50
+ "guided_instruction_available": true,
51
+ "harbor_name": "blobfishai/dob100-020-media-v1-to-v2",
52
+ "llm_judge": false,
53
+ "origin": "curated",
54
+ "reference_tool_calls": 27,
55
+ "required_tools": [
56
+ "assess_canary",
57
+ "deploy_service",
58
+ "get_document",
59
+ "get_ticket",
60
+ "list_api_endpoints",
61
+ "merge_pull_request",
62
+ "open_pull_request",
63
+ "promote_canary",
64
+ "run_ci",
65
+ "search_docs",
66
+ "shift_endpoint_traffic",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "heldout",
70
+ "source_task_id": "tsk_media_v1_to_v2",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "ENG-2405 — Migrate /v1/media traffic to /v2/media and retire v1\n\nThe /v1/media API on api-gateway is superseded by /v2/media. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/media serves 100% of production traffic, /v1/media is retired in production, and ENG-2405 is closed.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "legacy_retired",
78
+ "replacement_active",
79
+ "legacy_traffic_drained",
80
+ "replacement_serving_all_traffic",
81
+ "ci_all_stages_green",
82
+ "scoped_change_no_fabricated_data",
83
+ "world_invariants_intact"
84
+ ],
85
+ "deployment": [
86
+ "deprecate_before_shift",
87
+ "staged_traffic_shifts",
88
+ "drain_before_retire",
89
+ "staging_first",
90
+ "canary_then_promote",
91
+ "no_alarming_deploys"
92
+ ],
93
+ "quality": [
94
+ "pr_linked_to_ticket",
95
+ "ticket_closed",
96
+ "closed_after_the_work",
97
+ "pr_has_description",
98
+ "no_new_hardcoded_secrets",
99
+ "no_unproductive_ci_loops"
100
+ ]
101
+ },
102
+ "grading": "deterministic",
103
+ "llm_judge": false,
104
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
105
+ "score_weights": {
106
+ "correctness": 0.6,
107
+ "deployment": 0.3,
108
+ "quality": 0.1
109
+ },
110
+ "type": "deterministic",
111
+ "verifier": "verifiers/verify_dob100-020-media-v1-to-v2.py"
112
+ },
113
+ "task_id": "dob100-020-media-v1-to-v2",
114
+ "task_name": "ENG-2405 — Migrate /v1/media traffic to /v2/media and retire v1",
115
+ "world_id": "env_software_devops_0ec42f0f"
116
+ }
tasks/dob100-021-notify-v1-to-v2.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "scoped_change_no_fabricated_data",
12
+ "world_invariants_intact"
13
+ ],
14
+ "deployment": [
15
+ "deprecate_before_shift",
16
+ "staged_traffic_shifts",
17
+ "drain_before_retire",
18
+ "staging_first",
19
+ "canary_then_promote",
20
+ "no_alarming_deploys"
21
+ ],
22
+ "quality": [
23
+ "pr_linked_to_ticket",
24
+ "ticket_closed",
25
+ "closed_after_the_work",
26
+ "pr_has_description",
27
+ "no_new_hardcoded_secrets",
28
+ "no_unproductive_ci_loops"
29
+ ]
30
+ },
31
+ "ground_truth_submissions": [],
32
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
33
+ },
34
+ "instruction_guided": "ENG-2407 — Migrate /v1/notify traffic to /v2/notify and retire v1\n\nThe /v1/notify API on api-gateway is superseded by /v2/notify. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/notify serves 100% of production traffic, /v1/notify is retired in production, and ENG-2407 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
35
+ "metadata": {
36
+ "benchmark": "DevOpsBench-100",
37
+ "category": "api_migration",
38
+ "code_license": "Apache-2.0",
39
+ "curation_rationale": [
40
+ "api_migration",
41
+ "hard",
42
+ "27-call-oracle",
43
+ "curated",
44
+ "category-shipped-whole",
45
+ "controls-rejected:naive,pristine"
46
+ ],
47
+ "data_license": "CC-BY-4.0",
48
+ "difficulty": "hard",
49
+ "grading": "deterministic",
50
+ "guided_instruction_available": true,
51
+ "harbor_name": "blobfishai/dob100-021-notify-v1-to-v2",
52
+ "llm_judge": false,
53
+ "origin": "curated",
54
+ "reference_tool_calls": 27,
55
+ "required_tools": [
56
+ "assess_canary",
57
+ "deploy_service",
58
+ "get_document",
59
+ "get_ticket",
60
+ "list_api_endpoints",
61
+ "merge_pull_request",
62
+ "open_pull_request",
63
+ "promote_canary",
64
+ "run_ci",
65
+ "search_docs",
66
+ "shift_endpoint_traffic",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_notify_v1_to_v2",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "ENG-2407 — Migrate /v1/notify traffic to /v2/notify and retire v1\n\nThe /v1/notify API on api-gateway is superseded by /v2/notify. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/notify serves 100% of production traffic, /v1/notify is retired in production, and ENG-2407 is closed.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "legacy_retired",
78
+ "replacement_active",
79
+ "legacy_traffic_drained",
80
+ "replacement_serving_all_traffic",
81
+ "ci_all_stages_green",
82
+ "scoped_change_no_fabricated_data",
83
+ "world_invariants_intact"
84
+ ],
85
+ "deployment": [
86
+ "deprecate_before_shift",
87
+ "staged_traffic_shifts",
88
+ "drain_before_retire",
89
+ "staging_first",
90
+ "canary_then_promote",
91
+ "no_alarming_deploys"
92
+ ],
93
+ "quality": [
94
+ "pr_linked_to_ticket",
95
+ "ticket_closed",
96
+ "closed_after_the_work",
97
+ "pr_has_description",
98
+ "no_new_hardcoded_secrets",
99
+ "no_unproductive_ci_loops"
100
+ ]
101
+ },
102
+ "grading": "deterministic",
103
+ "llm_judge": false,
104
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
105
+ "score_weights": {
106
+ "correctness": 0.6,
107
+ "deployment": 0.3,
108
+ "quality": 0.1
109
+ },
110
+ "type": "deterministic",
111
+ "verifier": "verifiers/verify_dob100-021-notify-v1-to-v2.py"
112
+ },
113
+ "task_id": "dob100-021-notify-v1-to-v2",
114
+ "task_name": "ENG-2407 — Migrate /v1/notify traffic to /v2/notify and retire v1",
115
+ "world_id": "env_software_devops_0ec42f0f"
116
+ }
tasks/dob100-022-orders-v1-to-v2.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "consumer_migrated",
12
+ "scoped_change_no_fabricated_data",
13
+ "world_invariants_intact"
14
+ ],
15
+ "deployment": [
16
+ "deprecate_before_shift",
17
+ "staged_traffic_shifts",
18
+ "drain_before_retire",
19
+ "consumer_before_retire",
20
+ "staging_first",
21
+ "canary_then_promote",
22
+ "staging_first",
23
+ "canary_then_promote",
24
+ "no_alarming_deploys"
25
+ ],
26
+ "quality": [
27
+ "pr_linked_to_ticket",
28
+ "ticket_closed",
29
+ "closed_after_the_work",
30
+ "pr_has_description",
31
+ "no_new_hardcoded_secrets",
32
+ "no_unproductive_ci_loops"
33
+ ]
34
+ },
35
+ "ground_truth_submissions": [],
36
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
37
+ },
38
+ "instruction_guided": "ENG-2401 — Migrate /v1/orders traffic to /v2/orders and retire v1\n\nThe /v1/orders API on api-gateway is superseded by /v2/orders. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/orders serves 100% of production traffic, /v1/orders is retired in production, and ENG-2401 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
39
+ "metadata": {
40
+ "benchmark": "DevOpsBench-100",
41
+ "category": "api_migration",
42
+ "code_license": "Apache-2.0",
43
+ "curation_rationale": [
44
+ "api_migration",
45
+ "expert",
46
+ "34-call-oracle",
47
+ "curated",
48
+ "category-shipped-whole",
49
+ "controls-rejected:naive,pristine"
50
+ ],
51
+ "data_license": "CC-BY-4.0",
52
+ "difficulty": "expert",
53
+ "grading": "deterministic",
54
+ "guided_instruction_available": true,
55
+ "harbor_name": "blobfishai/dob100-022-orders-v1-to-v2",
56
+ "llm_judge": false,
57
+ "origin": "curated",
58
+ "reference_tool_calls": 34,
59
+ "required_tools": [
60
+ "assess_canary",
61
+ "deploy_service",
62
+ "get_document",
63
+ "get_ticket",
64
+ "list_api_endpoints",
65
+ "merge_pull_request",
66
+ "open_pull_request",
67
+ "promote_canary",
68
+ "run_ci",
69
+ "search_docs",
70
+ "shift_endpoint_traffic",
71
+ "update_ticket"
72
+ ],
73
+ "source_split": "train",
74
+ "source_task_id": "tsk_orders_v1_to_v2",
75
+ "version": "1.0.0"
76
+ },
77
+ "prompt": "ENG-2401 — Migrate /v1/orders traffic to /v2/orders and retire v1\n\nThe /v1/orders API on api-gateway is superseded by /v2/orders. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/orders serves 100% of production traffic, /v1/orders is retired in production, and ENG-2401 is closed.",
78
+ "rubric": {
79
+ "checks": {
80
+ "correctness": [
81
+ "legacy_retired",
82
+ "replacement_active",
83
+ "legacy_traffic_drained",
84
+ "replacement_serving_all_traffic",
85
+ "ci_all_stages_green",
86
+ "consumer_migrated",
87
+ "scoped_change_no_fabricated_data",
88
+ "world_invariants_intact"
89
+ ],
90
+ "deployment": [
91
+ "deprecate_before_shift",
92
+ "staged_traffic_shifts",
93
+ "drain_before_retire",
94
+ "consumer_before_retire",
95
+ "staging_first",
96
+ "canary_then_promote",
97
+ "staging_first",
98
+ "canary_then_promote",
99
+ "no_alarming_deploys"
100
+ ],
101
+ "quality": [
102
+ "pr_linked_to_ticket",
103
+ "ticket_closed",
104
+ "closed_after_the_work",
105
+ "pr_has_description",
106
+ "no_new_hardcoded_secrets",
107
+ "no_unproductive_ci_loops"
108
+ ]
109
+ },
110
+ "grading": "deterministic",
111
+ "llm_judge": false,
112
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
113
+ "score_weights": {
114
+ "correctness": 0.6,
115
+ "deployment": 0.3,
116
+ "quality": 0.1
117
+ },
118
+ "type": "deterministic",
119
+ "verifier": "verifiers/verify_dob100-022-orders-v1-to-v2.py"
120
+ },
121
+ "task_id": "dob100-022-orders-v1-to-v2",
122
+ "task_name": "ENG-2401 — Migrate /v1/orders traffic to /v2/orders and retire v1",
123
+ "world_id": "env_software_devops_0ec42f0f"
124
+ }
tasks/dob100-023-search-v1-to-v2.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "legacy_retired",
7
+ "replacement_active",
8
+ "legacy_traffic_drained",
9
+ "replacement_serving_all_traffic",
10
+ "ci_all_stages_green",
11
+ "scoped_change_no_fabricated_data",
12
+ "world_invariants_intact"
13
+ ],
14
+ "deployment": [
15
+ "deprecate_before_shift",
16
+ "staged_traffic_shifts",
17
+ "drain_before_retire",
18
+ "staging_first",
19
+ "canary_then_promote",
20
+ "no_alarming_deploys"
21
+ ],
22
+ "quality": [
23
+ "pr_linked_to_ticket",
24
+ "ticket_closed",
25
+ "closed_after_the_work",
26
+ "pr_has_description",
27
+ "no_new_hardcoded_secrets",
28
+ "no_unproductive_ci_loops"
29
+ ]
30
+ },
31
+ "ground_truth_submissions": [],
32
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
33
+ },
34
+ "instruction_guided": "ENG-2404 — Migrate /v1/search traffic to /v2/search and retire v1\n\nThe /v1/search API on api-gateway is superseded by /v2/search. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/search serves 100% of production traffic, /v1/search is retired in production, and ENG-2404 is closed.\n\nProcedure: migrate any consumer service to the new version first and deploy it; deprecate the legacy endpoint and deploy that; shift traffic in steps of at most 50 percentage points until the replacement serves 100%; only then retire the legacy endpoint in a second pull request and deploy it. Every deploy is staging-first, tier-1 canary then promote.",
35
+ "metadata": {
36
+ "benchmark": "DevOpsBench-100",
37
+ "category": "api_migration",
38
+ "code_license": "Apache-2.0",
39
+ "curation_rationale": [
40
+ "api_migration",
41
+ "hard",
42
+ "27-call-oracle",
43
+ "curated",
44
+ "category-shipped-whole",
45
+ "controls-rejected:naive,pristine"
46
+ ],
47
+ "data_license": "CC-BY-4.0",
48
+ "difficulty": "hard",
49
+ "grading": "deterministic",
50
+ "guided_instruction_available": true,
51
+ "harbor_name": "blobfishai/dob100-023-search-v1-to-v2",
52
+ "llm_judge": false,
53
+ "origin": "curated",
54
+ "reference_tool_calls": 27,
55
+ "required_tools": [
56
+ "assess_canary",
57
+ "deploy_service",
58
+ "get_document",
59
+ "get_ticket",
60
+ "list_api_endpoints",
61
+ "merge_pull_request",
62
+ "open_pull_request",
63
+ "promote_canary",
64
+ "run_ci",
65
+ "search_docs",
66
+ "shift_endpoint_traffic",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_search_v1_to_v2",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "ENG-2404 — Migrate /v1/search traffic to /v2/search and retire v1\n\nThe /v1/search API on api-gateway is superseded by /v2/search. Retire the legacy path and move its production traffic across, without dropping requests. NovaCart's engineering policies are documented in the knowledge base and are not optional; CI enforces some of them and will tell you what it is unhappy about.\n\nDone when: /v2/search serves 100% of production traffic, /v1/search is retired in production, and ENG-2404 is closed.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "legacy_retired",
78
+ "replacement_active",
79
+ "legacy_traffic_drained",
80
+ "replacement_serving_all_traffic",
81
+ "ci_all_stages_green",
82
+ "scoped_change_no_fabricated_data",
83
+ "world_invariants_intact"
84
+ ],
85
+ "deployment": [
86
+ "deprecate_before_shift",
87
+ "staged_traffic_shifts",
88
+ "drain_before_retire",
89
+ "staging_first",
90
+ "canary_then_promote",
91
+ "no_alarming_deploys"
92
+ ],
93
+ "quality": [
94
+ "pr_linked_to_ticket",
95
+ "ticket_closed",
96
+ "closed_after_the_work",
97
+ "pr_has_description",
98
+ "no_new_hardcoded_secrets",
99
+ "no_unproductive_ci_loops"
100
+ ]
101
+ },
102
+ "grading": "deterministic",
103
+ "llm_judge": false,
104
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
105
+ "score_weights": {
106
+ "correctness": 0.6,
107
+ "deployment": 0.3,
108
+ "quality": 0.1
109
+ },
110
+ "type": "deterministic",
111
+ "verifier": "verifiers/verify_dob100-023-search-v1-to-v2.py"
112
+ },
113
+ "task_id": "dob100-023-search-v1-to-v2",
114
+ "task_name": "ENG-2404 — Migrate /v1/search traffic to /v2/search and retire v1",
115
+ "world_id": "env_software_devops_0ec42f0f"
116
+ }
tasks/dob100-024-attr-three-at-once.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_gateway_latency_surge",
9
+ "key_for_gateway_latency_surge",
10
+ "attributed_checkout_error_spike",
11
+ "key_for_checkout_error_spike",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both media-service replicas are scheduled on node-b3, which reports DiskPressure at 97% of its ephemeral storage, and one replica has already been Evicted for ephemeral-storage",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "p99 moved when v5.1.0 was promoted; that release opens an upstream connection per request without releasing it, so the leak is in every version at or above v5.1.0 and only a rollback recovers it",
42
+ "fault_detected": true,
43
+ "fault_type": "bad_release",
44
+ "offending_key": "v5.1.0",
45
+ "scope": "gateway-latency-surge",
46
+ "service": "api-gateway"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "checkout errors track the instant_refunds rollout rather than any deploy, and disabling the flag returns the error rate to baseline",
53
+ "fault_detected": true,
54
+ "fault_type": "feature_flag_regression",
55
+ "offending_key": "instant_refunds",
56
+ "scope": "checkout-error-spike",
57
+ "service": "checkout"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-150 — Three alarms in twenty minutes - is this one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling for customers\n - api-gateway p99 is 1030ms against a 250ms SLO\n - checkout error rate is 5.5% against a 1.0% SLO\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'checkout-error-spike' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "13-call-oracle",
73
+ "curated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-024-attr-three-at-once",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 13,
85
+ "required_tools": [
86
+ "get_ticket",
87
+ "k8s_events_list",
88
+ "k8s_nodes_list",
89
+ "k8s_pods_list",
90
+ "list_alerts",
91
+ "list_deployments",
92
+ "list_feature_flags",
93
+ "query_metrics",
94
+ "search_logs",
95
+ "submit_diagnosis",
96
+ "update_ticket"
97
+ ],
98
+ "source_split": "train",
99
+ "source_task_id": "tsk_attr_three_at_once",
100
+ "version": "1.0.0"
101
+ },
102
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-150 — Three alarms in twenty minutes - is this one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling for customers\n - api-gateway p99 is 1030ms against a 250ms SLO\n - checkout error rate is 5.5% against a 1.0% SLO\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'checkout-error-spike' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
103
+ "rubric": {
104
+ "checks": {
105
+ "correctness": [
106
+ "attributed_media_upload_stalls",
107
+ "key_for_media_upload_stalls",
108
+ "attributed_gateway_latency_surge",
109
+ "key_for_gateway_latency_surge",
110
+ "attributed_checkout_error_spike",
111
+ "key_for_checkout_error_spike",
112
+ "causes_are_distinct",
113
+ "scoped_change_no_fabricated_data",
114
+ "world_invariants_intact"
115
+ ],
116
+ "deployment": [
117
+ "investigation_was_read_only"
118
+ ],
119
+ "quality": [
120
+ "evidence_recorded",
121
+ "ticket_closed",
122
+ "closed_after_the_work",
123
+ "no_new_hardcoded_secrets",
124
+ "no_unproductive_ci_loops"
125
+ ]
126
+ },
127
+ "grading": "deterministic",
128
+ "llm_judge": false,
129
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
130
+ "score_weights": {
131
+ "correctness": 0.6,
132
+ "deployment": 0.3,
133
+ "quality": 0.1
134
+ },
135
+ "type": "deterministic",
136
+ "verifier": "verifiers/verify_dob100-024-attr-three-at-once.py"
137
+ },
138
+ "task_id": "dob100-024-attr-three-at-once",
139
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
140
+ "world_id": "env_software_devops_0ec42f0f"
141
+ }
tasks/dob100-025-w5-attr-media-analytics-catalog.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_analytics_connection_refused",
9
+ "key_for_analytics_connection_refused",
10
+ "attributed_catalog_latency_sawtooth",
11
+ "key_for_catalog_latency_sawtooth",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "the path is REFUSED at the transport layer, so a network policy rather than capacity",
42
+ "fault_detected": true,
43
+ "fault_type": "misconfig",
44
+ "offending_key": "pg-replica",
45
+ "scope": "analytics-connection-refused",
46
+ "service": "analytics-worker"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "94% heap, 780ms p99 GC pause, 41 collections a minute",
53
+ "fault_detected": true,
54
+ "fault_type": "resource_exhaustion",
55
+ "offending_key": "heap_used_pct",
56
+ "scope": "catalog-latency-sawtooth",
57
+ "service": "catalog"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7607 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - analytics cannot reach the replica\n - catalog latency arrives in waves\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'analytics-connection-refused', 'catalog-latency-sawtooth' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-025-w5-attr-media-analytics-catalog",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "check_network_path",
87
+ "get_runtime_stats",
88
+ "get_ticket",
89
+ "k8s_nodes_list",
90
+ "k8s_pods_list",
91
+ "list_alerts",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "heldout",
96
+ "source_task_id": "tsk_w5_attr_media_analytics_catalog",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7607 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - analytics cannot reach the replica\n - catalog latency arrives in waves\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above �� the scope strings are 'media-upload-stalls', 'analytics-connection-refused', 'catalog-latency-sawtooth' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_analytics_connection_refused",
106
+ "key_for_analytics_connection_refused",
107
+ "attributed_catalog_latency_sawtooth",
108
+ "key_for_catalog_latency_sawtooth",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-025-w5-attr-media-analytics-catalog.py"
134
+ },
135
+ "task_id": "dob100-025-w5-attr-media-analytics-catalog",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-026-w5-attr-media-analytics-payments.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_analytics_connection_refused",
9
+ "key_for_analytics_connection_refused",
10
+ "attributed_payments_error_rate",
11
+ "key_for_payments_error_rate",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "the path is REFUSED at the transport layer, so a network policy rather than capacity",
42
+ "fault_detected": true,
43
+ "fault_type": "misconfig",
44
+ "offending_key": "pg-replica",
45
+ "scope": "analytics-connection-refused",
46
+ "service": "analytics-worker"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "the notifications call times out with no retry configured",
53
+ "fault_detected": true,
54
+ "fault_type": "missing_retry",
55
+ "offending_key": "notifications_retry_max_attempts",
56
+ "scope": "payments-error-rate",
57
+ "service": "payments"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7608 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - analytics cannot reach the replica\n - payments errors are 4.2% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'analytics-connection-refused', 'payments-error-rate' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-026-w5-attr-media-analytics-payments",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "check_network_path",
87
+ "get_ticket",
88
+ "k8s_nodes_list",
89
+ "k8s_pods_list",
90
+ "list_alerts",
91
+ "search_logs",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "train",
96
+ "source_task_id": "tsk_w5_attr_media_analytics_payments",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7608 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - analytics cannot reach the replica\n - payments errors are 4.2% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'analytics-connection-refused', 'payments-error-rate' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_analytics_connection_refused",
106
+ "key_for_analytics_connection_refused",
107
+ "attributed_payments_error_rate",
108
+ "key_for_payments_error_rate",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-026-w5-attr-media-analytics-payments.py"
134
+ },
135
+ "task_id": "dob100-026-w5-attr-media-analytics-payments",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-027-w5-attr-media-api-analytics.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_gateway_latency_surge",
9
+ "key_for_gateway_latency_surge",
10
+ "attributed_analytics_connection_refused",
11
+ "key_for_analytics_connection_refused",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "p99 moved when v5.1.0 was promoted; it leaks an upstream connection per request, so only a rollback recovers it",
42
+ "fault_detected": true,
43
+ "fault_type": "bad_release",
44
+ "offending_key": "v5.1.0",
45
+ "scope": "gateway-latency-surge",
46
+ "service": "api-gateway"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "the path is REFUSED at the transport layer, so a network policy rather than capacity",
53
+ "fault_detected": true,
54
+ "fault_type": "misconfig",
55
+ "offending_key": "pg-replica",
56
+ "scope": "analytics-connection-refused",
57
+ "service": "analytics-worker"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7601 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - analytics cannot reach the replica\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'analytics-connection-refused' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-027-w5-attr-media-api-analytics",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "check_network_path",
87
+ "get_ticket",
88
+ "k8s_nodes_list",
89
+ "k8s_pods_list",
90
+ "list_alerts",
91
+ "list_deployments",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "train",
96
+ "source_task_id": "tsk_w5_attr_media_api_analytics",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7601 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - analytics cannot reach the replica\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'analytics-connection-refused' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_gateway_latency_surge",
106
+ "key_for_gateway_latency_surge",
107
+ "attributed_analytics_connection_refused",
108
+ "key_for_analytics_connection_refused",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-027-w5-attr-media-api-analytics.py"
134
+ },
135
+ "task_id": "dob100-027-w5-attr-media-api-analytics",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-028-w5-attr-media-api-catalog.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_gateway_latency_surge",
9
+ "key_for_gateway_latency_surge",
10
+ "attributed_catalog_latency_sawtooth",
11
+ "key_for_catalog_latency_sawtooth",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "p99 moved when v5.1.0 was promoted; it leaks an upstream connection per request, so only a rollback recovers it",
42
+ "fault_detected": true,
43
+ "fault_type": "bad_release",
44
+ "offending_key": "v5.1.0",
45
+ "scope": "gateway-latency-surge",
46
+ "service": "api-gateway"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "94% heap, 780ms p99 GC pause, 41 collections a minute",
53
+ "fault_detected": true,
54
+ "fault_type": "resource_exhaustion",
55
+ "offending_key": "heap_used_pct",
56
+ "scope": "catalog-latency-sawtooth",
57
+ "service": "catalog"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7602 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - catalog latency arrives in waves\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'catalog-latency-sawtooth' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-028-w5-attr-media-api-catalog",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "get_runtime_stats",
87
+ "get_ticket",
88
+ "k8s_nodes_list",
89
+ "k8s_pods_list",
90
+ "list_alerts",
91
+ "list_deployments",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "train",
96
+ "source_task_id": "tsk_w5_attr_media_api_catalog",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7602 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - catalog latency arrives in waves\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'catalog-latency-sawtooth' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_gateway_latency_surge",
106
+ "key_for_gateway_latency_surge",
107
+ "attributed_catalog_latency_sawtooth",
108
+ "key_for_catalog_latency_sawtooth",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-028-w5-attr-media-api-catalog.py"
134
+ },
135
+ "task_id": "dob100-028-w5-attr-media-api-catalog",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-029-w5-attr-media-api-checkout.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_gateway_latency_surge",
9
+ "key_for_gateway_latency_surge",
10
+ "attributed_checkout_error_spike",
11
+ "key_for_checkout_error_spike",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "p99 moved when v5.1.0 was promoted; it leaks an upstream connection per request, so only a rollback recovers it",
42
+ "fault_detected": true,
43
+ "fault_type": "bad_release",
44
+ "offending_key": "v5.1.0",
45
+ "scope": "gateway-latency-surge",
46
+ "service": "api-gateway"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "checkout errors track the instant_refunds rollout rather than any deploy",
53
+ "fault_detected": true,
54
+ "fault_type": "feature_flag_regression",
55
+ "offending_key": "instant_refunds",
56
+ "scope": "checkout-error-spike",
57
+ "service": "checkout"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7600 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - checkout errors are 5.5% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'checkout-error-spike' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-029-w5-attr-media-api-checkout",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "get_ticket",
87
+ "k8s_nodes_list",
88
+ "k8s_pods_list",
89
+ "list_alerts",
90
+ "list_deployments",
91
+ "list_feature_flags",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "heldout",
96
+ "source_task_id": "tsk_w5_attr_media_api_checkout",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7600 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - checkout errors are 5.5% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'checkout-error-spike' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_gateway_latency_surge",
106
+ "key_for_gateway_latency_surge",
107
+ "attributed_checkout_error_spike",
108
+ "key_for_checkout_error_spike",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-029-w5-attr-media-api-checkout.py"
134
+ },
135
+ "task_id": "dob100-029-w5-attr-media-api-checkout",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-030-w5-attr-media-api-payments.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "attributed_media_upload_stalls",
7
+ "key_for_media_upload_stalls",
8
+ "attributed_gateway_latency_surge",
9
+ "key_for_gateway_latency_surge",
10
+ "attributed_payments_error_rate",
11
+ "key_for_payments_error_rate",
12
+ "causes_are_distinct",
13
+ "scoped_change_no_fabricated_data",
14
+ "world_invariants_intact"
15
+ ],
16
+ "deployment": [
17
+ "investigation_was_read_only"
18
+ ],
19
+ "quality": [
20
+ "evidence_recorded",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "no_new_hardcoded_secrets",
24
+ "no_unproductive_ci_loops"
25
+ ]
26
+ },
27
+ "ground_truth_submissions": [
28
+ {
29
+ "arguments": {
30
+ "evidence": "both replicas sit on node-b3, which reports DiskPressure at 97%",
31
+ "fault_detected": true,
32
+ "fault_type": "node_unhealthy",
33
+ "offending_key": "node-b3",
34
+ "scope": "media-upload-stalls",
35
+ "service": "media-service"
36
+ },
37
+ "tool": "submit_diagnosis"
38
+ },
39
+ {
40
+ "arguments": {
41
+ "evidence": "p99 moved when v5.1.0 was promoted; it leaks an upstream connection per request, so only a rollback recovers it",
42
+ "fault_detected": true,
43
+ "fault_type": "bad_release",
44
+ "offending_key": "v5.1.0",
45
+ "scope": "gateway-latency-surge",
46
+ "service": "api-gateway"
47
+ },
48
+ "tool": "submit_diagnosis"
49
+ },
50
+ {
51
+ "arguments": {
52
+ "evidence": "the notifications call times out with no retry configured",
53
+ "fault_detected": true,
54
+ "fault_type": "missing_retry",
55
+ "offending_key": "notifications_retry_max_attempts",
56
+ "scope": "payments-error-rate",
57
+ "service": "payments"
58
+ },
59
+ "tool": "submit_diagnosis"
60
+ }
61
+ ],
62
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
63
+ },
64
+ "instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7603 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - payments errors are 4.2% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'payments-error-rate' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.\n\nProcedure: take each symptom on its own. For each, follow the evidence from the affected service down through its pods, its node and its events before looking anywhere else, and only then decide whether any two share a cause.",
65
+ "metadata": {
66
+ "benchmark": "DevOpsBench-100",
67
+ "category": "attribution",
68
+ "code_license": "Apache-2.0",
69
+ "curation_rationale": [
70
+ "attribution",
71
+ "expert",
72
+ "10-call-oracle",
73
+ "wave-generated",
74
+ "hardest-of-category-quota",
75
+ "controls-rejected:pristine"
76
+ ],
77
+ "data_license": "CC-BY-4.0",
78
+ "difficulty": "expert",
79
+ "grading": "deterministic",
80
+ "guided_instruction_available": true,
81
+ "harbor_name": "blobfishai/dob100-030-w5-attr-media-api-payments",
82
+ "llm_judge": false,
83
+ "origin": "curated",
84
+ "reference_tool_calls": 10,
85
+ "required_tools": [
86
+ "get_ticket",
87
+ "k8s_nodes_list",
88
+ "k8s_pods_list",
89
+ "list_alerts",
90
+ "list_deployments",
91
+ "search_logs",
92
+ "submit_diagnosis",
93
+ "update_ticket"
94
+ ],
95
+ "source_split": "train",
96
+ "source_task_id": "tsk_w5_attr_media_api_payments",
97
+ "version": "1.0.0"
98
+ },
99
+ "prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nMULTI-7603 — Three alarms at once - one incident or three?\n\n3 things are wrong at once this morning:\n\n - media uploads are stalling\n - api-gateway p99 is 1030ms against 250ms\n - payments errors are 4.2% against 1.0%\n\nOps would like to treat this as a single incident with a single cause, because that is one rollback instead of three investigations. Work out whether that is true. Submit one diagnosis per scope listed above — the scope strings are 'media-upload-stalls', 'gateway-latency-surge', 'payments-error-rate' — each naming the service, the fault type and the specific setting or version responsible.\n\nThey may share a cause and they may not. Deciding that is the task; do not assume either way, and do not attribute a symptom to a fault you happened to find while looking at something else.",
100
+ "rubric": {
101
+ "checks": {
102
+ "correctness": [
103
+ "attributed_media_upload_stalls",
104
+ "key_for_media_upload_stalls",
105
+ "attributed_gateway_latency_surge",
106
+ "key_for_gateway_latency_surge",
107
+ "attributed_payments_error_rate",
108
+ "key_for_payments_error_rate",
109
+ "causes_are_distinct",
110
+ "scoped_change_no_fabricated_data",
111
+ "world_invariants_intact"
112
+ ],
113
+ "deployment": [
114
+ "investigation_was_read_only"
115
+ ],
116
+ "quality": [
117
+ "evidence_recorded",
118
+ "ticket_closed",
119
+ "closed_after_the_work",
120
+ "no_new_hardcoded_secrets",
121
+ "no_unproductive_ci_loops"
122
+ ]
123
+ },
124
+ "grading": "deterministic",
125
+ "llm_judge": false,
126
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
127
+ "score_weights": {
128
+ "correctness": 0.6,
129
+ "deployment": 0.3,
130
+ "quality": 0.1
131
+ },
132
+ "type": "deterministic",
133
+ "verifier": "verifiers/verify_dob100-030-w5-attr-media-api-payments.py"
134
+ },
135
+ "task_id": "dob100-030-w5-attr-media-api-payments",
136
+ "task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
137
+ "world_id": "env_software_devops_0ec42f0f"
138
+ }
tasks/dob100-031-impl-backoff.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "implementation_written",
7
+ "visible_tests_pass",
8
+ "hidden_tests_pass",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "executed_before_finishing"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "OPS-140 — Implement the payments retry backoff schedule\n\nsrc/payments/backoff.py is not implemented. Read the specification with read_exercise('src/payments/backoff.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.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "code_implementation",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "code_implementation",
32
+ "hard",
33
+ "5-call-oracle",
34
+ "curated",
35
+ "category-shipped-whole",
36
+ "controls-rejected:naive,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "hard",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-031-impl-backoff",
43
+ "llm_judge": false,
44
+ "origin": "curated",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "read_exercise",
49
+ "run_exercise_tests",
50
+ "update_ticket",
51
+ "write_implementation"
52
+ ],
53
+ "source_split": "train",
54
+ "source_task_id": "tsk_impl_backoff",
55
+ "version": "1.0.0"
56
+ },
57
+ "prompt": "OPS-140 — Implement the payments retry backoff schedule\n\nsrc/payments/backoff.py is not implemented. Read the specification with read_exercise('src/payments/backoff.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.",
58
+ "rubric": {
59
+ "checks": {
60
+ "correctness": [
61
+ "implementation_written",
62
+ "visible_tests_pass",
63
+ "hidden_tests_pass",
64
+ "scoped_change_no_fabricated_data",
65
+ "world_invariants_intact"
66
+ ],
67
+ "deployment": [
68
+ "executed_before_finishing"
69
+ ],
70
+ "quality": [
71
+ "ticket_closed",
72
+ "closed_after_the_work",
73
+ "no_new_hardcoded_secrets",
74
+ "no_unproductive_ci_loops"
75
+ ]
76
+ },
77
+ "grading": "deterministic",
78
+ "llm_judge": false,
79
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
80
+ "score_weights": {
81
+ "correctness": 0.6,
82
+ "deployment": 0.3,
83
+ "quality": 0.1
84
+ },
85
+ "type": "deterministic",
86
+ "verifier": "verifiers/verify_dob100-031-impl-backoff.py"
87
+ },
88
+ "task_id": "dob100-031-impl-backoff",
89
+ "task_name": "OPS-140 — Implement the payments retry backoff schedule",
90
+ "world_id": "env_software_devops_0ec42f0f"
91
+ }
tasks/dob100-032-impl-cachekey.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "implementation_written",
7
+ "visible_tests_pass",
8
+ "hidden_tests_pass",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "executed_before_finishing"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "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.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "code_implementation",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "code_implementation",
32
+ "hard",
33
+ "5-call-oracle",
34
+ "curated",
35
+ "category-shipped-whole",
36
+ "controls-rejected:naive,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "hard",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-032-impl-cachekey",
43
+ "llm_judge": false,
44
+ "origin": "curated",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "read_exercise",
49
+ "run_exercise_tests",
50
+ "update_ticket",
51
+ "write_implementation"
52
+ ],
53
+ "source_split": "train",
54
+ "source_task_id": "tsk_impl_cachekey",
55
+ "version": "1.0.0"
56
+ },
57
+ "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.",
58
+ "rubric": {
59
+ "checks": {
60
+ "correctness": [
61
+ "implementation_written",
62
+ "visible_tests_pass",
63
+ "hidden_tests_pass",
64
+ "scoped_change_no_fabricated_data",
65
+ "world_invariants_intact"
66
+ ],
67
+ "deployment": [
68
+ "executed_before_finishing"
69
+ ],
70
+ "quality": [
71
+ "ticket_closed",
72
+ "closed_after_the_work",
73
+ "no_new_hardcoded_secrets",
74
+ "no_unproductive_ci_loops"
75
+ ]
76
+ },
77
+ "grading": "deterministic",
78
+ "llm_judge": false,
79
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
80
+ "score_weights": {
81
+ "correctness": 0.6,
82
+ "deployment": 0.3,
83
+ "quality": 0.1
84
+ },
85
+ "type": "deterministic",
86
+ "verifier": "verifiers/verify_dob100-032-impl-cachekey.py"
87
+ },
88
+ "task_id": "dob100-032-impl-cachekey",
89
+ "task_name": "OPS-142 — Implement the search cache key",
90
+ "world_id": "env_software_devops_0ec42f0f"
91
+ }
tasks/dob100-033-impl-chunk.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "implementation_written",
7
+ "visible_tests_pass",
8
+ "hidden_tests_pass",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "executed_before_finishing"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "OPS-141 — Implement settlement batch chunking\n\nsrc/payments/chunking.py is not implemented. Read the specification with read_exercise('src/payments/chunking.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.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "code_implementation",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "code_implementation",
32
+ "medium",
33
+ "5-call-oracle",
34
+ "curated",
35
+ "category-shipped-whole",
36
+ "controls-rejected:naive,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "medium",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-033-impl-chunk",
43
+ "llm_judge": false,
44
+ "origin": "curated",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "read_exercise",
49
+ "run_exercise_tests",
50
+ "update_ticket",
51
+ "write_implementation"
52
+ ],
53
+ "source_split": "train",
54
+ "source_task_id": "tsk_impl_chunk",
55
+ "version": "1.0.0"
56
+ },
57
+ "prompt": "OPS-141 — Implement settlement batch chunking\n\nsrc/payments/chunking.py is not implemented. Read the specification with read_exercise('src/payments/chunking.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.",
58
+ "rubric": {
59
+ "checks": {
60
+ "correctness": [
61
+ "implementation_written",
62
+ "visible_tests_pass",
63
+ "hidden_tests_pass",
64
+ "scoped_change_no_fabricated_data",
65
+ "world_invariants_intact"
66
+ ],
67
+ "deployment": [
68
+ "executed_before_finishing"
69
+ ],
70
+ "quality": [
71
+ "ticket_closed",
72
+ "closed_after_the_work",
73
+ "no_new_hardcoded_secrets",
74
+ "no_unproductive_ci_loops"
75
+ ]
76
+ },
77
+ "grading": "deterministic",
78
+ "llm_judge": false,
79
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
80
+ "score_weights": {
81
+ "correctness": 0.6,
82
+ "deployment": 0.3,
83
+ "quality": 0.1
84
+ },
85
+ "type": "deterministic",
86
+ "verifier": "verifiers/verify_dob100-033-impl-chunk.py"
87
+ },
88
+ "task_id": "dob100-033-impl-chunk",
89
+ "task_name": "OPS-141 — Implement settlement batch chunking",
90
+ "world_id": "env_software_devops_0ec42f0f"
91
+ }
tasks/dob100-034-impl-ratelimit.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "implementation_written",
7
+ "visible_tests_pass",
8
+ "hidden_tests_pass",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "executed_before_finishing"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "OPS-143 — Implement per-client rate limiting at the edge\n\nsrc/gateway/token_bucket.py is not implemented. Read the specification with read_exercise('src/gateway/token_bucket.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.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "code_implementation",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "code_implementation",
32
+ "expert",
33
+ "5-call-oracle",
34
+ "curated",
35
+ "category-shipped-whole",
36
+ "controls-rejected:naive,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "expert",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-034-impl-ratelimit",
43
+ "llm_judge": false,
44
+ "origin": "curated",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "read_exercise",
49
+ "run_exercise_tests",
50
+ "update_ticket",
51
+ "write_implementation"
52
+ ],
53
+ "source_split": "heldout",
54
+ "source_task_id": "tsk_impl_ratelimit",
55
+ "version": "1.0.0"
56
+ },
57
+ "prompt": "OPS-143 — Implement per-client rate limiting at the edge\n\nsrc/gateway/token_bucket.py is not implemented. Read the specification with read_exercise('src/gateway/token_bucket.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.",
58
+ "rubric": {
59
+ "checks": {
60
+ "correctness": [
61
+ "implementation_written",
62
+ "visible_tests_pass",
63
+ "hidden_tests_pass",
64
+ "scoped_change_no_fabricated_data",
65
+ "world_invariants_intact"
66
+ ],
67
+ "deployment": [
68
+ "executed_before_finishing"
69
+ ],
70
+ "quality": [
71
+ "ticket_closed",
72
+ "closed_after_the_work",
73
+ "no_new_hardcoded_secrets",
74
+ "no_unproductive_ci_loops"
75
+ ]
76
+ },
77
+ "grading": "deterministic",
78
+ "llm_judge": false,
79
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
80
+ "score_weights": {
81
+ "correctness": 0.6,
82
+ "deployment": 0.3,
83
+ "quality": 0.1
84
+ },
85
+ "type": "deterministic",
86
+ "verifier": "verifiers/verify_dob100-034-impl-ratelimit.py"
87
+ },
88
+ "task_id": "dob100-034-impl-ratelimit",
89
+ "task_name": "OPS-143 — Implement per-client rate limiting at the edge",
90
+ "world_id": "env_software_devops_0ec42f0f"
91
+ }
tasks/dob100-035-port-close-backlog-issues.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "every_match_transitioned",
7
+ "nothing_extra_transitioned",
8
+ "outcome_recorded",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "read_the_source_of_truth"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "ENG-2805 — Empty the Backlog before sprint planning\n\nSprint planning wants the Backlog emptied: move every issue currently in Backlog to Done with a resolution recording why. Issues in any other state are somebody's work in flight and must not be touched.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "cross_system",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "cross_system",
32
+ "hard",
33
+ "5-call-oracle",
34
+ "ported",
35
+ "hardest-of-category-quota",
36
+ "controls-rejected:wrong_source,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "hard",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-035-port-close-backlog-issues",
43
+ "llm_judge": false,
44
+ "origin": "ported",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "jira_search",
49
+ "jira_transition_issue",
50
+ "update_ticket"
51
+ ],
52
+ "source_split": "train",
53
+ "source_task_id": "tsk_port_close_backlog_issues",
54
+ "version": "1.0.0"
55
+ },
56
+ "prompt": "ENG-2805 — Empty the Backlog before sprint planning\n\nSprint planning wants the Backlog emptied: move every issue currently in Backlog to Done with a resolution recording why. Issues in any other state are somebody's work in flight and must not be touched.",
57
+ "rubric": {
58
+ "checks": {
59
+ "correctness": [
60
+ "every_match_transitioned",
61
+ "nothing_extra_transitioned",
62
+ "outcome_recorded",
63
+ "scoped_change_no_fabricated_data",
64
+ "world_invariants_intact"
65
+ ],
66
+ "deployment": [
67
+ "read_the_source_of_truth"
68
+ ],
69
+ "quality": [
70
+ "ticket_closed",
71
+ "closed_after_the_work",
72
+ "no_new_hardcoded_secrets",
73
+ "no_unproductive_ci_loops"
74
+ ]
75
+ },
76
+ "grading": "deterministic",
77
+ "llm_judge": false,
78
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
79
+ "score_weights": {
80
+ "correctness": 0.6,
81
+ "deployment": 0.3,
82
+ "quality": 0.1
83
+ },
84
+ "type": "deterministic",
85
+ "verifier": "verifiers/verify_dob100-035-port-close-backlog-issues.py"
86
+ },
87
+ "task_id": "dob100-035-port-close-backlog-issues",
88
+ "task_name": "ENG-2805 — Empty the Backlog before sprint planning",
89
+ "world_id": "env_software_devops_0ec42f0f"
90
+ }
tasks/dob100-036-port-close-blocked-issues.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "every_match_transitioned",
7
+ "nothing_extra_transitioned",
8
+ "outcome_recorded",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "read_the_source_of_truth"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "ENG-2806 — Clear the Blocked column\n\nAnything sitting in Blocked has been superseded by work already in flight. Move every Blocked issue to Done, recording a resolution that says so. Nothing else moves - In Progress issues are live and Backlog is next sprint's problem.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "cross_system",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "cross_system",
32
+ "expert",
33
+ "4-call-oracle",
34
+ "ported",
35
+ "hardest-of-category-quota",
36
+ "controls-rejected:wrong_source,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "expert",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-036-port-close-blocked-issues",
43
+ "llm_judge": false,
44
+ "origin": "ported",
45
+ "reference_tool_calls": 4,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "jira_search",
49
+ "jira_transition_issue",
50
+ "update_ticket"
51
+ ],
52
+ "source_split": "train",
53
+ "source_task_id": "tsk_port_close_blocked_issues",
54
+ "version": "1.0.0"
55
+ },
56
+ "prompt": "ENG-2806 — Clear the Blocked column\n\nAnything sitting in Blocked has been superseded by work already in flight. Move every Blocked issue to Done, recording a resolution that says so. Nothing else moves - In Progress issues are live and Backlog is next sprint's problem.",
57
+ "rubric": {
58
+ "checks": {
59
+ "correctness": [
60
+ "every_match_transitioned",
61
+ "nothing_extra_transitioned",
62
+ "outcome_recorded",
63
+ "scoped_change_no_fabricated_data",
64
+ "world_invariants_intact"
65
+ ],
66
+ "deployment": [
67
+ "read_the_source_of_truth"
68
+ ],
69
+ "quality": [
70
+ "ticket_closed",
71
+ "closed_after_the_work",
72
+ "no_new_hardcoded_secrets",
73
+ "no_unproductive_ci_loops"
74
+ ]
75
+ },
76
+ "grading": "deterministic",
77
+ "llm_judge": false,
78
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
79
+ "score_weights": {
80
+ "correctness": 0.6,
81
+ "deployment": 0.3,
82
+ "quality": 0.1
83
+ },
84
+ "type": "deterministic",
85
+ "verifier": "verifiers/verify_dob100-036-port-close-blocked-issues.py"
86
+ },
87
+ "task_id": "dob100-036-port-close-blocked-issues",
88
+ "task_name": "ENG-2806 — Clear the Blocked column",
89
+ "world_id": "env_software_devops_0ec42f0f"
90
+ }
tasks/dob100-037-port-copy-priority-issues.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "every_match_copied",
7
+ "nothing_extra_copied",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "read_the_source_of_truth",
13
+ "announced_the_mirror"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "ENG-2803 — Mirror priority GitHub issues onto the board\n\nEvery OPEN issue carrying the 'priority' label needs a matching ticket in our own tracker so it appears on the board. Create one ticket per such issue, citing the issue number it came from in the description. Issues that are closed, or that lack the label, must not be copied. Tell #eng once they are mirrored, so nobody picks one up twice.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "cross_system",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "cross_system",
32
+ "hard",
33
+ "10-call-oracle",
34
+ "ported",
35
+ "hardest-of-category-quota",
36
+ "controls-rejected:naive,wrong_source,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "hard",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-037-port-copy-priority-issues",
43
+ "llm_judge": false,
44
+ "origin": "ported",
45
+ "reference_tool_calls": 10,
46
+ "required_tools": [
47
+ "create_ticket",
48
+ "get_ticket",
49
+ "github_list_issues",
50
+ "post_message",
51
+ "update_ticket"
52
+ ],
53
+ "source_split": "heldout",
54
+ "source_task_id": "tsk_port_copy_priority_issues",
55
+ "version": "1.0.0"
56
+ },
57
+ "prompt": "ENG-2803 — Mirror priority GitHub issues onto the board\n\nEvery OPEN issue carrying the 'priority' label needs a matching ticket in our own tracker so it appears on the board. Create one ticket per such issue, citing the issue number it came from in the description. Issues that are closed, or that lack the label, must not be copied. Tell #eng once they are mirrored, so nobody picks one up twice.",
58
+ "rubric": {
59
+ "checks": {
60
+ "correctness": [
61
+ "every_match_copied",
62
+ "nothing_extra_copied",
63
+ "scoped_change_no_fabricated_data",
64
+ "world_invariants_intact"
65
+ ],
66
+ "deployment": [
67
+ "read_the_source_of_truth",
68
+ "announced_the_mirror"
69
+ ],
70
+ "quality": [
71
+ "ticket_closed",
72
+ "closed_after_the_work",
73
+ "no_new_hardcoded_secrets",
74
+ "no_unproductive_ci_loops"
75
+ ]
76
+ },
77
+ "grading": "deterministic",
78
+ "llm_judge": false,
79
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
80
+ "score_weights": {
81
+ "correctness": 0.6,
82
+ "deployment": 0.3,
83
+ "quality": 0.1
84
+ },
85
+ "type": "deterministic",
86
+ "verifier": "verifiers/verify_dob100-037-port-copy-priority-issues.py"
87
+ },
88
+ "task_id": "dob100-037-port-copy-priority-issues",
89
+ "task_name": "ENG-2803 — Mirror priority GitHub issues onto the board",
90
+ "world_id": "env_software_devops_0ec42f0f"
91
+ }
tasks/dob100-038-port-count-inflight-work.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "answer_correct",
7
+ "scoped_change_no_fabricated_data",
8
+ "world_invariants_intact"
9
+ ],
10
+ "deployment": [
11
+ "read_the_source_of_truth"
12
+ ],
13
+ "quality": [
14
+ "ticket_closed",
15
+ "closed_after_the_work",
16
+ "no_new_hardcoded_secrets",
17
+ "no_unproductive_ci_loops"
18
+ ]
19
+ },
20
+ "ground_truth_submissions": [
21
+ {
22
+ "arguments": {
23
+ "answer": "6",
24
+ "assumptions": "Treated Highest as above High, so both count; Medium and Low do not.",
25
+ "question_id": "Q-PORT-INFLIGHT",
26
+ "sources": [
27
+ "jira_issues"
28
+ ]
29
+ },
30
+ "tool": "submit_answer"
31
+ }
32
+ ],
33
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
34
+ },
35
+ "instruction_guided": "ENG-2808 — How much high-priority work is in flight?\n\nHow many issues are In Progress at High priority or above? Highest counts as above High. Submit the number with submit_answer(question_id='Q-PORT-INFLIGHT', answer=..., sources=[...]).\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
36
+ "metadata": {
37
+ "benchmark": "DevOpsBench-100",
38
+ "category": "cross_system",
39
+ "code_license": "Apache-2.0",
40
+ "curation_rationale": [
41
+ "cross_system",
42
+ "hard",
43
+ "4-call-oracle",
44
+ "ported",
45
+ "hardest-of-category-quota",
46
+ "controls-rejected:wrong_source,pristine"
47
+ ],
48
+ "data_license": "CC-BY-4.0",
49
+ "difficulty": "hard",
50
+ "grading": "deterministic",
51
+ "guided_instruction_available": true,
52
+ "harbor_name": "blobfishai/dob100-038-port-count-inflight-work",
53
+ "llm_judge": false,
54
+ "origin": "ported",
55
+ "reference_tool_calls": 4,
56
+ "required_tools": [
57
+ "get_ticket",
58
+ "jira_search",
59
+ "submit_answer",
60
+ "update_ticket"
61
+ ],
62
+ "source_split": "train",
63
+ "source_task_id": "tsk_port_count_inflight_work",
64
+ "version": "1.0.0"
65
+ },
66
+ "prompt": "ENG-2808 — How much high-priority work is in flight?\n\nHow many issues are In Progress at High priority or above? Highest counts as above High. Submit the number with submit_answer(question_id='Q-PORT-INFLIGHT', answer=..., sources=[...]).",
67
+ "rubric": {
68
+ "checks": {
69
+ "correctness": [
70
+ "answer_correct",
71
+ "scoped_change_no_fabricated_data",
72
+ "world_invariants_intact"
73
+ ],
74
+ "deployment": [
75
+ "read_the_source_of_truth"
76
+ ],
77
+ "quality": [
78
+ "ticket_closed",
79
+ "closed_after_the_work",
80
+ "no_new_hardcoded_secrets",
81
+ "no_unproductive_ci_loops"
82
+ ]
83
+ },
84
+ "grading": "deterministic",
85
+ "llm_judge": false,
86
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
87
+ "score_weights": {
88
+ "correctness": 0.6,
89
+ "deployment": 0.3,
90
+ "quality": 0.1
91
+ },
92
+ "type": "deterministic",
93
+ "verifier": "verifiers/verify_dob100-038-port-count-inflight-work.py"
94
+ },
95
+ "task_id": "dob100-038-port-count-inflight-work",
96
+ "task_name": "ENG-2808 — How much high-priority work is in flight?",
97
+ "world_id": "env_software_devops_0ec42f0f"
98
+ }
tasks/dob100-039-port-count-unowned-work.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "answer_correct",
7
+ "scoped_change_no_fabricated_data",
8
+ "world_invariants_intact"
9
+ ],
10
+ "deployment": [
11
+ "read_the_source_of_truth"
12
+ ],
13
+ "quality": [
14
+ "ticket_closed",
15
+ "closed_after_the_work",
16
+ "no_new_hardcoded_secrets",
17
+ "no_unproductive_ci_loops"
18
+ ]
19
+ },
20
+ "ground_truth_submissions": [
21
+ {
22
+ "arguments": {
23
+ "answer": "2",
24
+ "assumptions": "Counted tickets with no assignee that are not in Done; an unassigned ticket that is already finished does not need an owner.",
25
+ "question_id": "Q-PORT-UNOWNED",
26
+ "sources": [
27
+ "jira_issues"
28
+ ]
29
+ },
30
+ "tool": "submit_answer"
31
+ }
32
+ ],
33
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
34
+ },
35
+ "instruction_guided": "ENG-2810 — How much unassigned work is still live?\n\nPlanning wants to know how much live work has nobody on it: how many tickets are unassigned and not already finished? Submit the number with submit_answer(question_id='Q-PORT-UNOWNED', answer=..., sources=[...]), and state in your assumptions how you treated finished tickets - an unassigned ticket that is already done needs no owner, and counting it overstates the problem.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
36
+ "metadata": {
37
+ "benchmark": "DevOpsBench-100",
38
+ "category": "cross_system",
39
+ "code_license": "Apache-2.0",
40
+ "curation_rationale": [
41
+ "cross_system",
42
+ "hard",
43
+ "4-call-oracle",
44
+ "ported",
45
+ "hardest-of-category-quota",
46
+ "controls-rejected:wrong_source,pristine"
47
+ ],
48
+ "data_license": "CC-BY-4.0",
49
+ "difficulty": "hard",
50
+ "grading": "deterministic",
51
+ "guided_instruction_available": true,
52
+ "harbor_name": "blobfishai/dob100-039-port-count-unowned-work",
53
+ "llm_judge": false,
54
+ "origin": "ported",
55
+ "reference_tool_calls": 4,
56
+ "required_tools": [
57
+ "get_ticket",
58
+ "jira_search",
59
+ "submit_answer",
60
+ "update_ticket"
61
+ ],
62
+ "source_split": "heldout",
63
+ "source_task_id": "tsk_port_count_unowned_work",
64
+ "version": "1.0.0"
65
+ },
66
+ "prompt": "ENG-2810 — How much unassigned work is still live?\n\nPlanning wants to know how much live work has nobody on it: how many tickets are unassigned and not already finished? Submit the number with submit_answer(question_id='Q-PORT-UNOWNED', answer=..., sources=[...]), and state in your assumptions how you treated finished tickets - an unassigned ticket that is already done needs no owner, and counting it overstates the problem.",
67
+ "rubric": {
68
+ "checks": {
69
+ "correctness": [
70
+ "answer_correct",
71
+ "scoped_change_no_fabricated_data",
72
+ "world_invariants_intact"
73
+ ],
74
+ "deployment": [
75
+ "read_the_source_of_truth"
76
+ ],
77
+ "quality": [
78
+ "ticket_closed",
79
+ "closed_after_the_work",
80
+ "no_new_hardcoded_secrets",
81
+ "no_unproductive_ci_loops"
82
+ ]
83
+ },
84
+ "grading": "deterministic",
85
+ "llm_judge": false,
86
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
87
+ "score_weights": {
88
+ "correctness": 0.6,
89
+ "deployment": 0.3,
90
+ "quality": 0.1
91
+ },
92
+ "type": "deterministic",
93
+ "verifier": "verifiers/verify_dob100-039-port-count-unowned-work.py"
94
+ },
95
+ "task_id": "dob100-039-port-count-unowned-work",
96
+ "task_name": "ENG-2810 — How much unassigned work is still live?",
97
+ "world_id": "env_software_devops_0ec42f0f"
98
+ }
tasks/dob100-040-port-dedupe-linked-issues.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "every_match_transitioned",
7
+ "nothing_extra_transitioned",
8
+ "outcome_recorded",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "read_the_source_of_truth"
14
+ ],
15
+ "quality": [
16
+ "ticket_closed",
17
+ "closed_after_the_work",
18
+ "no_new_hardcoded_secrets",
19
+ "no_unproductive_ci_loops"
20
+ ]
21
+ },
22
+ "ground_truth_submissions": [],
23
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
24
+ },
25
+ "instruction_guided": "ENG-2809 — Close the tickets that duplicate other trackers\n\nSome tickets on our board are duplicates of work already tracked in another system, and we keep re-triaging them. Close every ticket that is recorded as duplicating an issue in another tracker, with a resolution that says so. A ticket that merely looks similar is not a duplicate - only the recorded links count, and anything without one stays exactly as it is.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
26
+ "metadata": {
27
+ "benchmark": "DevOpsBench-100",
28
+ "category": "cross_system",
29
+ "code_license": "Apache-2.0",
30
+ "curation_rationale": [
31
+ "cross_system",
32
+ "expert",
33
+ "5-call-oracle",
34
+ "ported",
35
+ "hardest-of-category-quota",
36
+ "controls-rejected:wrong_source,pristine"
37
+ ],
38
+ "data_license": "CC-BY-4.0",
39
+ "difficulty": "expert",
40
+ "grading": "deterministic",
41
+ "guided_instruction_available": true,
42
+ "harbor_name": "blobfishai/dob100-040-port-dedupe-linked-issues",
43
+ "llm_judge": false,
44
+ "origin": "ported",
45
+ "reference_tool_calls": 5,
46
+ "required_tools": [
47
+ "get_ticket",
48
+ "jira_transition_issue",
49
+ "list_issue_links",
50
+ "update_ticket"
51
+ ],
52
+ "source_split": "train",
53
+ "source_task_id": "tsk_port_dedupe_linked_issues",
54
+ "version": "1.0.0"
55
+ },
56
+ "prompt": "ENG-2809 — Close the tickets that duplicate other trackers\n\nSome tickets on our board are duplicates of work already tracked in another system, and we keep re-triaging them. Close every ticket that is recorded as duplicating an issue in another tracker, with a resolution that says so. A ticket that merely looks similar is not a duplicate - only the recorded links count, and anything without one stays exactly as it is.",
57
+ "rubric": {
58
+ "checks": {
59
+ "correctness": [
60
+ "every_match_transitioned",
61
+ "nothing_extra_transitioned",
62
+ "outcome_recorded",
63
+ "scoped_change_no_fabricated_data",
64
+ "world_invariants_intact"
65
+ ],
66
+ "deployment": [
67
+ "read_the_source_of_truth"
68
+ ],
69
+ "quality": [
70
+ "ticket_closed",
71
+ "closed_after_the_work",
72
+ "no_new_hardcoded_secrets",
73
+ "no_unproductive_ci_loops"
74
+ ]
75
+ },
76
+ "grading": "deterministic",
77
+ "llm_judge": false,
78
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
79
+ "score_weights": {
80
+ "correctness": 0.6,
81
+ "deployment": 0.3,
82
+ "quality": 0.1
83
+ },
84
+ "type": "deterministic",
85
+ "verifier": "verifiers/verify_dob100-040-port-dedupe-linked-issues.py"
86
+ },
87
+ "task_id": "dob100-040-port-dedupe-linked-issues",
88
+ "task_name": "ENG-2809 — Close the tickets that duplicate other trackers",
89
+ "world_id": "env_software_devops_0ec42f0f"
90
+ }
tasks/dob100-041-port-escalate-to-gateway-oncall.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "answer_correct",
7
+ "scoped_change_no_fabricated_data",
8
+ "world_invariants_intact"
9
+ ],
10
+ "deployment": [
11
+ "read_the_source_of_truth"
12
+ ],
13
+ "quality": [
14
+ "ticket_closed",
15
+ "closed_after_the_work",
16
+ "no_new_hardcoded_secrets",
17
+ "no_unproductive_ci_loops"
18
+ ]
19
+ },
20
+ "ground_truth_submissions": [
21
+ {
22
+ "arguments": {
23
+ "answer": "Priya Nair",
24
+ "assumptions": "Resolved the gateway to the name the paging system uses, took the escalation policy attached to that service, and read the person holding that policy's schedule on the most recent day.",
25
+ "question_id": "Q-PORT-ONCALL",
26
+ "sources": [
27
+ "pd_oncall"
28
+ ]
29
+ },
30
+ "tool": "submit_answer"
31
+ }
32
+ ],
33
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
34
+ },
35
+ "instruction_guided": "ENG-2812 — Who do we page for the gateway right now?\n\nThe gateway is in trouble and we are about to page. Name the person who is actually on call for it right now, and submit it with submit_answer(question_id='Q-PORT-ONCALL', answer=..., sources=[...]). Paging the wrong person costs us the incident, so go through the escalation policy that covers the gateway rather than whoever is most visible on the schedule - and note that the paging system does not call the gateway what we call it.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
36
+ "metadata": {
37
+ "benchmark": "DevOpsBench-100",
38
+ "category": "cross_system",
39
+ "code_license": "Apache-2.0",
40
+ "curation_rationale": [
41
+ "cross_system",
42
+ "expert",
43
+ "4-call-oracle",
44
+ "ported",
45
+ "hardest-of-category-quota",
46
+ "controls-rejected:wrong_source,pristine"
47
+ ],
48
+ "data_license": "CC-BY-4.0",
49
+ "difficulty": "expert",
50
+ "grading": "deterministic",
51
+ "guided_instruction_available": true,
52
+ "harbor_name": "blobfishai/dob100-041-port-escalate-to-gateway-oncall",
53
+ "llm_judge": false,
54
+ "origin": "ported",
55
+ "reference_tool_calls": 4,
56
+ "required_tools": [
57
+ "get_ticket",
58
+ "pd_list_oncalls",
59
+ "submit_answer",
60
+ "update_ticket"
61
+ ],
62
+ "source_split": "train",
63
+ "source_task_id": "tsk_port_escalate_to_gateway_oncall",
64
+ "version": "1.0.0"
65
+ },
66
+ "prompt": "ENG-2812 — Who do we page for the gateway right now?\n\nThe gateway is in trouble and we are about to page. Name the person who is actually on call for it right now, and submit it with submit_answer(question_id='Q-PORT-ONCALL', answer=..., sources=[...]). Paging the wrong person costs us the incident, so go through the escalation policy that covers the gateway rather than whoever is most visible on the schedule - and note that the paging system does not call the gateway what we call it.",
67
+ "rubric": {
68
+ "checks": {
69
+ "correctness": [
70
+ "answer_correct",
71
+ "scoped_change_no_fabricated_data",
72
+ "world_invariants_intact"
73
+ ],
74
+ "deployment": [
75
+ "read_the_source_of_truth"
76
+ ],
77
+ "quality": [
78
+ "ticket_closed",
79
+ "closed_after_the_work",
80
+ "no_new_hardcoded_secrets",
81
+ "no_unproductive_ci_loops"
82
+ ]
83
+ },
84
+ "grading": "deterministic",
85
+ "llm_judge": false,
86
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
87
+ "score_weights": {
88
+ "correctness": 0.6,
89
+ "deployment": 0.3,
90
+ "quality": 0.1
91
+ },
92
+ "type": "deterministic",
93
+ "verifier": "verifiers/verify_dob100-041-port-escalate-to-gateway-oncall.py"
94
+ },
95
+ "task_id": "dob100-041-port-escalate-to-gateway-oncall",
96
+ "task_name": "ENG-2812 — Who do we page for the gateway right now?",
97
+ "world_id": "env_software_devops_0ec42f0f"
98
+ }
tasks/dob100-042-port-high-priority-since.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "every_match_reported",
7
+ "nothing_extra_reported",
8
+ "scoped_change_no_fabricated_data",
9
+ "world_invariants_intact"
10
+ ],
11
+ "deployment": [
12
+ "read_the_source_of_truth"
13
+ ],
14
+ "quality": [
15
+ "ticket_closed",
16
+ "closed_after_the_work",
17
+ "no_new_hardcoded_secrets",
18
+ "no_unproductive_ci_loops"
19
+ ]
20
+ },
21
+ "ground_truth_submissions": [],
22
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
23
+ },
24
+ "instruction_guided": "ENG-2802 — Chase the recent high-priority issues in #eng\n\nPost one message to #eng naming every issue that is OPEN, carries the 'priority' label, AND was created on day 410 or later. Reference each by number and ask whether anyone is still on it. Issues that miss any one of those three conditions must not appear - the point of the message is that everything in it needs an owner today.\n\nProcedure: list the issues from the tracker, apply the stated filter exactly - state, label and date - and act only on what survives it.",
25
+ "metadata": {
26
+ "benchmark": "DevOpsBench-100",
27
+ "category": "cross_system",
28
+ "code_license": "Apache-2.0",
29
+ "curation_rationale": [
30
+ "cross_system",
31
+ "hard",
32
+ "4-call-oracle",
33
+ "ported",
34
+ "hardest-of-category-quota",
35
+ "controls-rejected:naive,wrong_source,pristine"
36
+ ],
37
+ "data_license": "CC-BY-4.0",
38
+ "difficulty": "hard",
39
+ "grading": "deterministic",
40
+ "guided_instruction_available": true,
41
+ "harbor_name": "blobfishai/dob100-042-port-high-priority-since",
42
+ "llm_judge": false,
43
+ "origin": "ported",
44
+ "reference_tool_calls": 4,
45
+ "required_tools": [
46
+ "get_ticket",
47
+ "github_list_issues",
48
+ "post_message",
49
+ "update_ticket"
50
+ ],
51
+ "source_split": "train",
52
+ "source_task_id": "tsk_port_high_priority_since",
53
+ "version": "1.0.0"
54
+ },
55
+ "prompt": "ENG-2802 — Chase the recent high-priority issues in #eng\n\nPost one message to #eng naming every issue that is OPEN, carries the 'priority' label, AND was created on day 410 or later. Reference each by number and ask whether anyone is still on it. Issues that miss any one of those three conditions must not appear - the point of the message is that everything in it needs an owner today.",
56
+ "rubric": {
57
+ "checks": {
58
+ "correctness": [
59
+ "every_match_reported",
60
+ "nothing_extra_reported",
61
+ "scoped_change_no_fabricated_data",
62
+ "world_invariants_intact"
63
+ ],
64
+ "deployment": [
65
+ "read_the_source_of_truth"
66
+ ],
67
+ "quality": [
68
+ "ticket_closed",
69
+ "closed_after_the_work",
70
+ "no_new_hardcoded_secrets",
71
+ "no_unproductive_ci_loops"
72
+ ]
73
+ },
74
+ "grading": "deterministic",
75
+ "llm_judge": false,
76
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
77
+ "score_weights": {
78
+ "correctness": 0.6,
79
+ "deployment": 0.3,
80
+ "quality": 0.1
81
+ },
82
+ "type": "deterministic",
83
+ "verifier": "verifiers/verify_dob100-042-port-high-priority-since.py"
84
+ },
85
+ "task_id": "dob100-042-port-high-priority-since",
86
+ "task_name": "ENG-2802 — Chase the recent high-priority issues in #eng",
87
+ "world_id": "env_software_devops_0ec42f0f"
88
+ }
tasks/dob100-043-analytics-batch-size.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "config_deployed_to_production",
7
+ "ci_all_stages_green",
8
+ "no_unrelated_config_mutation",
9
+ "scoped_change_no_fabricated_data",
10
+ "world_invariants_intact"
11
+ ],
12
+ "deployment": [
13
+ "staging_first",
14
+ "no_alarming_deploys"
15
+ ],
16
+ "quality": [
17
+ "pr_linked_to_ticket",
18
+ "ticket_closed",
19
+ "closed_after_the_work",
20
+ "pr_has_description",
21
+ "no_new_hardcoded_secrets",
22
+ "no_unproductive_ci_loops"
23
+ ]
24
+ },
25
+ "ground_truth_submissions": [],
26
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
27
+ },
28
+ "instruction_guided": "ENG-2108 — Analytics rollups run in batches large enough to amplify memory pressure\n\nLarge rollup batches amplify memory pressure on the consumer.\n\nFind the root cause and ship a fix all the way to production. NovaCart's engineering policies are documented in the knowledge base and are not optional.\n\nDone when: the fix is live in production, ENG-2108 is closed.\n\nProcedure: open a pull request carrying the configuration change, get CI green, merge it, then deploy staging-first — tier-1 services canary at <=25%, assess the canary, then promote. Confirm the metric recovered, then acknowledge the alarm before resolving it, and close the ticket last.",
29
+ "metadata": {
30
+ "benchmark": "DevOpsBench-100",
31
+ "category": "error_rate_reduction",
32
+ "code_license": "Apache-2.0",
33
+ "curation_rationale": [
34
+ "error_rate_reduction",
35
+ "medium",
36
+ "14-call-oracle",
37
+ "curated",
38
+ "category-shipped-whole",
39
+ "controls-rejected:naive,pristine"
40
+ ],
41
+ "data_license": "CC-BY-4.0",
42
+ "difficulty": "medium",
43
+ "grading": "deterministic",
44
+ "guided_instruction_available": true,
45
+ "harbor_name": "blobfishai/dob100-043-analytics-batch-size",
46
+ "llm_judge": false,
47
+ "origin": "curated",
48
+ "reference_tool_calls": 14,
49
+ "required_tools": [
50
+ "deploy_service",
51
+ "get_document",
52
+ "get_ticket",
53
+ "merge_pull_request",
54
+ "open_pull_request",
55
+ "query_metrics",
56
+ "run_ci",
57
+ "search_docs",
58
+ "search_logs",
59
+ "update_ticket"
60
+ ],
61
+ "source_split": "train",
62
+ "source_task_id": "tsk_analytics_batch_size",
63
+ "version": "1.0.0"
64
+ },
65
+ "prompt": "ENG-2108 — Analytics rollups run in batches large enough to amplify memory pressure\n\nLarge rollup batches amplify memory pressure on the consumer.\n\nFind the root cause and ship a fix all the way to production. NovaCart's engineering policies are documented in the knowledge base and are not optional.\n\nDone when: the fix is live in production, ENG-2108 is closed.",
66
+ "rubric": {
67
+ "checks": {
68
+ "correctness": [
69
+ "config_deployed_to_production",
70
+ "ci_all_stages_green",
71
+ "no_unrelated_config_mutation",
72
+ "scoped_change_no_fabricated_data",
73
+ "world_invariants_intact"
74
+ ],
75
+ "deployment": [
76
+ "staging_first",
77
+ "no_alarming_deploys"
78
+ ],
79
+ "quality": [
80
+ "pr_linked_to_ticket",
81
+ "ticket_closed",
82
+ "closed_after_the_work",
83
+ "pr_has_description",
84
+ "no_new_hardcoded_secrets",
85
+ "no_unproductive_ci_loops"
86
+ ]
87
+ },
88
+ "grading": "deterministic",
89
+ "llm_judge": false,
90
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
91
+ "score_weights": {
92
+ "correctness": 0.6,
93
+ "deployment": 0.3,
94
+ "quality": 0.1
95
+ },
96
+ "type": "deterministic",
97
+ "verifier": "verifiers/verify_dob100-043-analytics-batch-size.py"
98
+ },
99
+ "task_id": "dob100-043-analytics-batch-size",
100
+ "task_name": "ENG-2108 — Analytics rollups run in batches large enough to amplify memory pressure",
101
+ "world_id": "env_software_devops_0ec42f0f"
102
+ }
tasks/dob100-044-analytics-prefetch.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_files": [],
3
+ "gold_output": {
4
+ "expected_final_state_checks": {
5
+ "correctness": [
6
+ "config_deployed_to_production",
7
+ "ci_all_stages_green",
8
+ "metric_within_slo",
9
+ "alarm_resolved",
10
+ "no_unrelated_config_mutation",
11
+ "scoped_change_no_fabricated_data",
12
+ "world_invariants_intact"
13
+ ],
14
+ "deployment": [
15
+ "ack_before_resolve",
16
+ "staging_first",
17
+ "no_alarming_deploys"
18
+ ],
19
+ "quality": [
20
+ "pr_linked_to_ticket",
21
+ "ticket_closed",
22
+ "closed_after_the_work",
23
+ "pr_has_description",
24
+ "jira_twin_resolved",
25
+ "no_new_hardcoded_secrets",
26
+ "no_unproductive_ci_loops"
27
+ ]
28
+ },
29
+ "ground_truth_submissions": [],
30
+ "note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
31
+ },
32
+ "instruction_guided": "ENG-2103 — Analytics worker restarting under queue load\n\nAnalytics-worker error_rate_pct is 6.0% against a 2.0% SLO (alarm 9609).\n\nFind the root cause and ship a fix all the way to production. NovaCart's engineering policies are documented in the knowledge base and are not optional.\n\nDone when: the fix is live in production, error_rate_pct is back inside its SLO, alarm 9609 is resolved, ENG-2103 is closed.\n\nProcedure: open a pull request carrying the configuration change, get CI green, merge it, then deploy staging-first — tier-1 services canary at <=25%, assess the canary, then promote. Confirm the metric recovered, then acknowledge the alarm before resolving it, and close the ticket last.",
33
+ "metadata": {
34
+ "benchmark": "DevOpsBench-100",
35
+ "category": "error_rate_reduction",
36
+ "code_license": "Apache-2.0",
37
+ "curation_rationale": [
38
+ "error_rate_reduction",
39
+ "medium",
40
+ "18-call-oracle",
41
+ "curated",
42
+ "category-shipped-whole",
43
+ "controls-rejected:naive,pristine"
44
+ ],
45
+ "data_license": "CC-BY-4.0",
46
+ "difficulty": "medium",
47
+ "grading": "deterministic",
48
+ "guided_instruction_available": true,
49
+ "harbor_name": "blobfishai/dob100-044-analytics-prefetch",
50
+ "llm_judge": false,
51
+ "origin": "curated",
52
+ "reference_tool_calls": 18,
53
+ "required_tools": [
54
+ "acknowledge_alert",
55
+ "deploy_service",
56
+ "get_document",
57
+ "get_ticket",
58
+ "jira_search",
59
+ "jira_transition_issue",
60
+ "merge_pull_request",
61
+ "open_pull_request",
62
+ "query_metrics",
63
+ "resolve_alert",
64
+ "run_ci",
65
+ "search_docs",
66
+ "search_logs",
67
+ "update_ticket"
68
+ ],
69
+ "source_split": "train",
70
+ "source_task_id": "tsk_analytics_prefetch",
71
+ "version": "1.0.0"
72
+ },
73
+ "prompt": "ENG-2103 — Analytics worker restarting under queue load\n\nAnalytics-worker error_rate_pct is 6.0% against a 2.0% SLO (alarm 9609).\n\nFind the root cause and ship a fix all the way to production. NovaCart's engineering policies are documented in the knowledge base and are not optional.\n\nDone when: the fix is live in production, error_rate_pct is back inside its SLO, alarm 9609 is resolved, ENG-2103 is closed.",
74
+ "rubric": {
75
+ "checks": {
76
+ "correctness": [
77
+ "config_deployed_to_production",
78
+ "ci_all_stages_green",
79
+ "metric_within_slo",
80
+ "alarm_resolved",
81
+ "no_unrelated_config_mutation",
82
+ "scoped_change_no_fabricated_data",
83
+ "world_invariants_intact"
84
+ ],
85
+ "deployment": [
86
+ "ack_before_resolve",
87
+ "staging_first",
88
+ "no_alarming_deploys"
89
+ ],
90
+ "quality": [
91
+ "pr_linked_to_ticket",
92
+ "ticket_closed",
93
+ "closed_after_the_work",
94
+ "pr_has_description",
95
+ "jira_twin_resolved",
96
+ "no_new_hardcoded_secrets",
97
+ "no_unproductive_ci_loops"
98
+ ]
99
+ },
100
+ "grading": "deterministic",
101
+ "llm_judge": false,
102
+ "pass_rule": "every correctness and deployment check holds over the final world state and audit log",
103
+ "score_weights": {
104
+ "correctness": 0.6,
105
+ "deployment": 0.3,
106
+ "quality": 0.1
107
+ },
108
+ "type": "deterministic",
109
+ "verifier": "verifiers/verify_dob100-044-analytics-prefetch.py"
110
+ },
111
+ "task_id": "dob100-044-analytics-prefetch",
112
+ "task_name": "ENG-2103 — Analytics worker restarting under queue load",
113
+ "world_id": "env_software_devops_0ec42f0f"
114
+ }