CoolFace
Datasetpublic

SamuelChien821/devopsbench-100

DevOpsBench-100 DevOpsBench-100 is a synthetic long-horizon software-engineering / SRE agent benchmark: 100 tasks over one executable world ("NovaCart", a mid-size e-commerce SaaS) with 72 SQLite tables, 1451 seeded rows, a 38-file monorepo with 417 commits, and 97 MCP tools spanning a first-party engineering stack (tickets, PRs, CI, deployments, canaries, migrations, feature flags, metrics, alerts, incidents, chat, knowledge base) plus deliberately disagreeing vendor-shaped… See the full description on the dataset page: https://huggingface.co/datasets/SamuelChien821/devopsbench-100.

sourceHugging Facecc-by-4.0updated 25d agoView on Hugging Face
0likes2.5kdownloads
dob100-007-detect-checkout-errors.json2461 linesDownload Raw Back to tasks
1{2  "allowed_write_tables": [3    "answers",4    "audit_events",5    "diagnoses",6    "messages",7    "tickets"8  ],9  "answer_schema": {10    "additionalProperties": false,11    "properties": {12      "approval_reference": {13        "description": "The change approval record applied to the recommended plan.",14        "type": "string"15      },16      "business_need_date": {17        "description": "Customer cutover date published on the status page that the plan must protect (YYYY-MM-DD).",18        "type": "string"19      },20      "capacity_request_replicas": {21        "description": "Uncovered replicas the vendor order must cover.",22        "type": "integer"23      },24      "decision_timing_status": {25        "description": "ON_TIME when the recommended outcome is on or before the cutover; otherwise LATE.",26        "enum": [27          "ON_TIME",28          "LATE"29        ],30        "type": "string"31      },32      "escalation_approval_required": {33        "description": "1 when a listed plan needs approval beyond the change approval; otherwise 0.",34        "type": "integer"35      },36      "expedited_capacity_date": {37        "description": "CloudCap's confirmed expedited delivery date from the vendor order.",38        "type": "string"39      },40      "expedited_plan_completion": {41        "description": "Outcome date for expedite_capacity: first change window on or after expedited delivery.",42        "type": "string"43      },44      "next_change_window": {45        "description": "Next published change window on the current operating control page.",46        "type": "string"47      },48      "observed_replicas": {49        "description": "Replicas in the production pool per the PagerDuty scale record, before exclusions.",50        "type": "integer"51      },52      "outcome_vs_control_days": {53        "description": "Recommended outcome date minus the cutover date; positive means late.",54        "type": "integer"55      },56      "production_zones": {57        "description": "Production zone count from the PagerDuty scale record.",58        "type": "integer"59      },60      "quantity_unit": {61        "description": "Unit shared by every capacity quantity: replicas.",62        "type": "string"63      },64      "recommended_incremental_cost_usd": {65        "description": "Documented incremental cost of the recommended plan in USD.",66        "type": "integer"67      },68      "recommended_option": {69        "description": "One of standard_capacity_plan, expedite_capacity, release_reserved_capacity.",70        "enum": [71          "standard_capacity_plan",72          "expedite_capacity",73          "release_reserved_capacity"74        ],75        "type": "string"76      },77      "recommended_outcome_date": {78        "description": "Outcome date of the recommended plan.",79        "type": "string"80      },81      "replica_gap": {82        "description": "required_replicas - usable_replicas.",83        "type": "integer"84      },85      "replicas_per_zone": {86        "description": "Healthy replicas required per production zone by the change-readiness standard.",87        "type": "integer"88      },89      "required_replicas": {90        "description": "replicas_per_zone x production_zones.",91        "type": "integer"92      },93      "reserved_release_completion": {94        "description": "Outcome date for release_reserved_capacity.",95        "type": "string"96      },97      "reserved_replicas": {98        "description": "Replicas reserved for another team's freeze in the Linear capacity register.",99        "type": "integer"100      },101      "standard_capacity_date": {102        "description": "CloudCap's confirmed standard delivery date from the vendor order.",103        "type": "string"104      },105      "standard_plan_completion": {106        "description": "Outcome date for standard_capacity_plan: first change window on or after standard delivery.",107        "type": "string"108      },109      "usable_replicas": {110        "description": "observed_replicas - reserved_replicas.",111        "type": "integer"112      }113    },114    "required": [115      "business_need_date",116      "replicas_per_zone",117      "production_zones",118      "required_replicas",119      "observed_replicas",120      "reserved_replicas",121      "usable_replicas",122      "replica_gap",123      "quantity_unit",124      "standard_capacity_date",125      "expedited_capacity_date",126      "capacity_request_replicas",127      "next_change_window",128      "standard_plan_completion",129      "expedited_plan_completion",130      "reserved_release_completion",131      "recommended_option",132      "recommended_outcome_date",133      "recommended_incremental_cost_usd",134      "escalation_approval_required",135      "approval_reference",136      "outcome_vs_control_days",137      "decision_timing_status"138    ],139    "submission": "Submitted once as the reconciliation answer whose question_id is the case capacity-plan question; the answer is the JSON object above.",140    "type": "object"141  },142  "assets": [143    {144      "bytes": 807,145      "evidence_role": "request",146      "kind": "md",147      "material": false,148      "path": "task_files/dob100-007-detect-checkout-errors/01-employee-request.md",149      "sha256": "6656661ad1e83a8a3a2dd0b993a7de7caeba1a5b67c7325dbe40203a8f5295a9",150      "source": "employee request"151    },152    {153      "bytes": 207,154      "evidence_role": "identity",155      "kind": "csv",156      "material": false,157      "path": "task_files/dob100-007-detect-checkout-errors/02-jira-work-item.csv",158      "sha256": "c66429c7692634260c318266353f909017c41ad169f7fddd5e3e0559693ad025",159      "source": "Atlassian Jira"160    },161    {162      "bytes": 84,163      "evidence_role": "identity",164      "kind": "json",165      "material": false,166      "path": "task_files/dob100-007-detect-checkout-errors/03-cross-tracker-links.json",167      "sha256": "b7fb4e6ca945b868508dd08a241d197b4b7fae1c4b427b9b98f4054dd63e49e9",168      "source": "tracker link registry"169    },170    {171      "bytes": 189,172      "evidence_role": "engineering-signal",173      "kind": "json",174      "material": false,175      "path": "task_files/dob100-007-detect-checkout-errors/04-github-issue.json",176      "sha256": "77dc9799d9c39940db072c51de618d1cab4944ab2b07f4d593945f51920641a9",177      "source": "GitHub"178    },179    {180      "bytes": 1291,181      "evidence_role": "authority",182      "kind": "pdf",183      "material": false,184      "path": "task_files/dob100-007-detect-checkout-errors/05-current-operating-control.pdf",185      "sha256": "55e987f5bba24908795489d4a18f2d1b336dc1afdfcb66930933a55dae86087e",186      "source": "Confluence current export"187    },188    {189      "bytes": 827,190      "evidence_role": "stale-authority",191      "kind": "pdf",192      "material": false,193      "path": "task_files/dob100-007-detect-checkout-errors/06-retired-shortcut-note.pdf",194      "sha256": "5ed4729b29cfafdc520cb40c38a4eee8ed46d3d5d6f0fd490f9bb6d1f566467b",195      "source": "Confluence history export"196    },197    {198      "bytes": 878,199      "evidence_role": "conversation",200      "kind": "json",201      "material": false,202      "path": "task_files/dob100-007-detect-checkout-errors/07-case-room-thread.json",203      "sha256": "cbde6c19d4737babb42da33e4642cf9b4b94cc3e32cfbdc3be0a0ac96195f602",204      "source": "Slack"205    },206    {207      "bytes": 233,208      "evidence_role": "change-history",209      "kind": "csv",210      "material": false,211      "path": "task_files/dob100-007-detect-checkout-errors/08-pagerduty-change-events.csv",212      "sha256": "31970cf063aaf6ddd07e1e5f1f4d8af6e19f83bb10e28b07e981f600120f4037",213      "source": "PagerDuty"214    },215    {216      "bytes": 1588,217      "evidence_role": "ownership",218      "kind": "xlsx",219      "material": false,220      "path": "task_files/dob100-007-detect-checkout-errors/09-service-owner-register.xlsx",221      "sha256": "2bcf51c147ea1bca3559d15b6b0c3f1b1da1bb0a4e26dd69331ff4f50ea625e2",222      "source": "Microsoft Graph workbook"223    },224    {225      "bytes": 1700,226      "evidence_role": "schedule",227      "kind": "xlsx",228      "material": false,229      "path": "task_files/dob100-007-detect-checkout-errors/10-release-calendar.xlsx",230      "sha256": "b59da5cad935dadd90f532abb6887ea870b8e2d6d44eaa161ce0e5f6846d63e9",231      "source": "Microsoft Graph workbook"232    },233    {234      "bytes": 177,235      "evidence_role": "inventory",236      "kind": "csv",237      "material": false,238      "path": "task_files/dob100-007-detect-checkout-errors/11-source-inventory.csv",239      "sha256": "6a79150ada4533ae6abf5ef32c27e3d39f4fef5dd84475f578db21027e6564ea",240      "source": "case intake"241    },242    {243      "bytes": 398,244      "evidence_role": "request",245      "kind": "eml",246      "material": false,247      "path": "task_files/dob100-007-detect-checkout-errors/12-request-email.eml",248      "sha256": "7708fc167b69cd8ee77004775156062aeb231bb3f43d8361acd90fb0719a7487",249      "source": "Gmail export"250    },251    {252      "bytes": 384,253      "evidence_role": "conflict",254      "kind": "eml",255      "material": false,256      "path": "task_files/dob100-007-detect-checkout-errors/13-former-owner-email.eml",257      "sha256": "ec5018a4c858f8dad97bce8f8931fa1ff313770b99d9524e8c087ea3c44c95ef",258      "source": "Gmail export"259    },260    {261      "bytes": 1138,262      "evidence_role": "service-state",263      "kind": "csv",264      "material": false,265      "path": "task_files/dob100-007-detect-checkout-errors/14-service-catalog.csv",266      "sha256": "7f4e93f85fa15419cd3401cb7286016cbf47916728be075e78c5d168af841804",267      "source": "service catalog"268    },269    {270      "bytes": 200,271      "evidence_role": "live-signal",272      "kind": "csv",273      "material": false,274      "path": "task_files/dob100-007-detect-checkout-errors/15-slo-export.csv",275      "sha256": "f242babcb725ab61bedaf039ed8a997e9a9c4320c6a3cb12c71136f80c87ffe5",276      "source": "SLO platform"277    },278    {279      "bytes": 140,280      "evidence_role": "live-signal",281      "kind": "csv",282      "material": false,283      "path": "task_files/dob100-007-detect-checkout-errors/16-metrics-export.csv",284      "sha256": "e4afa351aea2061df0e47ad1abbc87e28f19eff7b54833c43f2eb9f18919380c",285      "source": "Prometheus"286    },287    {288      "bytes": 779,289      "evidence_role": "live-signal",290      "kind": "log",291      "material": false,292      "path": "task_files/dob100-007-detect-checkout-errors/17-observability-log-slice.log",293      "sha256": "626249c0a07aadf91e983ab80b087c1507c8c536c4b8353ce71f22c0db4179b4",294      "source": "log platform"295    },296    {297      "bytes": 1253,298      "evidence_role": "live-signal",299      "kind": "json",300      "material": false,301      "path": "task_files/dob100-007-detect-checkout-errors/18-sentry-issues.json",302      "sha256": "514a2c1a8ebd687a4222ccee2405237b6cf9ca5494f8438c34c37e05ff79c3bf",303      "source": "Sentry"304    },305    {306      "bytes": 555,307      "evidence_role": "runtime-state",308      "kind": "yaml",309      "material": false,310      "path": "task_files/dob100-007-detect-checkout-errors/19-kubernetes-pods.yaml",311      "sha256": "2ea63b31b86a6411370685a4e93862dd5a0c246b2b2dddf4a01ff7039ae60081",312      "source": "Kubernetes"313    },314    {315      "bytes": 1817,316      "evidence_role": "runtime-state",317      "kind": "log",318      "material": false,319      "path": "task_files/dob100-007-detect-checkout-errors/20-kubernetes-events.log",320      "sha256": "4fcb5ac1ff50be0dd2e1e3e9d1ea5ccf841a4fa52881bb12166fb44eb1e3ecbd",321      "source": "Kubernetes"322    },323    {324      "bytes": 427,325      "evidence_role": "deployment-state",326      "kind": "json",327      "material": false,328      "path": "task_files/dob100-007-detect-checkout-errors/21-deployment-history.json",329      "sha256": "610a348f23f42cba31ee0b37356f30d79a3b929e83fcb82e35dbc4da84ace0af",330      "source": "deployment platform"331    },332    {333      "bytes": 187,334      "evidence_role": "build-state",335      "kind": "csv",336      "material": false,337      "path": "task_files/dob100-007-detect-checkout-errors/22-ci-runs.csv",338      "sha256": "2d3bcb78b16d49a4c2604f0e0039f2e7adb81c75cec7e8131f007c2b8325dfea",339      "source": "CI platform"340    },341    {342      "bytes": 50,343      "evidence_role": "change-state",344      "kind": "json",345      "material": false,346      "path": "task_files/dob100-007-detect-checkout-errors/23-pull-request-context.json",347      "sha256": "649948db7ce35fa5212273f6cdc01b92f7e5d1760d676b568ddf0d8b9d9653ec",348      "source": "GitHub"349    },350    {351      "bytes": 281,352      "evidence_role": "change-control",353      "kind": "sql",354      "material": false,355      "path": "task_files/dob100-007-detect-checkout-errors/24-migration-state.sql",356      "sha256": "908185242dbe2f48c2aca2c24b6bd311028db89674c7a78fc276ef063badc28d",357      "source": "database change control"358    },359    {360      "bytes": 841,361      "evidence_role": "security",362      "kind": "pdf",363      "material": false,364      "path": "task_files/dob100-007-detect-checkout-errors/25-security-scanner-report.pdf",365      "sha256": "b7e20741ff8240c507b83b1afcbd7ccf251e2e9305c9d92f2335425ae368eee2",366      "source": "security scanner"367    },368    {369      "bytes": 254,370      "evidence_role": "governance",371      "kind": "md",372      "material": false,373      "path": "task_files/dob100-007-detect-checkout-errors/26-approval-policy.md",374      "sha256": "3e8faa0c728d0a8a01ee21a2265f45ae016dd90cdaa37be2797e15773cd8e8fc",375      "source": "change governance"376    },377    {378      "bytes": 213,379      "evidence_role": "lineage",380      "kind": "txt",381      "material": false,382      "path": "task_files/dob100-007-detect-checkout-errors/27-current-versus-stale-notes.txt",383      "sha256": "e83e71c47a2629a8c6e6b5d04887970253e578a4cbaf73a9abb2938cd8ced8d2",384      "source": "evidence custodian"385    },386    {387      "bytes": 2660,388      "evidence_role": "capacity requirement",389      "kind": "pdf",390      "material": false,391      "path": "task_files/dob100-007-detect-checkout-errors/28-change-readiness-standard.pdf",392      "sha256": "02aff826041d3622e2dd8b02729c931f54be4d297aaeaa1ee5121c93e1234a74",393      "source": "Confluence current export"394    },395    {396      "bytes": 311,397      "evidence_role": "vendor lead time and cost",398      "kind": "csv",399      "material": false,400      "path": "task_files/dob100-007-detect-checkout-errors/29-vendor-capacity-order.csv",401      "sha256": "a6974e82ad561335b44a7a24c20131dfd95e81d75d2059ab5a46c9c38678a63c",402      "source": "Atlassian Jira vendor project"403    },404    {405      "bytes": 397,406      "evidence_role": "approval scope",407      "kind": "csv",408      "material": false,409      "path": "task_files/dob100-007-detect-checkout-errors/30-change-approval-record.csv",410      "sha256": "6bb43411d108ee4462d5221a2d6368ede32acf201da6ad93f7548667baaa92f6",411      "source": "Atlassian Jira change advisory"412    },413    {414      "bytes": 414,415      "evidence_role": "capacity exclusion",416      "kind": "json",417      "material": false,418      "path": "task_files/dob100-007-detect-checkout-errors/31-capacity-reservation-register.json",419      "sha256": "a27de73f5791eb7adf9cb46ad29677158a033332347f43bdb9ec1cd25c2cb9e9",420      "source": "Linear"421    },422    {423      "bytes": 260,424      "evidence_role": "independent business need",425      "kind": "json",426      "material": false,427      "path": "task_files/dob100-007-detect-checkout-errors/32-customer-cutover-notice.json",428      "sha256": "2b58d261804e689464d16af92d8014ef31c102724a0fd386306a89d832b45ab6",429      "source": "public status page"430    },431    {432      "bytes": 684,433      "evidence_role": "decision-controlling sandbox export",434      "kind": "json",435      "material": true,436      "material_reason": "the authoritative Jira work item",437      "path": "task_files/dob100-007-detect-checkout-errors/material/01-the-authoritative-jira-work-item.json",438      "query_scope": {439        "key": "DOB-007"440      },441      "sha256": "af56a521cc911c533c231df691b83820eea1cb8a93e1e48848c47a4f261c29a4",442      "source": "the authoritative Jira work item"443    },444    {445      "bytes": 375,446      "evidence_role": "decision-controlling sandbox export",447      "kind": "json",448      "material": true,449      "material_reason": "the cross-tracker link registry",450      "path": "task_files/dob100-007-detect-checkout-errors/material/02-the-cross-tracker-link-registry.json",451      "query_scope": {452        "source": "DOB-007"453      },454      "sha256": "4e624848a634017e9d6b9ebbb7c970efe493b65a6e58a5b140647a8597dfb44c",455      "source": "the cross-tracker link registry"456    },457    {458      "bytes": 538,459      "evidence_role": "decision-controlling sandbox export",460      "kind": "json",461      "material": true,462      "material_reason": "the linked GitHub issue population",463      "path": "task_files/dob100-007-detect-checkout-errors/material/03-the-linked-github-issue-population.json",464      "query_scope": {465        "repo": "novacart/checkout",466        "state": "open"467      },468      "sha256": "761c9093b9473aaae5ef6a27bf6b2309902135d7bfeb5f715365c2c29776d78c",469      "source": "the linked GitHub issue population"470    },471    {472      "bytes": 785,473      "evidence_role": "decision-controlling sandbox export",474      "kind": "json",475      "material": true,476      "material_reason": "the operating-control index",477      "path": "task_files/dob100-007-detect-checkout-errors/material/04-the-operating-control-index.json",478      "query_scope": {479        "query": "DOB-007",480        "space": "OPS"481      },482      "sha256": "365267ef481abd2a87f4a9dd99e009b416d6905656add1ae518de9f2a6261516",483      "source": "the operating-control index"484    },485    {486      "bytes": 1084,487      "evidence_role": "decision-controlling sandbox export",488      "kind": "json",489      "material": true,490      "material_reason": "the exact control revision",491      "path": "task_files/dob100-007-detect-checkout-errors/material/05-the-exact-control-revision.json",492      "query_scope": {493        "page_id": 10007494      },495      "sha256": "9cd0e58b07824a2405bf33b70d24e5375de4b698fcc1e72e36b645c3c18c5925",496      "source": "the exact control revision"497    },498    {499      "bytes": 649,500      "evidence_role": "decision-controlling sandbox export",501      "kind": "json",502      "material": true,503      "material_reason": "the exact control revision",504      "path": "task_files/dob100-007-detect-checkout-errors/material/06-the-exact-control-revision.json",505      "query_scope": {506        "page_id": 11007507      },508      "sha256": "28740733f3660b7044edb12e601104d2b35f03554ac8e4bc0cea4881df50a845",509      "source": "the exact control revision"510    },511    {512      "bytes": 1230,513      "evidence_role": "decision-controlling sandbox export",514      "kind": "json",515      "material": true,516      "material_reason": "the case-room conversation",517      "path": "task_files/dob100-007-detect-checkout-errors/material/07-the-case-room-conversation.json",518      "query_scope": {519        "channel": "case-007-checkout",520        "limit": 50521      },522      "sha256": "24b9516606c143a7b0a544c6a95a1c080ce548dbc1dcaf6a503de26886f489ce",523      "source": "the case-room conversation"524    },525    {526      "bytes": 697,527      "evidence_role": "decision-controlling sandbox export",528      "kind": "json",529      "material": true,530      "material_reason": "the PagerDuty change-event history",531      "path": "task_files/dob100-007-detect-checkout-errors/material/08-the-pagerduty-change-event-history.json",532      "query_scope": {533        "pd_service_id": "PD-DOB-007",534        "since_day": 330535      },536      "sha256": "d430fa43cf653c72ff15082b3a0b897199c612c06fb018826da88071c1152fcb",537      "source": "the PagerDuty change-event history"538    },539    {540      "bytes": 473,541      "evidence_role": "decision-controlling sandbox export",542      "kind": "json",543      "material": true,544      "material_reason": "the current customer-status record",545      "path": "task_files/dob100-007-detect-checkout-errors/material/09-the-current-customer-status-record.json",546      "query_scope": {547        "limit": 20548      },549      "sha256": "ca6d007074ece38e37485e6aca9b1119f75e0fed9a600516593e5328ee1f8737",550      "source": "the current customer-status record"551    },552    {553      "bytes": 1216,554      "evidence_role": "decision-controlling sandbox export",555      "kind": "json",556      "material": true,557      "material_reason": "the current error groups",558      "path": "task_files/dob100-007-detect-checkout-errors/material/10-the-current-error-groups.json",559      "query_scope": {560        "status": "unresolved"561      },562      "sha256": "f0c08728a2674890cde236cf31315146cea5789e19bead8c23b01c7980516616",563      "source": "the current error groups"564    },565    {566      "bytes": 545,567      "evidence_role": "decision-controlling sandbox export",568      "kind": "json",569      "material": true,570      "material_reason": "current service measurements (checkout)",571      "path": "task_files/dob100-007-detect-checkout-errors/material/11-current-service-measurements.json",572      "query_scope": {573        "service": "checkout"574      },575      "sha256": "94be49b3cf7983f59a7e95c69d518634995584d6a21e16d1e700ab665be68aa3",576      "source": "current service measurements"577    },578    {579      "bytes": 1344,580      "evidence_role": "decision-controlling sandbox export",581      "kind": "json",582      "material": true,583      "material_reason": "live feature exposure (checkout)",584      "path": "task_files/dob100-007-detect-checkout-errors/material/12-live-feature-exposure.json",585      "query_scope": {586        "service": "checkout"587      },588      "sha256": "8ab59c9265f689e2f10d95bafdbd7a0f2398813e300718e7b6b632019a2e63f1",589      "source": "live feature exposure"590    },591    {592      "bytes": 652,593      "evidence_role": "decision-controlling sandbox export",594      "kind": "json",595      "material": true,596      "material_reason": "the employee work item",597      "path": "task_files/dob100-007-detect-checkout-errors/material/13-the-employee-work-item.json",598      "query_scope": {599        "key": "OPS-104"600      },601      "sha256": "7a82e39fd782ba3e507d12cdb8b62832d69f2746c46643d1d8f746087696f9eb",602      "source": "the employee work item"603    },604    {605      "bytes": 2296,606      "evidence_role": "decision-controlling sandbox export",607      "kind": "json",608      "material": true,609      "material_reason": "the exact control revision",610      "path": "task_files/dob100-007-detect-checkout-errors/material/14-the-exact-control-revision.json",611      "query_scope": {612        "page_id": 14007613      },614      "sha256": "4d1d5a38dd05133725d2fda87b77c726992748703d895affe6cb7311c04e7f10",615      "source": "the exact control revision"616    },617    {618      "bytes": 711,619      "evidence_role": "decision-controlling sandbox export",620      "kind": "json",621      "material": true,622      "material_reason": "the authoritative Jira work item",623      "path": "task_files/dob100-007-detect-checkout-errors/material/15-the-authoritative-jira-work-item.json",624      "query_scope": {625        "key": "VEND-7"626      },627      "sha256": "069b53d8ee65d9eb6d07e481f1885f2464834845f8606afe6a1ac5d6146fef97",628      "source": "the authoritative Jira work item"629    },630    {631      "bytes": 798,632      "evidence_role": "decision-controlling sandbox export",633      "kind": "json",634      "material": true,635      "material_reason": "the authoritative Jira work item",636      "path": "task_files/dob100-007-detect-checkout-errors/material/16-the-authoritative-jira-work-item.json",637      "query_scope": {638        "key": "CHG-7"639      },640      "sha256": "ae1b54d94a7d7fb2614a6ec61bff4cde2f4034cd264ebca29f5168ac5b7a85ec",641      "source": "the authoritative Jira work item"642    },643    {644      "bytes": 653,645      "evidence_role": "decision-controlling sandbox export",646      "kind": "json",647      "material": true,648      "material_reason": "the linked planning tracker",649      "path": "task_files/dob100-007-detect-checkout-errors/material/17-the-linked-planning-tracker.json",650      "query_scope": {651        "team": "team-checkout"652      },653      "sha256": "735398653fa1d5244e616da312b8f3c44d2ca62a60947f9724e40368b37e0f34",654      "source": "the linked planning tracker"655    },656    {657      "bytes": 1083,658      "evidence_role": "decision-controlling sandbox export",659      "kind": "json",660      "material": true,661      "material_reason": "customer-status history",662      "path": "task_files/dob100-007-detect-checkout-errors/material/18-customer-status-history.json",663      "query_scope": {664        "since_day": 330665      },666      "sha256": "ddcaca130faa2fbba7abe393cb2a58f843573561338a5198de72b40d08a34319",667      "source": "customer-status history"668    },669    {670      "bytes": 1531,671      "evidence_role": "decision-controlling sandbox export",672      "kind": "json",673      "material": true,674      "material_reason": "the current owner register",675      "path": "task_files/dob100-007-detect-checkout-errors/material/19-the-current-owner-register.json",676      "query_scope": {},677      "sha256": "2f8398ec476816b29c5f8daf87e2251b770953ec82095f26d951a1f66f429763",678      "source": "the current owner register"679    },680    {681      "bytes": 972,682      "evidence_role": "decision-controlling sandbox export",683      "kind": "json",684      "material": true,685      "material_reason": "the PagerDuty service catalog",686      "path": "task_files/dob100-007-detect-checkout-errors/material/20-the-pagerduty-service-catalog.json",687      "query_scope": {},688      "sha256": "560b712d0f53922ea3e0b6430c40e80812725baf9f39c4e1e4678860e2ee4261",689      "source": "the PagerDuty service catalog"690    },691    {692      "bytes": 18292,693      "evidence_role": "manifest",694      "kind": "json",695      "material": false,696      "path": "task_files/dob100-007-detect-checkout-errors/51-agent-visible-asset-manifest.json",697      "sha256": "fc59978eff89d1bd30f5ac2a4fb3913a9e868f334553c61dfe7c64a1cb00d573",698      "source": "release builder"699    }700  ],701  "context_files": [702    "task_files/dob100-007-detect-checkout-errors/01-employee-request.md",703    "task_files/dob100-007-detect-checkout-errors/02-jira-work-item.csv",704    "task_files/dob100-007-detect-checkout-errors/03-cross-tracker-links.json",705    "task_files/dob100-007-detect-checkout-errors/04-github-issue.json",706    "task_files/dob100-007-detect-checkout-errors/05-current-operating-control.pdf",707    "task_files/dob100-007-detect-checkout-errors/06-retired-shortcut-note.pdf",708    "task_files/dob100-007-detect-checkout-errors/07-case-room-thread.json",709    "task_files/dob100-007-detect-checkout-errors/08-pagerduty-change-events.csv",710    "task_files/dob100-007-detect-checkout-errors/09-service-owner-register.xlsx",711    "task_files/dob100-007-detect-checkout-errors/10-release-calendar.xlsx",712    "task_files/dob100-007-detect-checkout-errors/11-source-inventory.csv",713    "task_files/dob100-007-detect-checkout-errors/12-request-email.eml",714    "task_files/dob100-007-detect-checkout-errors/13-former-owner-email.eml",715    "task_files/dob100-007-detect-checkout-errors/14-service-catalog.csv",716    "task_files/dob100-007-detect-checkout-errors/15-slo-export.csv",717    "task_files/dob100-007-detect-checkout-errors/16-metrics-export.csv",718    "task_files/dob100-007-detect-checkout-errors/17-observability-log-slice.log",719    "task_files/dob100-007-detect-checkout-errors/18-sentry-issues.json",720    "task_files/dob100-007-detect-checkout-errors/19-kubernetes-pods.yaml",721    "task_files/dob100-007-detect-checkout-errors/20-kubernetes-events.log",722    "task_files/dob100-007-detect-checkout-errors/21-deployment-history.json",723    "task_files/dob100-007-detect-checkout-errors/22-ci-runs.csv",724    "task_files/dob100-007-detect-checkout-errors/23-pull-request-context.json",725    "task_files/dob100-007-detect-checkout-errors/24-migration-state.sql",726    "task_files/dob100-007-detect-checkout-errors/25-security-scanner-report.pdf",727    "task_files/dob100-007-detect-checkout-errors/26-approval-policy.md",728    "task_files/dob100-007-detect-checkout-errors/27-current-versus-stale-notes.txt",729    "task_files/dob100-007-detect-checkout-errors/28-change-readiness-standard.pdf",730    "task_files/dob100-007-detect-checkout-errors/29-vendor-capacity-order.csv",731    "task_files/dob100-007-detect-checkout-errors/30-change-approval-record.csv",732    "task_files/dob100-007-detect-checkout-errors/31-capacity-reservation-register.json",733    "task_files/dob100-007-detect-checkout-errors/32-customer-cutover-notice.json",734    "task_files/dob100-007-detect-checkout-errors/material/01-the-authoritative-jira-work-item.json",735    "task_files/dob100-007-detect-checkout-errors/material/02-the-cross-tracker-link-registry.json",736    "task_files/dob100-007-detect-checkout-errors/material/03-the-linked-github-issue-population.json",737    "task_files/dob100-007-detect-checkout-errors/material/04-the-operating-control-index.json",738    "task_files/dob100-007-detect-checkout-errors/material/05-the-exact-control-revision.json",739    "task_files/dob100-007-detect-checkout-errors/material/06-the-exact-control-revision.json",740    "task_files/dob100-007-detect-checkout-errors/material/07-the-case-room-conversation.json",741    "task_files/dob100-007-detect-checkout-errors/material/08-the-pagerduty-change-event-history.json",742    "task_files/dob100-007-detect-checkout-errors/material/09-the-current-customer-status-record.json",743    "task_files/dob100-007-detect-checkout-errors/material/10-the-current-error-groups.json",744    "task_files/dob100-007-detect-checkout-errors/material/11-current-service-measurements.json",745    "task_files/dob100-007-detect-checkout-errors/material/12-live-feature-exposure.json",746    "task_files/dob100-007-detect-checkout-errors/material/13-the-employee-work-item.json",747    "task_files/dob100-007-detect-checkout-errors/material/14-the-exact-control-revision.json",748    "task_files/dob100-007-detect-checkout-errors/material/15-the-authoritative-jira-work-item.json",749    "task_files/dob100-007-detect-checkout-errors/material/16-the-authoritative-jira-work-item.json",750    "task_files/dob100-007-detect-checkout-errors/material/17-the-linked-planning-tracker.json",751    "task_files/dob100-007-detect-checkout-errors/material/18-customer-status-history.json",752    "task_files/dob100-007-detect-checkout-errors/material/19-the-current-owner-register.json",753    "task_files/dob100-007-detect-checkout-errors/material/20-the-pagerduty-service-catalog.json",754    "task_files/dob100-007-detect-checkout-errors/51-agent-visible-asset-manifest.json"755  ],756  "decision_model": {757    "calculations": [758      {759        "check_id": "correctness.v5_answer_business_need_date",760        "description": "Preserved 2026-03-05 from the published status-page cutover notice as the control date; did not infer urgency from the ticket title.",761        "field": "business_need_date",762        "id": "identify_business_date",763        "milestone_id": "analysis.capacity_plan",764        "weight": 1.0765      },766      {767        "check_id": "correctness.v5_answer_replicas_per_zone",768        "description": "Read 4 healthy replicas per production zone from the DOB-007 change-readiness standard.",769        "field": "replicas_per_zone",770        "id": "read_replicas_per_zone",771        "milestone_id": "analysis.capacity_plan",772        "weight": 1.0773      },774      {775        "check_id": "correctness.v5_answer_production_zones",776        "description": "Read 3 production zones from the PagerDuty scale record for PD-DOB-007.",777        "field": "production_zones",778        "id": "read_production_zones",779        "milestone_id": "analysis.capacity_plan",780        "weight": 1.0781      },782      {783        "check_id": "correctness.v5_answer_required_replicas",784        "description": "Derived 4 per zone x 3 zones = 12 replicas required before the checkout cutover.",785        "field": "required_replicas",786        "id": "derive_plan_requirement",787        "milestone_id": "analysis.capacity_plan",788        "weight": 2.0789      },790      {791        "check_id": "correctness.v5_answer_observed_replicas",792        "description": "Read 13 replicas in the checkout production pool from the PagerDuty scale record.",793        "field": "observed_replicas",794        "id": "read_gross_coverage",795        "milestone_id": "analysis.capacity_plan",796        "weight": 1.0797      },798      {799        "check_id": "correctness.v5_answer_reserved_replicas",800        "description": "Excluded 2 replicas reserved for the analytics-worker freeze in Linear CAP-7.",801        "field": "reserved_replicas",802        "id": "remove_ineligible_coverage",803        "milestone_id": "analysis.capacity_plan",804        "weight": 1.5805      },806      {807        "check_id": "correctness.v5_answer_usable_replicas",808        "description": "Calculated 13 observed - 2 reserved = 11 usable replicas.",809        "field": "usable_replicas",810        "id": "calculate_usable_coverage",811        "milestone_id": "analysis.capacity_plan",812        "weight": 2.0813      },814      {815        "check_id": "correctness.v5_answer_replica_gap",816        "description": "Calculated 12 required - 11 usable = 1 replicas uncovered.",817        "field": "replica_gap",818        "id": "calculate_plan_gap",819        "milestone_id": "analysis.capacity_plan",820        "weight": 2.0821      },822      {823        "check_id": "correctness.v5_answer_quantity_unit",824        "description": "Kept every capacity quantity in replicas.",825        "field": "quantity_unit",826        "id": "preserve_plan_unit",827        "milestone_id": "analysis.capacity_plan",828        "weight": 0.5829      },830      {831        "check_id": "correctness.v5_answer_standard_capacity_date",832        "description": "Read 2026-03-06 as CloudCap's independently confirmed standard delivery date from vendor order VEND-7.",833        "field": "standard_capacity_date",834        "id": "read_standard_external_readiness",835        "milestone_id": "analysis.capacity_plan",836        "weight": 1.0837      },838      {839        "check_id": "correctness.v5_answer_expedited_capacity_date",840        "description": "Read 2026-03-04 as CloudCap's independently confirmed expedited delivery date (USD 600) from vendor order VEND-7.",841        "field": "expedited_capacity_date",842        "id": "read_expedited_external_readiness",843        "milestone_id": "analysis.capacity_plan",844        "weight": 1.0845      },846      {847        "check_id": "correctness.v5_answer_capacity_request_replicas",848        "description": "Bound the vendor request to the 1 uncovered replicas rather than the full 12-replica requirement.",849        "field": "capacity_request_replicas",850        "id": "bound_external_recovery_quantity",851        "milestone_id": "analysis.capacity_plan",852        "weight": 1.0853      },854      {855        "check_id": "correctness.v5_answer_next_change_window",856        "description": "Read the checkout change calendar (2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14) from the current operating control and identified 2026-03-05 as the next window.",857        "field": "next_change_window",858        "id": "identify_safe_window",859        "milestone_id": "analysis.capacity_plan",860        "weight": 1.0861      },862      {863        "check_id": "correctness.v5_answer_standard_plan_completion",864        "description": "Calculated standard_capacity_plan outcome as 2026-03-08: the first change window on or after standard delivery.",865        "field": "standard_plan_completion",866        "id": "compare_baseline_plan",867        "milestone_id": "decision.options",868        "weight": 1.0869      },870      {871        "check_id": "correctness.v5_answer_expedited_plan_completion",872        "description": "Calculated expedite_capacity outcome as 2026-03-05: the first change window on or after expedited delivery.",873        "field": "expedited_plan_completion",874        "id": "compare_accelerated_plan",875        "milestone_id": "decision.options",876        "weight": 1.0877      },878      {879        "check_id": "correctness.v5_answer_reserved_release_completion",880        "description": "Calculated release_reserved_capacity outcome as 2026-03-03 and kept its separate-approval condition.",881        "field": "reserved_release_completion",882        "id": "compare_escalated_plan",883        "milestone_id": "decision.options",884        "weight": 1.0885      },886      {887        "check_id": "correctness.v5_answer_recommended_option",888        "description": "Compared the date, cost and authority of standard_capacity_plan, expedite_capacity and release_reserved_capacity; selected expedite_capacity as the best currently authorised plan under the readiness standard.",889        "field": "recommended_option",890        "id": "choose_task_specific_option",891        "milestone_id": "decision.options",892        "weight": 2.0893      },894      {895        "check_id": "correctness.v5_answer_recommended_outcome_date",896        "description": "Calculated 2026-03-05 as the supported outcome date for expedite_capacity.",897        "field": "recommended_outcome_date",898        "id": "calculate_recommended_outcome",899        "milestone_id": "decision.options",900        "weight": 2.0901      },902      {903        "check_id": "correctness.v5_answer_recommended_incremental_cost_usd",904        "description": "Applied USD 600 as the documented incremental cost of expedite_capacity.",905        "field": "recommended_incremental_cost_usd",906        "id": "calculate_selected_cost",907        "milestone_id": "decision.options",908        "weight": 1.0909      },910      {911        "check_id": "correctness.v5_answer_escalation_approval_required",912        "description": "Recognised that release_reserved_capacity remains outside current authority and needs incident-commander approval beyond CHG-7.",913        "field": "escalation_approval_required",914        "id": "apply_escalation_authority",915        "milestone_id": "decision.options",916        "weight": 1.0917      },918      {919        "check_id": "correctness.v5_answer_approval_reference",920        "description": "Applied change approval CHG-7 only to the authorised expedite_capacity scope.",921        "field": "approval_reference",922        "id": "apply_approval_record",923        "milestone_id": "decision.options",924        "weight": 1.0925      },926      {927        "check_id": "correctness.v5_answer_outcome_vs_control_days",928        "description": "Compared 2026-03-05 with the independent control date 2026-03-05 and calculated a signed variance of +0 day(s).",929        "field": "outcome_vs_control_days",930        "id": "calculate_outcome_variance",931        "milestone_id": "decision.options",932        "weight": 1.5933      },934      {935        "check_id": "correctness.v5_answer_decision_timing_status",936        "description": "Reported ON_TIME; did not relabel a controlled but late result as on time.",937        "field": "decision_timing_status",938        "id": "state_honest_timing_status",939        "milestone_id": "decision.options",940        "weight": 1.0941      }942    ],943    "case_reference": "DOB-007",944    "facts": [945      {946        "id": "authoritative_identity",947        "rubric": "Located DOB-007 for checkout through immutable Jira and GitHub identities and preserved OPS-CONTROL-2026.03 as the effective control.",948        "sources": [949          "jira",950          "github"951        ],952        "statement": "DOB-007 resolves to Jira DOB-007 and GitHub issue #9007 for checkout; the effective control is OPS-CONTROL-2026.03."953      },954      {955        "id": "effective_requirement",956        "rubric": "Derived 12 replicas from 4 per zone x 3 zones, with control date 2026-03-05.",957        "sources": [958          "confluence",959          "pagerduty"960        ],961        "statement": "The readiness standard requires 4 healthy replicas per zone and the PagerDuty scale record shows 3 zones: 12 replicas are required before the 2026-03-05 cutover."962      },963      {964        "id": "eligible_coverage",965        "rubric": "Reconciled 13 observed less 2 reserved to 11 usable replicas and a 1-replica gap.",966        "sources": [967          "pagerduty",968          "linear"969        ],970        "statement": "The pool holds 13 replicas; 2 are reserved for the analytics-worker freeze, leaving 11 usable and a gap of 1."971      },972      {973        "id": "conditional_external_recovery",974        "rubric": "Used CloudCap's confirmed standard and expedited dates as inputs, not as authorisation or as completion dates.",975        "sources": [976          "jira"977        ],978        "statement": "CloudCap vendor order VEND-7 confirms 1 replicas: standard delivery 2026-03-06, expedited delivery 2026-03-04 for USD 600."979      },980      {981        "id": "finite_capacity",982        "rubric": "Applied the published checkout change calendar to derive every plan's completion without using excluded or unapproved scope.",983        "sources": [984          "confluence"985        ],986        "statement": "Change windows for checkout are 2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14; work outside a window needs incident-commander approval."987      },988      {989        "id": "approval_scope",990        "rubric": "Applied CHG-7 only to expedite_capacity and kept release_reserved_capacity outside current authority.",991        "sources": [992          "jira"993        ],994        "statement": "CHG-7 approves the standard and expedited plans within published windows; releasing reserved capacity is outside current authority."995      },996      {997        "id": "business_impact",998        "rubric": "Compared the selected outcome with the 2026-03-05 cutover and reported ON_TIME honestly.",999        "sources": [1000          "status_page",1001          "slack"1002        ],1003        "statement": "The customer cutover is published for 2026-03-05; the recommended plan lands +0 day(s) versus it (ON_TIME)."1004      }1005    ],1006    "mode": "capacity_plan",1007    "options": [1008      {1009        "approval": "AVAILABLE_NOT_RECOMMENDED",1010        "completion": "2026-03-08",1011        "consequence": "Standard delivery only reaches the 2026-03-08 window, 3 day(s) after expedite_capacity, and would land 3 day(s) after the cutover; it is authorised but inferior.",1012        "control_status": "FEASIBLE_WITH_INFERIOR_TRADEOFF",1013        "id": "standard_capacity_plan",1014        "incremental_cost": 0,1015        "label": "standard_capacity_plan: outcome 2026-03-08, incremental cost USD 0, FEASIBLE_WITH_INFERIOR_TRADEOFF",1016        "recommended": false1017      },1018      {1019        "approval": "APPROVED",1020        "completion": "2026-03-05",1021        "consequence": "Expedited CloudCap delivery on 2026-03-04 lands in the 2026-03-05 change window, on the 2026-03-05 cutover date, keeps the 2 reserved replicas untouched, and carries the documented incremental cost of USD 600.",1022        "control_status": "SUPPORTED_AND_APPROVED",1023        "id": "expedite_capacity",1024        "incremental_cost": 600,1025        "label": "expedite_capacity: outcome 2026-03-05, incremental cost USD 600, SUPPORTED_AND_APPROVED",1026        "recommended": true1027      },1028      {1029        "approval": "ADDITIONAL_APPROVAL_REQUIRED",1030        "completion": "2026-03-03",1031        "consequence": "Releasing the 2 replicas reserved for the analytics-worker freeze would cover the 1-replica gap today, but it breaks a reservation another team depends on, needs incident-commander approval beyond CHG-7, and adds the USD 1600 re-provisioning charge.",1032        "control_status": "SEPARATE_APPROVAL_OR_POLICY_EXCEPTION_REQUIRED",1033        "id": "release_reserved_capacity",1034        "incremental_cost": 1600,1035        "label": "release_reserved_capacity: outcome 2026-03-03, incremental cost USD 1600, SEPARATE_APPROVAL_OR_POLICY_EXCEPTION_REQUIRED",1036        "recommended": false1037      }1038    ],1039    "question_id": "DOB-007-capacity-plan",1040    "record": "DOB-007",1041    "revision": "OPS-CONTROL-2026.03",1042    "selected_completion": "2026-03-05",1043    "selected_option": "expedite_capacity",1044    "source_document": "DOB-007 change-readiness standard, CloudCap order VEND-7, change approval CHG-7",1045    "subject": "checkout customer cutover readiness for DOB-007"1046  },1047  "expected": {1048    "answer": {1049      "approval_reference": "CHG-7",1050      "business_need_date": "2026-03-05",1051      "capacity_request_replicas": 1,1052      "decision_timing_status": "ON_TIME",1053      "escalation_approval_required": 1,1054      "expedited_capacity_date": "2026-03-04",1055      "expedited_plan_completion": "2026-03-05",1056      "next_change_window": "2026-03-05",1057      "observed_replicas": 13,1058      "outcome_vs_control_days": 0,1059      "production_zones": 3,1060      "quantity_unit": "replicas",1061      "recommended_incremental_cost_usd": 600,1062      "recommended_option": "expedite_capacity",1063      "recommended_outcome_date": "2026-03-05",1064      "replica_gap": 1,1065      "replicas_per_zone": 4,1066      "required_replicas": 12,1067      "reserved_release_completion": "2026-03-03",1068      "reserved_replicas": 2,1069      "standard_capacity_date": "2026-03-06",1070      "standard_plan_completion": "2026-03-08",1071      "usable_replicas": 111072    },1073    "answer_checks": [1074      {1075        "check_id": "correctness.v5_answer_business_need_date",1076        "description": "Reported business_need_date as '2026-03-05' in the DOB-007-capacity-plan decision record.",1077        "field": "business_need_date",1078        "id": "answer_business_need_date",1079        "milestone_id": "analysis.capacity_plan",1080        "weight": 1.01081      },1082      {1083        "check_id": "correctness.v5_answer_replicas_per_zone",1084        "description": "Reported replicas_per_zone as 4 in the DOB-007-capacity-plan decision record.",1085        "field": "replicas_per_zone",1086        "id": "answer_replicas_per_zone",1087        "milestone_id": "analysis.capacity_plan",1088        "weight": 1.01089      },1090      {1091        "check_id": "correctness.v5_answer_production_zones",1092        "description": "Reported production_zones as 3 in the DOB-007-capacity-plan decision record.",1093        "field": "production_zones",1094        "id": "answer_production_zones",1095        "milestone_id": "analysis.capacity_plan",1096        "weight": 1.01097      },1098      {1099        "check_id": "correctness.v5_answer_required_replicas",1100        "description": "Reported required_replicas as 12 in the DOB-007-capacity-plan decision record.",1101        "field": "required_replicas",1102        "id": "answer_required_replicas",1103        "milestone_id": "analysis.capacity_plan",1104        "weight": 2.01105      },1106      {1107        "check_id": "correctness.v5_answer_observed_replicas",1108        "description": "Reported observed_replicas as 13 in the DOB-007-capacity-plan decision record.",1109        "field": "observed_replicas",1110        "id": "answer_observed_replicas",1111        "milestone_id": "analysis.capacity_plan",1112        "weight": 1.01113      },1114      {1115        "check_id": "correctness.v5_answer_reserved_replicas",1116        "description": "Reported reserved_replicas as 2 in the DOB-007-capacity-plan decision record.",1117        "field": "reserved_replicas",1118        "id": "answer_reserved_replicas",1119        "milestone_id": "analysis.capacity_plan",1120        "weight": 1.51121      },1122      {1123        "check_id": "correctness.v5_answer_usable_replicas",1124        "description": "Reported usable_replicas as 11 in the DOB-007-capacity-plan decision record.",1125        "field": "usable_replicas",1126        "id": "answer_usable_replicas",1127        "milestone_id": "analysis.capacity_plan",1128        "weight": 2.01129      },1130      {1131        "check_id": "correctness.v5_answer_replica_gap",1132        "description": "Reported replica_gap as 1 in the DOB-007-capacity-plan decision record.",1133        "field": "replica_gap",1134        "id": "answer_replica_gap",1135        "milestone_id": "analysis.capacity_plan",1136        "weight": 2.01137      },1138      {1139        "check_id": "correctness.v5_answer_quantity_unit",1140        "description": "Reported quantity_unit as 'replicas' in the DOB-007-capacity-plan decision record.",1141        "field": "quantity_unit",1142        "id": "answer_quantity_unit",1143        "milestone_id": "analysis.capacity_plan",1144        "weight": 0.51145      },1146      {1147        "check_id": "correctness.v5_answer_standard_capacity_date",1148        "description": "Reported standard_capacity_date as '2026-03-06' in the DOB-007-capacity-plan decision record.",1149        "field": "standard_capacity_date",1150        "id": "answer_standard_capacity_date",1151        "milestone_id": "analysis.capacity_plan",1152        "weight": 1.01153      },1154      {1155        "check_id": "correctness.v5_answer_expedited_capacity_date",1156        "description": "Reported expedited_capacity_date as '2026-03-04' in the DOB-007-capacity-plan decision record.",1157        "field": "expedited_capacity_date",1158        "id": "answer_expedited_capacity_date",1159        "milestone_id": "analysis.capacity_plan",1160        "weight": 1.01161      },1162      {1163        "check_id": "correctness.v5_answer_capacity_request_replicas",1164        "description": "Reported capacity_request_replicas as 1 in the DOB-007-capacity-plan decision record.",1165        "field": "capacity_request_replicas",1166        "id": "answer_capacity_request_replicas",1167        "milestone_id": "analysis.capacity_plan",1168        "weight": 1.01169      },1170      {1171        "check_id": "correctness.v5_answer_next_change_window",1172        "description": "Reported next_change_window as '2026-03-05' in the DOB-007-capacity-plan decision record.",1173        "field": "next_change_window",1174        "id": "answer_next_change_window",1175        "milestone_id": "analysis.capacity_plan",1176        "weight": 1.01177      },1178      {1179        "check_id": "correctness.v5_answer_standard_plan_completion",1180        "description": "Reported standard_plan_completion as '2026-03-08' in the DOB-007-capacity-plan decision record.",1181        "field": "standard_plan_completion",1182        "id": "answer_standard_plan_completion",1183        "milestone_id": "decision.options",1184        "weight": 1.01185      },1186      {1187        "check_id": "correctness.v5_answer_expedited_plan_completion",1188        "description": "Reported expedited_plan_completion as '2026-03-05' in the DOB-007-capacity-plan decision record.",1189        "field": "expedited_plan_completion",1190        "id": "answer_expedited_plan_completion",1191        "milestone_id": "decision.options",1192        "weight": 1.01193      },1194      {1195        "check_id": "correctness.v5_answer_reserved_release_completion",1196        "description": "Reported reserved_release_completion as '2026-03-03' in the DOB-007-capacity-plan decision record.",1197        "field": "reserved_release_completion",1198        "id": "answer_reserved_release_completion",1199        "milestone_id": "decision.options",1200        "weight": 1.0

Showing the first 1,200 of 2461 lines. Download the file for the rest.