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 24d agoView on Hugging Face
0likes2.4kdownloads
dob100-013-localize-analytics-errors.json2468 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": 894,145      "evidence_role": "request",146      "kind": "md",147      "material": false,148      "path": "task_files/dob100-013-localize-analytics-errors/01-employee-request.md",149      "sha256": "be061d351c2a9a3fe96494d57530fc6e3e9e3fc1cef4b28d140526045382b893",150      "source": "employee request"151    },152    {153      "bytes": 215,154      "evidence_role": "identity",155      "kind": "csv",156      "material": false,157      "path": "task_files/dob100-013-localize-analytics-errors/02-jira-work-item.csv",158      "sha256": "7759a6fe5a53789717e93b7abecdf811cd0fcbc3c4ea7e69648c38a627e8bd56",159      "source": "Atlassian Jira"160    },161    {162      "bytes": 84,163      "evidence_role": "identity",164      "kind": "json",165      "material": false,166      "path": "task_files/dob100-013-localize-analytics-errors/03-cross-tracker-links.json",167      "sha256": "0e923676e413dcbfd8cb2966692b7ae97761b88ec49ce297ca1f8865c2076042",168      "source": "tracker link registry"169    },170    {171      "bytes": 200,172      "evidence_role": "engineering-signal",173      "kind": "json",174      "material": false,175      "path": "task_files/dob100-013-localize-analytics-errors/04-github-issue.json",176      "sha256": "52f5f7e21e40ac2f53c852e206f9bd8305a7c76db27c019bc78350d73a0a1e92",177      "source": "GitHub"178    },179    {180      "bytes": 1301,181      "evidence_role": "authority",182      "kind": "pdf",183      "material": false,184      "path": "task_files/dob100-013-localize-analytics-errors/05-current-operating-control.pdf",185      "sha256": "666df03df24bebe14777564bd85b82c8225c1909be6ffb84884ec981050569e2",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-013-localize-analytics-errors/06-retired-shortcut-note.pdf",194      "sha256": "c7f02312ca553e6a51dfd2ab7a9af0347bb96af635e83d615b4a08752673f357",195      "source": "Confluence history export"196    },197    {198      "bytes": 926,199      "evidence_role": "conversation",200      "kind": "json",201      "material": false,202      "path": "task_files/dob100-013-localize-analytics-errors/07-case-room-thread.json",203      "sha256": "2cfeccb44448434259dd3a8a368836c24397e60ea3fd96b1b83809fa7094386a",204      "source": "Slack"205    },206    {207      "bytes": 249,208      "evidence_role": "change-history",209      "kind": "csv",210      "material": false,211      "path": "task_files/dob100-013-localize-analytics-errors/08-pagerduty-change-events.csv",212      "sha256": "e14d06f0cb061bb5ce4546ae22085d086bfa0c032a205cf6eb66fc5794632f30",213      "source": "PagerDuty"214    },215    {216      "bytes": 1596,217      "evidence_role": "ownership",218      "kind": "xlsx",219      "material": false,220      "path": "task_files/dob100-013-localize-analytics-errors/09-service-owner-register.xlsx",221      "sha256": "ad20c1cbc82b4ac43da827466d1e3f75d68169ad534d6ddf879cd47f2dad656e",222      "source": "Microsoft Graph workbook"223    },224    {225      "bytes": 1706,226      "evidence_role": "schedule",227      "kind": "xlsx",228      "material": false,229      "path": "task_files/dob100-013-localize-analytics-errors/10-release-calendar.xlsx",230      "sha256": "679d9b278f5f01a2609a697cbd0111152f9bb8c2e6d058d6e5d503b5a4ce0ce0",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-013-localize-analytics-errors/11-source-inventory.csv",239      "sha256": "71aa15a1c6eb49d07298ae9afbb95b3829996ccb87a12e5ed180c8da789b0ffa",240      "source": "case intake"241    },242    {243      "bytes": 398,244      "evidence_role": "request",245      "kind": "eml",246      "material": false,247      "path": "task_files/dob100-013-localize-analytics-errors/12-request-email.eml",248      "sha256": "8ebc4eacb15226ecad00d9ee699cbadaa5b8a358eaecc412c9a06926079d3749",249      "source": "Gmail export"250    },251    {252      "bytes": 384,253      "evidence_role": "conflict",254      "kind": "eml",255      "material": false,256      "path": "task_files/dob100-013-localize-analytics-errors/13-former-owner-email.eml",257      "sha256": "a30e9a5d1fc55c7a6c9a75f5c0bc2c5e5fd039394426736f4a96a248b130f37c",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-013-localize-analytics-errors/14-service-catalog.csv",266      "sha256": "2052f4a145ef74c22fc9f74bba2f438084032b35dd0ef323cf5d283aa9f4aaee",267      "source": "service catalog"268    },269    {270      "bytes": 146,271      "evidence_role": "live-signal",272      "kind": "csv",273      "material": false,274      "path": "task_files/dob100-013-localize-analytics-errors/15-slo-export.csv",275      "sha256": "d6732983e3a5b289ef23c3b3f7148c5bfe8fe7c1bcbc641c88c1616a04a0b444",276      "source": "SLO platform"277    },278    {279      "bytes": 156,280      "evidence_role": "live-signal",281      "kind": "csv",282      "material": false,283      "path": "task_files/dob100-013-localize-analytics-errors/16-metrics-export.csv",284      "sha256": "3d63a9b12715f026d6b808665d04ca8911a6a11a12cac3ff833e6b72633891b2",285      "source": "Prometheus"286    },287    {288      "bytes": 225,289      "evidence_role": "live-signal",290      "kind": "log",291      "material": false,292      "path": "task_files/dob100-013-localize-analytics-errors/17-observability-log-slice.log",293      "sha256": "52b716779cb0109fe646f185e56e3bb92374815a0494dfd7c01b08d3c5b80eb9",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-013-localize-analytics-errors/18-sentry-issues.json",302      "sha256": "f7ada983dd70300903b162934fb2446fb2199f17d4a46cea08bf84d5a96c6905",303      "source": "Sentry"304    },305    {306      "bytes": 892,307      "evidence_role": "runtime-state",308      "kind": "yaml",309      "material": false,310      "path": "task_files/dob100-013-localize-analytics-errors/19-kubernetes-pods.yaml",311      "sha256": "ee092e1fa6aa2fa65366650177ac895168f393982e084f67777ad5a6d69a3931",312      "source": "Kubernetes"313    },314    {315      "bytes": 1817,316      "evidence_role": "runtime-state",317      "kind": "log",318      "material": false,319      "path": "task_files/dob100-013-localize-analytics-errors/20-kubernetes-events.log",320      "sha256": "17c318f3d5f92d5a88743254cb0315cd71ab28c94473d460f6480df1d3fbc37f",321      "source": "Kubernetes"322    },323    {324      "bytes": 443,325      "evidence_role": "deployment-state",326      "kind": "json",327      "material": false,328      "path": "task_files/dob100-013-localize-analytics-errors/21-deployment-history.json",329      "sha256": "e4f2a7244724bd6fa5be39416aa687d4f5d49599be773bccff9a5a71bb8445ee",330      "source": "deployment platform"331    },332    {333      "bytes": 198,334      "evidence_role": "build-state",335      "kind": "csv",336      "material": false,337      "path": "task_files/dob100-013-localize-analytics-errors/22-ci-runs.csv",338      "sha256": "1998c26c3f8e006147e2d4b8bc9e6b7d4dab1b388d7f0ff9a3c5ed254d8b20b7",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-013-localize-analytics-errors/23-pull-request-context.json",347      "sha256": "c92574dbe807e97ac57227affea0122d8052a926fec372897c461500345ec0e0",348      "source": "GitHub"349    },350    {351      "bytes": 21,352      "evidence_role": "change-control",353      "kind": "sql",354      "material": false,355      "path": "task_files/dob100-013-localize-analytics-errors/24-migration-state.sql",356      "sha256": "b8a10ecb9c4ce3714ede3769c1b23d6c36364e5d63e0e7e6cf009089bc2ef554",357      "source": "database change control"358    },359    {360      "bytes": 669,361      "evidence_role": "security",362      "kind": "pdf",363      "material": false,364      "path": "task_files/dob100-013-localize-analytics-errors/25-security-scanner-report.pdf",365      "sha256": "0dcc638be6b3d715f3b3d6d53f7ead1a7d83228602c855d51540ae2cf2377f20",366      "source": "security scanner"367    },368    {369      "bytes": 254,370      "evidence_role": "governance",371      "kind": "md",372      "material": false,373      "path": "task_files/dob100-013-localize-analytics-errors/26-approval-policy.md",374      "sha256": "0805b0920e322b60d6aef05785e83210c380ea2c9f9867b74057f4aed5af46a3",375      "source": "change governance"376    },377    {378      "bytes": 213,379      "evidence_role": "lineage",380      "kind": "txt",381      "material": false,382      "path": "task_files/dob100-013-localize-analytics-errors/27-current-versus-stale-notes.txt",383      "sha256": "bae9f37f14a93cc69772fc801bd56ab8e7027b0f5a5d2c2de021f74bdcc456e7",384      "source": "evidence custodian"385    },386    {387      "bytes": 2695,388      "evidence_role": "capacity requirement",389      "kind": "pdf",390      "material": false,391      "path": "task_files/dob100-013-localize-analytics-errors/28-change-readiness-standard.pdf",392      "sha256": "fa40dae043f9c9b125d4eb1673d6f4b1fae5081be1392188187b62f0f50976e5",393      "source": "Confluence current export"394    },395    {396      "bytes": 329,397      "evidence_role": "vendor lead time and cost",398      "kind": "csv",399      "material": false,400      "path": "task_files/dob100-013-localize-analytics-errors/29-vendor-capacity-order.csv",401      "sha256": "b0e00644556278957e0e113890ef3dce4dead552b70288493ee61e5987f3f2a0",402      "source": "Atlassian Jira vendor project"403    },404    {405      "bytes": 415,406      "evidence_role": "approval scope",407      "kind": "csv",408      "material": false,409      "path": "task_files/dob100-013-localize-analytics-errors/30-change-approval-record.csv",410      "sha256": "2b7a1c6c65fd8b660dd50f00f6a712f54125fd0ecb64559fabf355d690346b98",411      "source": "Atlassian Jira change advisory"412    },413    {414      "bytes": 428,415      "evidence_role": "capacity exclusion",416      "kind": "json",417      "material": false,418      "path": "task_files/dob100-013-localize-analytics-errors/31-capacity-reservation-register.json",419      "sha256": "89a5681e75db4237c6ef0088d6189b989798ca371406491fe6a30ad4b3d8ed45",420      "source": "Linear"421    },422    {423      "bytes": 268,424      "evidence_role": "independent business need",425      "kind": "json",426      "material": false,427      "path": "task_files/dob100-013-localize-analytics-errors/32-customer-cutover-notice.json",428      "sha256": "999624a43072a4b6d9dba672d9559902a013853c32257794b438dc4615cf6f87",429      "source": "public status page"430    },431    {432      "bytes": 692,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-013-localize-analytics-errors/material/01-the-authoritative-jira-work-item.json",438      "query_scope": {439        "key": "DOB-013"440      },441      "sha256": "c2ba055b18820e79ca522bdb7e6f22cfd23dfbf345c4cc019ae109505148b8cc",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-013-localize-analytics-errors/material/02-the-cross-tracker-link-registry.json",451      "query_scope": {452        "source": "DOB-013"453      },454      "sha256": "0900016cd3a4910148b54abd48fac9aa8f62b673d530e277b8a7ad11f1841119",455      "source": "the cross-tracker link registry"456    },457    {458      "bytes": 557,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-013-localize-analytics-errors/material/03-the-linked-github-issue-population.json",464      "query_scope": {465        "repo": "novacart/analytics-worker",466        "state": "open"467      },468      "sha256": "82b8ff8ca827b4a7851df5e5cbbdd086480adb100bb7f9ace7d5b604c772a293",469      "source": "the linked GitHub issue population"470    },471    {472      "bytes": 793,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-013-localize-analytics-errors/material/04-the-operating-control-index.json",478      "query_scope": {479        "query": "DOB-013",480        "space": "OPS"481      },482      "sha256": "600fe1a5d9be323f8316c0b9ced660e153939669568ffd185000973dc9e823d8",483      "source": "the operating-control index"484    },485    {486      "bytes": 1094,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-013-localize-analytics-errors/material/05-the-exact-control-revision.json",492      "query_scope": {493        "page_id": 10013494      },495      "sha256": "a286c7b93d051252709680ca4f05dc5890b0c11821d287588ca17819ab136aad",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-013-localize-analytics-errors/material/06-the-exact-control-revision.json",505      "query_scope": {506        "page_id": 11013507      },508      "sha256": "d966a058ce4af87ad7b6cef9329a24cf1bb1395490644a89be7a9cd7f711b39c",509      "source": "the exact control revision"510    },511    {512      "bytes": 1286,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-013-localize-analytics-errors/material/07-the-case-room-conversation.json",518      "query_scope": {519        "channel": "case-013-analytics-worker",520        "limit": 50521      },522      "sha256": "1f548664265b7498fee182e0a734dc7220b75943176d2179e17703471ccc4a11",523      "source": "the case-room conversation"524    },525    {526      "bytes": 713,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-013-localize-analytics-errors/material/08-the-pagerduty-change-event-history.json",532      "query_scope": {533        "pd_service_id": "PD-DOB-013",534        "since_day": 330535      },536      "sha256": "cf0cd5d06950ac6a576d2b112667845844b953df214d46b57e3bda551ae2a0b3",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-013-localize-analytics-errors/material/09-the-current-customer-status-record.json",546      "query_scope": {547        "limit": 20548      },549      "sha256": "d56d9dcd1fe69d13f9ea70f955d55ea6c09bdc03f6e42b962070f349a91aadb3",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-013-localize-analytics-errors/material/10-the-current-error-groups.json",559      "query_scope": {560        "status": "unresolved"561      },562      "sha256": "5e3dba53e2f6307958fa87ab3daa3a90b3990df7e4634bad442d0f2c93400550",563      "source": "the current error groups"564    },565    {566      "bytes": 527,567      "evidence_role": "decision-controlling sandbox export",568      "kind": "json",569      "material": true,570      "material_reason": "current service logs (analytics-worker)",571      "path": "task_files/dob100-013-localize-analytics-errors/material/11-current-service-logs.json",572      "query_scope": {573        "service": "analytics-worker"574      },575      "sha256": "42bceae50ccc92e241372584ee745066949ac5b73e8626df40ec92c062100b0f",576      "source": "current service logs"577    },578    {579      "bytes": 569,580      "evidence_role": "decision-controlling sandbox export",581      "kind": "json",582      "material": true,583      "material_reason": "current service measurements (analytics-worker)",584      "path": "task_files/dob100-013-localize-analytics-errors/material/12-current-service-measurements.json",585      "query_scope": {586        "service": "analytics-worker"587      },588      "sha256": "cd7574338ce1ae6b1aed2b5a710d6a4f2e1b8a2b782efced4ff7d07acb7e3093",589      "source": "current service measurements"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-013-localize-analytics-errors/material/13-the-employee-work-item.json",598      "query_scope": {599        "key": "OPS-113"600      },601      "sha256": "1e087e33c2ecf9716efb0d849098716a1d0cea906d1112cbe8d442d052525e5b",602      "source": "the employee work item"603    },604    {605      "bytes": 2323,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-013-localize-analytics-errors/material/14-the-exact-control-revision.json",611      "query_scope": {612        "page_id": 14013613      },614      "sha256": "24adde51802459ff5a96c3a7ca78da606e6656d2cfe7fe56466c578279452f67",615      "source": "the exact control revision"616    },617    {618      "bytes": 730,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-013-localize-analytics-errors/material/15-the-authoritative-jira-work-item.json",624      "query_scope": {625        "key": "VEND-13"626      },627      "sha256": "36ce25dbd428d0bf6fce85af392580cba5e1150d6241b9ff4fc100af3f1713f8",628      "source": "the authoritative Jira work item"629    },630    {631      "bytes": 817,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-013-localize-analytics-errors/material/16-the-authoritative-jira-work-item.json",637      "query_scope": {638        "key": "CHG-13"639      },640      "sha256": "890656df3109e20b2d188297553d839f7184b02de54bb41f63b4d85290c19161",641      "source": "the authoritative Jira work item"642    },643    {644      "bytes": 675,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-013-localize-analytics-errors/material/17-the-linked-planning-tracker.json",650      "query_scope": {651        "team": "team-analytics-worker"652      },653      "sha256": "ef93bfc2f60e1aaecec2456624da6a8530cdf8c21cc1b24ebad5cab95c3aa2c1",654      "source": "the linked planning tracker"655    },656    {657      "bytes": 1091,658      "evidence_role": "decision-controlling sandbox export",659      "kind": "json",660      "material": true,661      "material_reason": "customer-status history",662      "path": "task_files/dob100-013-localize-analytics-errors/material/18-customer-status-history.json",663      "query_scope": {664        "since_day": 330665      },666      "sha256": "2ba30764f643f0466cce009b08abf890965bd7a40272c721ba5ab55de8f58776",667      "source": "customer-status history"668    },669    {670      "bytes": 1555,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-013-localize-analytics-errors/material/19-the-current-owner-register.json",676      "query_scope": {},677      "sha256": "f866f30692ed019c0d02229d671cb5d026cce29bdbb62d82d23ede3d3008f4c9",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-013-localize-analytics-errors/material/20-the-pagerduty-service-catalog.json",687      "query_scope": {},688      "sha256": "2ccd3f2987623b0433a87825311d5fb915c5c2f48c5a223e2bade88c21ae172b",689      "source": "the PagerDuty service catalog"690    },691    {692      "bytes": 18345,693      "evidence_role": "manifest",694      "kind": "json",695      "material": false,696      "path": "task_files/dob100-013-localize-analytics-errors/51-agent-visible-asset-manifest.json",697      "sha256": "5330bdf53fa0460685f0e3a510f6a8a5e423a4ace68910b4fad2f6301afdaa72",698      "source": "release builder"699    }700  ],701  "context_files": [702    "task_files/dob100-013-localize-analytics-errors/01-employee-request.md",703    "task_files/dob100-013-localize-analytics-errors/02-jira-work-item.csv",704    "task_files/dob100-013-localize-analytics-errors/03-cross-tracker-links.json",705    "task_files/dob100-013-localize-analytics-errors/04-github-issue.json",706    "task_files/dob100-013-localize-analytics-errors/05-current-operating-control.pdf",707    "task_files/dob100-013-localize-analytics-errors/06-retired-shortcut-note.pdf",708    "task_files/dob100-013-localize-analytics-errors/07-case-room-thread.json",709    "task_files/dob100-013-localize-analytics-errors/08-pagerduty-change-events.csv",710    "task_files/dob100-013-localize-analytics-errors/09-service-owner-register.xlsx",711    "task_files/dob100-013-localize-analytics-errors/10-release-calendar.xlsx",712    "task_files/dob100-013-localize-analytics-errors/11-source-inventory.csv",713    "task_files/dob100-013-localize-analytics-errors/12-request-email.eml",714    "task_files/dob100-013-localize-analytics-errors/13-former-owner-email.eml",715    "task_files/dob100-013-localize-analytics-errors/14-service-catalog.csv",716    "task_files/dob100-013-localize-analytics-errors/15-slo-export.csv",717    "task_files/dob100-013-localize-analytics-errors/16-metrics-export.csv",718    "task_files/dob100-013-localize-analytics-errors/17-observability-log-slice.log",719    "task_files/dob100-013-localize-analytics-errors/18-sentry-issues.json",720    "task_files/dob100-013-localize-analytics-errors/19-kubernetes-pods.yaml",721    "task_files/dob100-013-localize-analytics-errors/20-kubernetes-events.log",722    "task_files/dob100-013-localize-analytics-errors/21-deployment-history.json",723    "task_files/dob100-013-localize-analytics-errors/22-ci-runs.csv",724    "task_files/dob100-013-localize-analytics-errors/23-pull-request-context.json",725    "task_files/dob100-013-localize-analytics-errors/24-migration-state.sql",726    "task_files/dob100-013-localize-analytics-errors/25-security-scanner-report.pdf",727    "task_files/dob100-013-localize-analytics-errors/26-approval-policy.md",728    "task_files/dob100-013-localize-analytics-errors/27-current-versus-stale-notes.txt",729    "task_files/dob100-013-localize-analytics-errors/28-change-readiness-standard.pdf",730    "task_files/dob100-013-localize-analytics-errors/29-vendor-capacity-order.csv",731    "task_files/dob100-013-localize-analytics-errors/30-change-approval-record.csv",732    "task_files/dob100-013-localize-analytics-errors/31-capacity-reservation-register.json",733    "task_files/dob100-013-localize-analytics-errors/32-customer-cutover-notice.json",734    "task_files/dob100-013-localize-analytics-errors/material/01-the-authoritative-jira-work-item.json",735    "task_files/dob100-013-localize-analytics-errors/material/02-the-cross-tracker-link-registry.json",736    "task_files/dob100-013-localize-analytics-errors/material/03-the-linked-github-issue-population.json",737    "task_files/dob100-013-localize-analytics-errors/material/04-the-operating-control-index.json",738    "task_files/dob100-013-localize-analytics-errors/material/05-the-exact-control-revision.json",739    "task_files/dob100-013-localize-analytics-errors/material/06-the-exact-control-revision.json",740    "task_files/dob100-013-localize-analytics-errors/material/07-the-case-room-conversation.json",741    "task_files/dob100-013-localize-analytics-errors/material/08-the-pagerduty-change-event-history.json",742    "task_files/dob100-013-localize-analytics-errors/material/09-the-current-customer-status-record.json",743    "task_files/dob100-013-localize-analytics-errors/material/10-the-current-error-groups.json",744    "task_files/dob100-013-localize-analytics-errors/material/11-current-service-logs.json",745    "task_files/dob100-013-localize-analytics-errors/material/12-current-service-measurements.json",746    "task_files/dob100-013-localize-analytics-errors/material/13-the-employee-work-item.json",747    "task_files/dob100-013-localize-analytics-errors/material/14-the-exact-control-revision.json",748    "task_files/dob100-013-localize-analytics-errors/material/15-the-authoritative-jira-work-item.json",749    "task_files/dob100-013-localize-analytics-errors/material/16-the-authoritative-jira-work-item.json",750    "task_files/dob100-013-localize-analytics-errors/material/17-the-linked-planning-tracker.json",751    "task_files/dob100-013-localize-analytics-errors/material/18-customer-status-history.json",752    "task_files/dob100-013-localize-analytics-errors/material/19-the-current-owner-register.json",753    "task_files/dob100-013-localize-analytics-errors/material/20-the-pagerduty-service-catalog.json",754    "task_files/dob100-013-localize-analytics-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-06 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 3 healthy replicas per production zone from the DOB-013 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-013.",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 3 per zone x 3 zones = 9 replicas required before the analytics-worker 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 10 replicas in the analytics-worker 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 notifications freeze in Linear CAP-13.",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 10 observed - 2 reserved = 8 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 9 required - 8 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-13.",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 1500) from vendor order VEND-13.",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 9-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 analytics-worker 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 1500 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-13.",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-13 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-06 and calculated a signed variance of -1 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-013",944    "facts": [945      {946        "id": "authoritative_identity",947        "rubric": "Located DOB-013 for analytics-worker 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-013 resolves to Jira DOB-013 and GitHub issue #9013 for analytics-worker; the effective control is OPS-CONTROL-2026.03."953      },954      {955        "id": "effective_requirement",956        "rubric": "Derived 9 replicas from 3 per zone x 3 zones, with control date 2026-03-06.",957        "sources": [958          "confluence",959          "pagerduty"960        ],961        "statement": "The readiness standard requires 3 healthy replicas per zone and the PagerDuty scale record shows 3 zones: 9 replicas are required before the 2026-03-06 cutover."962      },963      {964        "id": "eligible_coverage",965        "rubric": "Reconciled 10 observed less 2 reserved to 8 usable replicas and a 1-replica gap.",966        "sources": [967          "pagerduty",968          "linear"969        ],970        "statement": "The pool holds 10 replicas; 2 are reserved for the notifications freeze, leaving 8 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-13 confirms 1 replicas: standard delivery 2026-03-06, expedited delivery 2026-03-04 for USD 1500."979      },980      {981        "id": "finite_capacity",982        "rubric": "Applied the published analytics-worker change calendar to derive every plan's completion without using excluded or unapproved scope.",983        "sources": [984          "confluence"985        ],986        "statement": "Change windows for analytics-worker 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-13 only to expedite_capacity and kept release_reserved_capacity outside current authority.",991        "sources": [992          "jira"993        ],994        "statement": "CHG-13 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-06 cutover and reported ON_TIME honestly.",999        "sources": [1000          "status_page",1001          "slack"1002        ],1003        "statement": "The customer cutover is published for 2026-03-06; the recommended plan lands -1 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 2 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, 1 day(s) ahead of the 2026-03-06 cutover, keeps the 2 reserved replicas untouched, and carries the documented incremental cost of USD 1500.",1022        "control_status": "SUPPORTED_AND_APPROVED",1023        "id": "expedite_capacity",1024        "incremental_cost": 1500,1025        "label": "expedite_capacity: outcome 2026-03-05, incremental cost USD 1500, 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 notifications freeze would cover the 1-replica gap today, but it breaks a reservation another team depends on, needs incident-commander approval beyond CHG-13, and adds the USD 1800 re-provisioning charge.",1032        "control_status": "SEPARATE_APPROVAL_OR_POLICY_EXCEPTION_REQUIRED",1033        "id": "release_reserved_capacity",1034        "incremental_cost": 1800,1035        "label": "release_reserved_capacity: outcome 2026-03-03, incremental cost USD 1800, SEPARATE_APPROVAL_OR_POLICY_EXCEPTION_REQUIRED",1036        "recommended": false1037      }1038    ],1039    "question_id": "DOB-013-capacity-plan",1040    "record": "DOB-013",1041    "revision": "OPS-CONTROL-2026.03",1042    "selected_completion": "2026-03-05",1043    "selected_option": "expedite_capacity",1044    "source_document": "DOB-013 change-readiness standard, CloudCap order VEND-13, change approval CHG-13",1045    "subject": "analytics-worker customer cutover readiness for DOB-013"1046  },1047  "expected": {1048    "answer": {1049      "approval_reference": "CHG-13",1050      "business_need_date": "2026-03-06",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": 10,1058      "outcome_vs_control_days": -1,1059      "production_zones": 3,1060      "quantity_unit": "replicas",1061      "recommended_incremental_cost_usd": 1500,1062      "recommended_option": "expedite_capacity",1063      "recommended_outcome_date": "2026-03-05",1064      "replica_gap": 1,1065      "replicas_per_zone": 3,1066      "required_replicas": 9,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": 81072    },1073    "answer_checks": [1074      {1075        "check_id": "correctness.v5_answer_business_need_date",1076        "description": "Reported business_need_date as '2026-03-06' in the DOB-013-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 3 in the DOB-013-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-013-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 9 in the DOB-013-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 10 in the DOB-013-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-013-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 8 in the DOB-013-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-013-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-013-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-013-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-013-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-013-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-013-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-013-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-013-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-013-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 2468 lines. Download the file for the rest.