diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/08-the-pagerduty-change-event-history.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/08-the-pagerduty-change-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..f768cfa5880ec2241d863c87a148863bd285d7ae --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/08-the-pagerduty-change-event-history.json @@ -0,0 +1,24 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "pd_service_id": "PD-DOB-019", + "since_day": 330 + }, + "records": [ + { + "change_id": 5, + "day": 418, + "pd_service_id": "PD-DOB-019", + "summary": "Scaled the catalog production pool to 7 replicas across 3 zones (DOB-019 capacity baseline)" + }, + { + "change_id": 4, + "day": 419, + "pd_service_id": "PD-DOB-019", + "summary": "DOB-019 intake evidence for catalog; outcome not yet established" + } + ], + "source": "the PagerDuty change-event history" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/09-the-current-customer-status-record.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/09-the-current-customer-status-record.json new file mode 100644 index 0000000000000000000000000000000000000000..0a71d084de6edd0c1b19be7884c87dde9c988c44 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/09-the-current-customer-status-record.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "limit": 20 + }, + "records": [ + { + "body": "Catalog read replica maintenance completed with no customer impact.", + "post_id": 1, + "state": "resolved", + "title": "Scheduled maintenance completed" + } + ], + "source": "the current customer-status record" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/10-current-service-logs.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/10-current-service-logs.json new file mode 100644 index 0000000000000000000000000000000000000000..cf621820009af7e85d614738f0aad020322bf29a --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/10-current-service-logs.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "catalog" + }, + "records": [ + { + "environment": "production", + "level": "WARN", + "log_id": 9018, + "message": "pricing loop issued 312 sequential price lookups for 312 products (batch_pricing_enabled=false); p99 645ms", + "service": "catalog" + } + ], + "source": "current service logs" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/11-live-traffic-allocation.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/11-live-traffic-allocation.json new file mode 100644 index 0000000000000000000000000000000000000000..e6864707dc7063a60db33c83c57ad01667ac41cf --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/11-live-traffic-allocation.json @@ -0,0 +1,21 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "catalog" + }, + "records": [ + { + "error_rate_pct": 0.2, + "failed_requests_per_min": 31.2, + "latency_p99_ms": 645.0, + "route": "GET /products", + "route_id": 9207, + "rps": 260, + "service": "catalog", + "share_pct": 100 + } + ], + "source": "live traffic allocation" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/12-change-history.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/12-change-history.json new file mode 100644 index 0000000000000000000000000000000000000000..24a265369fc2ee5ca22ffaa6f2bb60a6ef60e82a --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/12-change-history.json @@ -0,0 +1,211 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "catalog" + }, + "records": [ + { + "additions": 11, + "author": "Sam Whitfield", + "day": 413, + "deletions": 3, + "files": "src/catalog/pricing.py", + "message": "catalog: listing latency regression on large categories", + "service": "catalog", + "sha": "23f6c07" + }, + { + "additions": 6, + "author": "Ravi Shah", + "day": 403, + "deletions": 4, + "files": "src/catalog/repository.py", + "message": "catalog: category pages showing 200 SKUs by default", + "service": "catalog", + "sha": "9df0b23" + }, + { + "additions": 9, + "author": "Sam Whitfield", + "day": 390, + "deletions": 12, + "files": "src/catalog/pricing.py", + "message": "catalog: gate batched pricing off until the parity gap is closed", + "service": "catalog", + "sha": "70e1fa3" + }, + { + "additions": 14, + "author": "Sam Whitfield", + "day": 385, + "deletions": 6, + "files": "src/catalog/pricing.py", + "message": "catalog: parity harness found a rounding gap in batched pricing", + "service": "catalog", + "sha": "27ca5e8" + }, + { + "additions": 7, + "author": "Ravi Shah", + "day": 374, + "deletions": 2, + "files": "db/migrations/0012_product_price_tier_index.sql", + "message": "catalog: reindex price table after the tier backfill", + "service": "catalog", + "sha": "9741ac6" + }, + { + "additions": 31, + "author": "Sam Whitfield", + "day": 359, + "deletions": 8, + "files": "src/catalog/pricing.py", + "message": "catalog: parity harness comparing batched and per-row pricing", + "service": "catalog", + "sha": "0e4c97b" + }, + { + "additions": 2, + "author": "Ravi Shah", + "day": 348, + "deletions": 2, + "files": "src/catalog/models.py", + "message": "catalog: cut v1.9.2", + "service": "catalog", + "sha": "6ad91cb" + }, + { + "additions": 12, + "author": "Sam Whitfield", + "day": 337, + "deletions": 6, + "files": "src/catalog/pricing.py", + "message": "catalog: batch pricing enabled in staging for parity testing", + "service": "catalog", + "sha": "c62a904" + }, + { + "additions": 15, + "author": "Sam Whitfield", + "day": 327, + "deletions": 7, + "files": "src/catalog/pricing.py", + "message": "catalog: skip products with no price row instead of returning nulls", + "service": "catalog", + "sha": "cd108b6" + }, + { + "additions": 2, + "author": "Ravi Shah", + "day": 317, + "deletions": 2, + "files": "src/catalog/repository.py", + "message": "catalog: cut v1.9.0", + "service": "catalog", + "sha": "b7495ea" + }, + { + "additions": 21, + "author": "Sam Whitfield", + "day": 306, + "deletions": 47, + "files": "src/catalog/pricing.py,src/catalog/repository.py", + "message": "catalog: revert 'inline price lookup in the listing query'", + "service": "catalog", + "sha": "a05be64" + }, + { + "additions": 16, + "author": "Ravi Shah", + "day": 297, + "deletions": 2, + "files": "src/catalog/repository.py", + "message": "catalog: explain-analyze notes for the listing query", + "service": "catalog", + "sha": "62be9d1" + }, + { + "additions": 2, + "author": "Sam Whitfield", + "day": 286, + "deletions": 2, + "files": "src/catalog/models.py", + "message": "catalog: cut v1.8.0", + "service": "catalog", + "sha": "3079eac" + }, + { + "additions": 5, + "author": "Ravi Shah", + "day": 276, + "deletions": 1, + "files": "db/migrations/0012_product_price_tier_index.sql", + "message": "catalog: vacuum settings note for the price table", + "service": "catalog", + "sha": "1b96e2f" + }, + { + "additions": 15, + "author": "Sam Whitfield", + "day": 266, + "deletions": 9, + "files": "src/catalog/repository.py", + "message": "catalog: fetch_prices_bulk returns a dict keyed by product id", + "service": "catalog", + "sha": "e05c2f9" + }, + { + "additions": 2, + "author": "Ravi Shah", + "day": 254, + "deletions": 2, + "files": "src/catalog/pricing.py", + "message": "catalog: cut v1.7.0", + "service": "catalog", + "sha": "50cd671" + }, + { + "additions": 13, + "author": "Sam Whitfield", + "day": 243, + "deletions": 5, + "files": "src/catalog/models.py", + "message": "catalog: effective price prefers sale when it is lower", + "service": "catalog", + "sha": "6ac8de1" + }, + { + "additions": 12, + "author": "Ravi Shah", + "day": 233, + "deletions": 18, + "files": "src/catalog/repository.py,src/catalog/models.py", + "message": "catalog: chore: tidy imports across the package", + "service": "catalog", + "sha": "60c19fa" + }, + { + "additions": 14, + "author": "Sam Whitfield", + "day": 222, + "deletions": 2, + "files": "src/catalog/pricing.py", + "message": "catalog: price_single helper for the admin console", + "service": "catalog", + "sha": "d73e802" + }, + { + "additions": 13, + "author": "Ravi Shah", + "day": 210, + "deletions": 2, + "files": "src/catalog/repository.py", + "message": "catalog: connection pool sizing notes", + "service": "catalog", + "sha": "bf6a341" + } + ], + "source": "change history" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/13-current-service-measurements.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/13-current-service-measurements.json new file mode 100644 index 0000000000000000000000000000000000000000..5d50d0456d717971e3db90fd981a5256ee0082a7 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/13-current-service-measurements.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "catalog" + }, + "records": [ + { + "environment": "production", + "metric": "error_rate_pct", + "service": "catalog", + "value": 0.2 + }, + { + "environment": "production", + "metric": "latency_p99_ms", + "service": "catalog", + "value": 645.0 + } + ], + "source": "current service measurements" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/14-the-exact-control-revision.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/14-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..ba33a9858810f2656472bc5ff56fd12c8bb370f9 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/14-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 14019 + }, + "records": { + "body": "Change-readiness standard for DOB-019 (catalog), effective under OPS-CONTROL-2026.03. Before the catalog cutover is declared ready, the production pool must hold 2 healthy serving replicas in every production zone. The zone count and the current pool size are the PagerDuty scale record for PD-DOB-019; replicas reserved for another team's freeze in the Linear capacity register (CAP-19) are not usable. Any shortfall is covered only by confirmed CloudCap capacity (Jira order VEND-19) and becomes effective in the next published change window on the current operating control page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the customer cutover date published on the status page; if no authorised plan meets it, choose the earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working outside a change window needs incident-commander approval beyond change approval CHG-19. Record the plan as the reconciliation answer to question DOB-019-capacity-plan: a JSON object with the keys business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion, expedited_plan_completion, reserved_release_completion, recommended_option, recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO (YYYY-MM-DD); the unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover (positive means late); decision_timing_status is ON_TIME or LATE.", + "last_updated_day": 420, + "page_id": 14019, + "space": "OPS", + "stale": 0, + "title": "DOB-019 change-readiness standard for catalog" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/15-the-authoritative-jira-work-item.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/15-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..819a00a779213d73e22f82f59595c010e4b00e9e --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/15-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "VEND-19" + }, + "records": { + "assignee": "procurement", + "component": "catalog", + "created_day": 416, + "issue_type": "Vendor Order", + "key": "VEND-19", + "links": [], + "priority": "Medium", + "project": "VEND", + "resolution": "Confirmed", + "status": "Done", + "summary": "CloudCap capacity order for DOB-019: 1 catalog replicas, standard delivery 2026-03-06, expedited delivery 2026-03-04 for USD 1350", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/16-the-authoritative-jira-work-item.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/16-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..6073058d3d6dfda431d4d2d507fe73bc84f48db6 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/16-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "CHG-19" + }, + "records": { + "assignee": "change-advisory", + "component": "catalog", + "created_day": 417, + "issue_type": "Change", + "key": "CHG-19", + "links": [], + "priority": "Medium", + "project": "CHG", + "resolution": "Approved", + "status": "Done", + "summary": "Change approval CHG-19 for DOB-019: the standard and expedited CloudCap capacity plans for catalog are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/17-the-linked-planning-tracker.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/17-the-linked-planning-tracker.json new file mode 100644 index 0000000000000000000000000000000000000000..2996136fbff21204fc767762b78699a97870af41 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/17-the-linked-planning-tracker.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "team": "team-catalog" + }, + "records": [ + { + "created_day": 417, + "identifier": "CAP-19", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-catalog", + "title": "2 catalog replicas reserved for the checkout freeze until 2026-03-10; early release needs incident-commander approval and a USD 2000 re-provisioning charge (DOB-019)" + } + ], + "source": "the linked planning tracker" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/18-customer-status-history.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/18-customer-status-history.json new file mode 100644 index 0000000000000000000000000000000000000000..135e7ced75d6c9de733f3a299836cd46f202ce8e --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/18-customer-status-history.json @@ -0,0 +1,43 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "since_day": 330 + }, + "records": [ + { + "impact": "major", + "linked_incident": 5101, + "post_id": 7001, + "published_day": 412, + "state": "resolved", + "title": "Degraded checkout performance" + }, + { + "impact": "minor", + "linked_incident": 5102, + "post_id": 7002, + "published_day": 415, + "state": "monitoring", + "title": "Elevated error rates on payments" + }, + { + "impact": "major", + "linked_incident": 5103, + "post_id": 7003, + "published_day": 417, + "state": "resolved", + "title": "API latency affecting some customers" + }, + { + "impact": "none", + "linked_incident": null, + "post_id": 13019, + "published_day": 419, + "state": "scheduled", + "title": "DOB-019: catalog cutover scheduled for 2026-03-07" + } + ], + "source": "customer-status history" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/19-the-current-owner-register.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/19-the-current-owner-register.json new file mode 100644 index 0000000000000000000000000000000000000000..e8dc5df38570fa9fe952c14b291417c2ac99f6b7 --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/19-the-current-owner-register.json @@ -0,0 +1,57 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 1, + "service_label": "Checkout (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 2, + "service_label": "Payments (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 210, + "owning_team": "Discovery Squad", + "row_id": 3, + "service_label": "Search (growth)", + "slack_channel": "#growth", + "week_start": "sunday" + }, + { + "last_reviewed_day": 180, + "owning_team": "Edge Team", + "row_id": 4, + "service_label": "Gateway (platform)", + "slack_channel": "#edge", + "week_start": "sunday" + }, + { + "last_reviewed_day": 355, + "owning_team": "Commerce Platform", + "row_id": 5, + "service_label": "Inventory (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 419, + "owning_team": "team-catalog", + "row_id": 12019, + "service_label": "catalog", + "slack_channel": "case-019-catalog", + "week_start": "monday" + } + ], + "source": "the current owner register" +} diff --git a/task_files/dob100-019-rca-catalog-n-plus-one/material/20-the-pagerduty-service-catalog.json b/task_files/dob100-019-rca-catalog-n-plus-one/material/20-the-pagerduty-service-catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..527d0cbf9b88b595f0c9b6580fdaf8dd87b38b6a --- /dev/null +++ b/task_files/dob100-019-rca-catalog-n-plus-one/material/20-the-pagerduty-service-catalog.json @@ -0,0 +1,39 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-019", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "escalation_policy": "EP-Commerce", + "name": "checkout-api", + "pd_service_id": "PSVC001", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "payments-api", + "pd_service_id": "PSVC002", + "status": "active" + }, + { + "escalation_policy": "EP-Platform", + "name": "edge-gateway", + "pd_service_id": "PSVC003", + "status": "active" + }, + { + "escalation_policy": "EP-Growth", + "name": "search-svc", + "pd_service_id": "PSVC004", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "inventory-api", + "pd_service_id": "PSVC005", + "status": "active" + } + ], + "source": "the PagerDuty service catalog" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/01-employee-request.md b/task_files/dob100-020-rca-notifications-timeout/01-employee-request.md new file mode 100644 index 0000000000000000000000000000000000000000..a0e9b8f0d54928365a2fd78bd61b89b9e5f400a1 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/01-employee-request.md @@ -0,0 +1 @@ +Notification delivery failures. The incident record describes the visible effect, but it does not establish whether the apparent owner, a dependency, or the deployed configuration is responsible. For notifications, the affected business boundary includes receipts, retry policy, delivery templates, and downstream messaging reliability. The disputed mechanism is deadline propagation, downstream waiting, retry amplification, and request cancellation. Work through the conflicting records, preserve genuine uncertainty, and state the supported operational conclusion in ordinary language. That finding is the release gate for the 2026-03-08 recovery of notifications, so the diagnosis and the readiness decision must describe the same operating reality. Can it make that date without taking capacity protected for another team, and is standard supply, paid expedite, or an exception the defensible tradeoff? Leave the dated, costed recommendation where the incoming owner can verify it. diff --git a/task_files/dob100-020-rca-notifications-timeout/02-jira-work-item.csv b/task_files/dob100-020-rca-notifications-timeout/02-jira-work-item.csv new file mode 100644 index 0000000000000000000000000000000000000000..8543c060e75403f4300be677dc49330dec22be9b --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/02-jira-work-item.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +on-call,notifications,414,Task,DOB-020,High,DOB,,In Progress,"This is an investigation, not a change.",420 diff --git a/task_files/dob100-020-rca-notifications-timeout/03-cross-tracker-links.json b/task_files/dob100-020-rca-notifications-timeout/03-cross-tracker-links.json new file mode 100644 index 0000000000000000000000000000000000000000..da4b8f130eb39cc26833363a9b164435e78b2d29 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/03-cross-tracker-links.json @@ -0,0 +1,7 @@ +[ + { + "kind": "relates", + "source": "DOB-020", + "target": "GH-9020" + } +] diff --git a/task_files/dob100-020-rca-notifications-timeout/04-github-issue.json b/task_files/dob100-020-rca-notifications-timeout/04-github-issue.json new file mode 100644 index 0000000000000000000000000000000000000000..4692e16984626b42fa9317204acd3c7d2324d38a --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/04-github-issue.json @@ -0,0 +1,8 @@ +{ + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9020, + "repo": "novacart/notifications", + "state": "open", + "title": "Operational evidence for DOB-020" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/05-current-operating-control.pdf b/task_files/dob100-020-rca-notifications-timeout/05-current-operating-control.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d8cfb9abc47cd1401e9bf4efbd10e52ea7e8077a --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/05-current-operating-control.pdf @@ -0,0 +1,44 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 746 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Control OPS-CONTROL-2026.03 is effective for DOB-020 and supersedes OPS-CONTROL-2025.11. Establish) Tj +T* (identity across Jira and the linked GitHub issue, compare the case-room report with live operational) Tj +T* (records, follow task-specific approval and rollout controls, and verify writes from the system of) Tj +T* (record. This page defines evidence precedence; it does not contain the task's conclusion. Change) Tj +T* (windows for notifications: 2026-03-04, 2026-03-07, 2026-03-10, 2026-03-13 at 14:00Z; work outside) Tj +T* (these windows requires incident-commander approval. Vendor capacity order VEND-20 and change) Tj +T* (approval CHG-20 are the authoritative records for the cutover capacity plan.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000001044 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +1114 +%%EOF diff --git a/task_files/dob100-020-rca-notifications-timeout/06-retired-shortcut-note.pdf b/task_files/dob100-020-rca-notifications-timeout/06-retired-shortcut-note.pdf new file mode 100644 index 0000000000000000000000000000000000000000..278bfdb7c9586fc4f7d341b3f3b1b322315ef4df --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/06-retired-shortcut-note.pdf @@ -0,0 +1,40 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 276 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Retired control OPS-CONTROL-2025.11 for DOB-020. This draft recommends trusting the first alert and) Tj +T* (closing the tracker after a single-system check. It is retained for audit history and was superseded) Tj +T* (by OPS-CONTROL-2026.03.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000574 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +644 +%%EOF diff --git a/task_files/dob100-020-rca-notifications-timeout/07-case-room-thread.json b/task_files/dob100-020-rca-notifications-timeout/07-case-room-thread.json new file mode 100644 index 0000000000000000000000000000000000000000..65f4455e6eb5ab7a46ad08f6a0e92c623ccb6709 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/07-case-room-thread.json @@ -0,0 +1,26 @@ +[ + { + "author": "release-manager", + "body": "Please resolve DOB-020. The Jira state is only intake; confirm the live systems.", + "channel": "case-020-notifications", + "message_id": 7 + }, + { + "author": "on-call", + "body": "For notifications, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-020-notifications", + "message_id": 8 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-020-notifications", + "message_id": 9 + }, + { + "author": "customer-success", + "body": "The notifications cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-020-notifications", + "message_id": 10 + } +] diff --git a/task_files/dob100-020-rca-notifications-timeout/08-pagerduty-change-events.csv b/task_files/dob100-020-rca-notifications-timeout/08-pagerduty-change-events.csv new file mode 100644 index 0000000000000000000000000000000000000000..5168eaceeb52be16531efa5688b11dc4889d6ba5 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/08-pagerduty-change-events.csv @@ -0,0 +1,3 @@ +change_id,day,pd_service_id,summary +4,419,PD-DOB-020,DOB-020 intake evidence for notifications; outcome not yet established +5,418,PD-DOB-020,Scaled the notifications production pool to 8 replicas across 4 zones (DOB-020 capacity baseline) diff --git a/task_files/dob100-020-rca-notifications-timeout/09-service-owner-register.xlsx b/task_files/dob100-020-rca-notifications-timeout/09-service-owner-register.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..3e0edad75b9d1032a9293004282f8306c19e2baf Binary files /dev/null and b/task_files/dob100-020-rca-notifications-timeout/09-service-owner-register.xlsx differ diff --git a/task_files/dob100-020-rca-notifications-timeout/10-release-calendar.xlsx b/task_files/dob100-020-rca-notifications-timeout/10-release-calendar.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..6d444d58c0ef50e28cebf4794e1fa1298126f674 Binary files /dev/null and b/task_files/dob100-020-rca-notifications-timeout/10-release-calendar.xlsx differ diff --git a/task_files/dob100-020-rca-notifications-timeout/11-source-inventory.csv b/task_files/dob100-020-rca-notifications-timeout/11-source-inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..b138e3a52c55d88f012500fcd7846ba15cc9ca1e --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/11-source-inventory.csv @@ -0,0 +1,7 @@ +case_id,source,status +DOB-020,Jira,inspect +DOB-020,GitHub,inspect +DOB-020,Confluence,inspect +DOB-020,Slack,inspect +DOB-020,PagerDuty,inspect +DOB-020,live service,inspect diff --git a/task_files/dob100-020-rca-notifications-timeout/12-request-email.eml b/task_files/dob100-020-rca-notifications-timeout/12-request-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..a9641e8fe40fc089f27a3aaabdc4b1ef645b017d --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/12-request-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Please resolve DOB-020 +Message-ID: +X-Work-Item: DOB-020 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +The tracker captures intake only. Reconcile the live systems and leave an auditable handoff; do not follow a copied runbook blindly. diff --git a/task_files/dob100-020-rca-notifications-timeout/13-former-owner-email.eml b/task_files/dob100-020-rca-notifications-timeout/13-former-owner-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..e3e19008dd602ce4d27bd3c0249cd3422b826914 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/13-former-owner-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Old suggestion for DOB-020 +Message-ID: +X-Work-Item: DOB-020 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +I previously used OPS-CONTROL-2025.11. That may no longer be valid, and I did not verify today's production state. diff --git a/task_files/dob100-020-rca-notifications-timeout/14-service-catalog.csv b/task_files/dob100-020-rca-notifications-timeout/14-service-catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..6182c32033676d633895ba19cc637b2b746e9e0b --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/14-service-catalog.csv @@ -0,0 +1,11 @@ +case_id,description,kind,language,name,repo_version,service_id,team,tier +DOB-020,"Customer-facing storefront (Next.js): browse, cart, checkout UI.",frontend,typescript,storefront-web,v3.2.4,9001,growth,1 +DOB-020,"Public API edge: routing, auth, rate limiting, traffic weighting.",backend,go,api-gateway,v5.1.0,9002,platform,1 +DOB-020,"Product catalog, pricing, and merchandising.",backend,python,catalog,v1.9.2,9003,commerce,2 +DOB-020,Cart and checkout orchestration.,backend,python,checkout,v2.6.3,9004,commerce,1 +DOB-020,"Payment capture, refunds, and settlement.",backend,python,payments,v2.7.0,9005,commerce,1 +DOB-020,Email/SMS/push notification delivery.,worker,python,notifications,v1.4.8,9006,platform,2 +DOB-020,Product search and ranking.,backend,python,search,v3.0.5,9007,growth,2 +DOB-020,"Stock levels, reservations, and warehouse sync.",backend,java,inventory,v4.3.1,9008,commerce,2 +DOB-020,Product imagery and video delivery from the object store.,backend,python,media-service,v0.9.4,9009,growth,3 +DOB-020,Consumes the event queue and builds analytics rollups.,worker,python,analytics-worker,v2.1.7,9010,platform,3 diff --git a/task_files/dob100-020-rca-notifications-timeout/15-slo-export.csv b/task_files/dob100-020-rca-notifications-timeout/15-slo-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..44e8ea10ee6f25d80cd9a18cb23336ae7ba84055 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/15-slo-export.csv @@ -0,0 +1,2 @@ +case_id,description,metric,service,slo_id,threshold +DOB-020,Notification delivery succeeds 98.5% of the time.,error_rate_pct,notifications,9510,1.5 diff --git a/task_files/dob100-020-rca-notifications-timeout/16-metrics-export.csv b/task_files/dob100-020-rca-notifications-timeout/16-metrics-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..970c68d21ff9b19a8e8007a052894d2dc94f1632 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/16-metrics-export.csv @@ -0,0 +1,3 @@ +case_id,environment,metric,service,value +DOB-020,production,error_rate_pct,notifications,3.6 +DOB-020,production,latency_p99_ms,notifications,240.0 diff --git a/task_files/dob100-020-rca-notifications-timeout/17-observability-log-slice.log b/task_files/dob100-020-rca-notifications-timeout/17-observability-log-slice.log new file mode 100644 index 0000000000000000000000000000000000000000..d3438717e1040d499e20ed9427fe26b2a752c17f --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/17-observability-log-slice.log @@ -0,0 +1,2 @@ +{"case_id": "DOB-020", "environment": "production", "level": "INFO", "log_id": 9017, "message": "delivery queue healthy; smtp_pool=8", "service": "notifications"} +{"case_id": "DOB-020", "environment": "production", "level": "ERROR", "log_id": 9022, "message": "outbound SMTP call hung indefinitely; smtp_timeout_ms=0 (no timeout configured)", "service": "notifications"} diff --git a/task_files/dob100-020-rca-notifications-timeout/18-sentry-issues.json b/task_files/dob100-020-rca-notifications-timeout/18-sentry-issues.json new file mode 100644 index 0000000000000000000000000000000000000000..fbda2b259e7eb697544bd30d31799f4d080440fc --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/18-sentry-issues.json @@ -0,0 +1,49 @@ +{ + "case_id": "DOB-020", + "issues": [ + { + "events": 2317, + "first_seen_day": 410, + "issue_id": "CHECKOUT-1A", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TypeError: NoneType has no attribute 'amount'", + "users_affected": 890 + }, + { + "events": 1904, + "first_seen_day": 409, + "issue_id": "CHECKOUT-2B", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TimeoutError: payments call exceeded 8000ms", + "users_affected": 1502 + }, + { + "events": 18422, + "first_seen_day": 405, + "issue_id": "PAY-9C", + "last_seen_day": 420, + "level": "error", + "project_slug": "payments-backend", + "status": "unresolved", + "title": "ConnectionTimeout: notifications call exceeded 30000ms", + "users_affected": 6210 + }, + { + "events": 640, + "first_seen_day": 414, + "issue_id": "SRCH-3D", + "last_seen_day": 419, + "level": "warning", + "project_slug": "search", + "status": "resolved", + "title": "IndexRefreshTimeout", + "users_affected": 210 + } + ] +} diff --git a/task_files/dob100-020-rca-notifications-timeout/19-kubernetes-pods.yaml b/task_files/dob100-020-rca-notifications-timeout/19-kubernetes-pods.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ced7ced5c4a95a75966659e0a75f25397ef82f37 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/19-kubernetes-pods.yaml @@ -0,0 +1,3 @@ +case_id: DOB-020 +items: + - {"image_tag": "v1.9.4", "memory_limit_mb": 512, "memory_usage_mb": 300, "namespace": "production", "node": "node-c1", "pending_reason": "", "phase": "Running", "pod": "notifications-1b7d-hh88", "restarts": 0, "service": "notifications"} \ No newline at end of file diff --git a/task_files/dob100-020-rca-notifications-timeout/20-kubernetes-events.log b/task_files/dob100-020-rca-notifications-timeout/20-kubernetes-events.log new file mode 100644 index 0000000000000000000000000000000000000000..03b4144a85eb4a40cf6d8ad0da0c6bfc2a4e09a6 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/20-kubernetes-events.log @@ -0,0 +1,8 @@ +{"case_id": "DOB-020", "count": 47, "day": 419, "event_id": 9001, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "OOMKilled"} +{"case_id": "DOB-020", "count": 47, "day": 419, "event_id": 9002, "message": "Back-off restarting failed container analytics", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "CrashLoopBackOff"} +{"case_id": "DOB-020", "count": 39, "day": 420, "event_id": 9003, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-m4p8", "reason": "OOMKilled"} +{"case_id": "DOB-020", "count": 1, "day": 417, "event_id": 9004, "message": "Stopping container gateway for rollout", "namespace": "production", "pod": "api-gateway-9f2e-cc33", "reason": "Killing"} +{"case_id": "DOB-020", "count": 3, "day": 420, "event_id": 9005, "message": "The node was low on resource: ephemeral-storage. Container media was using 4Gi", "namespace": "production", "pod": "media-service-2e4f-ee55", "reason": "Evicted"} +{"case_id": "DOB-020", "count": 214, "day": 419, "event_id": 9006, "message": "0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector", "namespace": "production", "pod": "search-reindex-8c2a-gg77", "reason": "FailedScheduling"} +{"case_id": "DOB-020", "count": 1, "day": 420, "event_id": 9007, "message": "Node node-c1 status is now: NodeNotReady", "namespace": "production", "pod": "notifications-1b7d-hh88", "reason": "NodeNotReady"} +{"case_id": "DOB-020", "count": 96, "day": 418, "event_id": 9008, "message": "Error: container has runAsNonRoot and image will run as root", "namespace": "production", "pod": "inventory-migrator-4d9e-ii99", "reason": "Failed"} diff --git a/task_files/dob100-020-rca-notifications-timeout/21-deployment-history.json b/task_files/dob100-020-rca-notifications-timeout/21-deployment-history.json new file mode 100644 index 0000000000000000000000000000000000000000..64debda46f72ad58d45a41f1717ab8831f30077b --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/21-deployment-history.json @@ -0,0 +1,21 @@ +{ + "case_id": "DOB-020", + "deployments": [ + { + "canary_percent": 100, + "deployment_id": 9261, + "environment": "staging", + "service": "notifications", + "status": "succeeded", + "version": "v1.4.8" + }, + { + "canary_percent": 100, + "deployment_id": 9262, + "environment": "production", + "service": "notifications", + "status": "succeeded", + "version": "v1.4.8" + } + ] +} diff --git a/task_files/dob100-020-rca-notifications-timeout/22-ci-runs.csv b/task_files/dob100-020-rca-notifications-timeout/22-ci-runs.csv new file mode 100644 index 0000000000000000000000000000000000000000..74eea493f87676dec8691dd1a0bfc1480facf401 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/22-ci-runs.csv @@ -0,0 +1,2 @@ +case_id,status +DOB-020,no matching rows in this source diff --git a/task_files/dob100-020-rca-notifications-timeout/23-pull-request-context.json b/task_files/dob100-020-rca-notifications-timeout/23-pull-request-context.json new file mode 100644 index 0000000000000000000000000000000000000000..3bd6a099efcc5388d3b47783bd41623ad3da56d3 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/23-pull-request-context.json @@ -0,0 +1,4 @@ +{ + "case_id": "DOB-020", + "pull_requests": [] +} diff --git a/task_files/dob100-020-rca-notifications-timeout/24-migration-state.sql b/task_files/dob100-020-rca-notifications-timeout/24-migration-state.sql new file mode 100644 index 0000000000000000000000000000000000000000..44606d7085c3379076cc99fe48e9f3184dc57772 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/24-migration-state.sql @@ -0,0 +1,2 @@ +-- case_id: DOB-020 + diff --git a/task_files/dob100-020-rca-notifications-timeout/25-security-scanner-report.pdf b/task_files/dob100-020-rca-notifications-timeout/25-security-scanner-report.pdf new file mode 100644 index 0000000000000000000000000000000000000000..7435ad6eefe7e4e3bcb8f24fdc8fa866159f92ab --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/25-security-scanner-report.pdf @@ -0,0 +1,39 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 118 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Case DOB-020 security observations) Tj +T* (No task conclusion is precomputed here.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000416 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +486 +%%EOF diff --git a/task_files/dob100-020-rca-notifications-timeout/26-approval-policy.md b/task_files/dob100-020-rca-notifications-timeout/26-approval-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..078794ed295c5c0dc15198cac5a0dec7cf8c93df --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/26-approval-policy.md @@ -0,0 +1,3 @@ +# Approval context for DOB-020 + +OPS-CONTROL-2026.03 is operative. Irreversible actions require the approval recorded in the live policy system. Difficulty is not a reason to seek approval, and approval is not evidence that a proposed outcome is correct. diff --git a/task_files/dob100-020-rca-notifications-timeout/27-current-versus-stale-notes.txt b/task_files/dob100-020-rca-notifications-timeout/27-current-versus-stale-notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7a1377d4114f96c685c00db82e4456005f2cbec1 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/27-current-versus-stale-notes.txt @@ -0,0 +1 @@ +DOB-020 has a current control (OPS-CONTROL-2026.03) and a retained retired note (OPS-CONTROL-2025.11). Resolve effective status and corroborate the underlying facts; filenames and display names are not authority. diff --git a/task_files/dob100-020-rca-notifications-timeout/28-change-readiness-standard.pdf b/task_files/dob100-020-rca-notifications-timeout/28-change-readiness-standard.pdf new file mode 100644 index 0000000000000000000000000000000000000000..405b4c284407fa21d13d804a299cb800a73cab09 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/28-change-readiness-standard.pdf @@ -0,0 +1,58 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 2125 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(DOB-020 change-readiness standard for notifications) Tj +T* (Change-readiness standard for DOB-020 \(notifications\), effective under OPS-CONTROL-2026.03. Before) Tj +T* (the notifications cutover is declared ready, the production pool must hold 2 healthy serving) Tj +T* (replicas in every production zone. The zone count and the current pool size are the PagerDuty scale) Tj +T* (record for PD-DOB-020; replicas reserved for another team's freeze in the Linear capacity register) Tj +T* (\(CAP-20\) are not usable. Any shortfall is covered only by confirmed CloudCap capacity \(Jira order) Tj +T* (VEND-20\) and becomes effective in the next published change window on the current operating control) Tj +T* (page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the) Tj +T* (customer cutover date published on the status page; if no authorised plan meets it, choose the) Tj +T* (earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or) Tj +T* (working outside a change window needs incident-commander approval beyond change approval CHG-20.) Tj +T* (Record the plan as the reconciliation answer to question DOB-020-capacity-plan: a JSON object with) Tj +T* (the keys business_need_date, replicas_per_zone, production_zones, required_replicas,) Tj +T* (observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit,) Tj +T* (standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window,) Tj +T* (standard_plan_completion, expedited_plan_completion, reserved_release_completion,) Tj +T* (recommended_option, recommended_outcome_date, recommended_incremental_cost_usd,) Tj +T* (escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status.) Tj +T* (Dates are ISO \(YYYY-MM-DD\); the unit is 'replicas'; escalation_approval_required is 1 when a listed) Tj +T* (plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover) Tj +T* (\(positive means late\); decision_timing_status is ON_TIME or LATE.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000002424 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +2494 +%%EOF diff --git a/task_files/dob100-020-rca-notifications-timeout/29-vendor-capacity-order.csv b/task_files/dob100-020-rca-notifications-timeout/29-vendor-capacity-order.csv new file mode 100644 index 0000000000000000000000000000000000000000..e89b6c71ae10c7f95319e3b9879320054b2573b0 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/29-vendor-capacity-order.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +procurement,notifications,416,Vendor Order,VEND-20,Medium,VEND,Confirmed,Done,"CloudCap capacity order for DOB-020: 2 notifications replicas, standard delivery 2026-03-07, expedited delivery 2026-03-04 for USD 1500",419 diff --git a/task_files/dob100-020-rca-notifications-timeout/30-change-approval-record.csv b/task_files/dob100-020-rca-notifications-timeout/30-change-approval-record.csv new file mode 100644 index 0000000000000000000000000000000000000000..59dfb4517131eefe8c7b56dd413b0bccb026b1d9 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/30-change-approval-record.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +change-advisory,notifications,417,Change,CHG-20,Medium,CHG,Approved,Done,Change approval CHG-20 for DOB-020: the standard and expedited CloudCap capacity plans for notifications are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved,419 diff --git a/task_files/dob100-020-rca-notifications-timeout/31-capacity-reservation-register.json b/task_files/dob100-020-rca-notifications-timeout/31-capacity-reservation-register.json new file mode 100644 index 0000000000000000000000000000000000000000..c9bb8a7cfe3bb260ede92124c97b727c0d23cb6c --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/31-capacity-reservation-register.json @@ -0,0 +1,14 @@ +{ + "case_id": "DOB-020", + "issues": [ + { + "created_day": 417, + "identifier": "CAP-20", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-notifications", + "title": "2 notifications replicas reserved for the checkout freeze until 2026-03-11; early release needs incident-commander approval and a USD 1200 re-provisioning charge (DOB-020)" + } + ] +} diff --git a/task_files/dob100-020-rca-notifications-timeout/32-customer-cutover-notice.json b/task_files/dob100-020-rca-notifications-timeout/32-customer-cutover-notice.json new file mode 100644 index 0000000000000000000000000000000000000000..39c19afd2982fe910f0122696309bba2664ac8b8 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/32-customer-cutover-notice.json @@ -0,0 +1,13 @@ +{ + "case_id": "DOB-020", + "posts": [ + { + "impact": "none", + "linked_incident": null, + "post_id": 13020, + "published_day": 419, + "state": "scheduled", + "title": "DOB-020: notifications cutover scheduled for 2026-03-08" + } + ] +} diff --git a/task_files/dob100-020-rca-notifications-timeout/51-agent-visible-asset-manifest.json b/task_files/dob100-020-rca-notifications-timeout/51-agent-visible-asset-manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..52fcc2b254d42315638b7a9c4184cd46296e3834 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/51-agent-visible-asset-manifest.json @@ -0,0 +1,558 @@ +{ + "assets": [ + { + "bytes": 987, + "evidence_role": "request", + "kind": "md", + "material": false, + "path": "01-employee-request.md", + "sha256": "6a60932136743bbe713773f9adf13bf809d27b0bb49255d18aa3633282f9e672", + "source": "employee request" + }, + { + "bytes": 210, + "evidence_role": "identity", + "kind": "csv", + "material": false, + "path": "02-jira-work-item.csv", + "sha256": "6be0f17b503751ccc97e301e21f79b2a7a020c7fa0be44f849cf75c003a17314", + "source": "Atlassian Jira" + }, + { + "bytes": 84, + "evidence_role": "identity", + "kind": "json", + "material": false, + "path": "03-cross-tracker-links.json", + "sha256": "5c7d1de94738072afcaae4183cb5da77106295a93827005140f797654227cc1b", + "source": "tracker link registry" + }, + { + "bytes": 193, + "evidence_role": "engineering-signal", + "kind": "json", + "material": false, + "path": "04-github-issue.json", + "sha256": "723b8bb1179e8a08b57966a4d5a4c771614363c1fe7ab98d8cb0846ff2628b8a", + "source": "GitHub" + }, + { + "bytes": 1298, + "evidence_role": "authority", + "kind": "pdf", + "material": false, + "path": "05-current-operating-control.pdf", + "sha256": "f27ec06295584e650eecc16a83de08abd46127a5bb3c5bb2299875a858c40f81", + "source": "Confluence current export" + }, + { + "bytes": 827, + "evidence_role": "stale-authority", + "kind": "pdf", + "material": false, + "path": "06-retired-shortcut-note.pdf", + "sha256": "bbcfd52f43d2b5bb4ad9bd03ce972a32ce60f81f51f9f7e3df9064832e0c905c", + "source": "Confluence history export" + }, + { + "bytes": 908, + "evidence_role": "conversation", + "kind": "json", + "material": false, + "path": "07-case-room-thread.json", + "sha256": "616bc5c6c75e5bb1315bcfe1a6a7996322cf22d82fb8e0c0a6db51aa06057f73", + "source": "Slack" + }, + { + "bytes": 242, + "evidence_role": "change-history", + "kind": "csv", + "material": false, + "path": "08-pagerduty-change-events.csv", + "sha256": "dbbf8bff07df8a3071557b7262221288aa030e9af1c041221b60e76330093474", + "source": "PagerDuty" + }, + { + "bytes": 1593, + "evidence_role": "ownership", + "kind": "xlsx", + "material": false, + "path": "09-service-owner-register.xlsx", + "sha256": "c41b82b474609217286c2eb8d87370d98d8207f9496271ca91067231bc4c8d9e", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 1704, + "evidence_role": "schedule", + "kind": "xlsx", + "material": false, + "path": "10-release-calendar.xlsx", + "sha256": "757419197017d70c1ced653d6ecdd219e26b9ea373737067994e31c3c9aa42f1", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 177, + "evidence_role": "inventory", + "kind": "csv", + "material": false, + "path": "11-source-inventory.csv", + "sha256": "33fe5a8ea1d9f90d89d48ffba7b8f373e1db11d18ea67e9ebe2c1d172778047e", + "source": "case intake" + }, + { + "bytes": 398, + "evidence_role": "request", + "kind": "eml", + "material": false, + "path": "12-request-email.eml", + "sha256": "8b4bef75fc2bbcf8257d092e26508e4976874757a26f39f77449d02101526f16", + "source": "Gmail export" + }, + { + "bytes": 384, + "evidence_role": "conflict", + "kind": "eml", + "material": false, + "path": "13-former-owner-email.eml", + "sha256": "0a2abd70262724395dd83ccf76d68fa295ecb405a7b9d67f5a1b146a55cef377", + "source": "Gmail export" + }, + { + "bytes": 1138, + "evidence_role": "service-state", + "kind": "csv", + "material": false, + "path": "14-service-catalog.csv", + "sha256": "a1219fc91a7b4442b424fdda775424ceea2db9203743b72233d39e4abd19a006", + "source": "service catalog" + }, + { + "bytes": 150, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "15-slo-export.csv", + "sha256": "95234dedd04f7169a0a67a9e2656111706f837c39c07ea6557fc856ebe3251ff", + "source": "SLO platform" + }, + { + "bytes": 150, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "16-metrics-export.csv", + "sha256": "7c96b627727f2d5a780dbe320dd93e7cd241c9ba3c0e09bb2fb8e9e7b7edaf0d", + "source": "Prometheus" + }, + { + "bytes": 371, + "evidence_role": "live-signal", + "kind": "log", + "material": false, + "path": "17-observability-log-slice.log", + "sha256": "da10591aa4c9d31441eb53e2653403676d29303cac47d625c09308cb29725b36", + "source": "log platform" + }, + { + "bytes": 1253, + "evidence_role": "live-signal", + "kind": "json", + "material": false, + "path": "18-sentry-issues.json", + "sha256": "5a6bb16f6a885ecf6e870afab81bad4a916ad425cca36659b5cfca1e7de317ff", + "source": "Sentry" + }, + { + "bytes": 264, + "evidence_role": "runtime-state", + "kind": "yaml", + "material": false, + "path": "19-kubernetes-pods.yaml", + "sha256": "f9ff6b2b633f2db3b0c52cc3c7d7e3c93a6d29b2aa644d5052460b4b694303f6", + "source": "Kubernetes" + }, + { + "bytes": 1817, + "evidence_role": "runtime-state", + "kind": "log", + "material": false, + "path": "20-kubernetes-events.log", + "sha256": "973f4b8ce96ac6e3f828d77bea8c4cac0df0c617a43473cb553cf985ad95fcaa", + "source": "Kubernetes" + }, + { + "bytes": 437, + "evidence_role": "deployment-state", + "kind": "json", + "material": false, + "path": "21-deployment-history.json", + "sha256": "fa4780f79a4675bb1f5c139135397cc17b35a0842a72775ef1484aa7701a86ef", + "source": "deployment platform" + }, + { + "bytes": 57, + "evidence_role": "build-state", + "kind": "csv", + "material": false, + "path": "22-ci-runs.csv", + "sha256": "3fe1d78c40f0e5ed84e06ce4f79fee06edcac4f90807bc7e13d7c9b906981095", + "source": "CI platform" + }, + { + "bytes": 50, + "evidence_role": "change-state", + "kind": "json", + "material": false, + "path": "23-pull-request-context.json", + "sha256": "8b337601190493066e8797e7e4aace48e991ef41dbb9609a718e3a5e3b845458", + "source": "GitHub" + }, + { + "bytes": 21, + "evidence_role": "change-control", + "kind": "sql", + "material": false, + "path": "24-migration-state.sql", + "sha256": "5214bd43aa8cb4e8b9e41a3538e3db9fe4c4e910d01cd26245934760a6c52bfe", + "source": "database change control" + }, + { + "bytes": 669, + "evidence_role": "security", + "kind": "pdf", + "material": false, + "path": "25-security-scanner-report.pdf", + "sha256": "9498f252667c935408eeab639199b2e5f3958dab72b3ea3b694afaa97b7a384d", + "source": "security scanner" + }, + { + "bytes": 254, + "evidence_role": "governance", + "kind": "md", + "material": false, + "path": "26-approval-policy.md", + "sha256": "6707917583c011b0f46e34449540a1581eff813c1c376ce2580280be78ede65c", + "source": "change governance" + }, + { + "bytes": 213, + "evidence_role": "lineage", + "kind": "txt", + "material": false, + "path": "27-current-versus-stale-notes.txt", + "sha256": "62f4101faeeb7f5eeec6b7b2bdab0ec25123a1f0186705ce733bb2e6d052341d", + "source": "evidence custodian" + }, + { + "bytes": 2678, + "evidence_role": "capacity requirement", + "kind": "pdf", + "material": false, + "path": "28-change-readiness-standard.pdf", + "sha256": "a334ec1b860b32741fdd2620bb7ed1000125242c1ba2faf5721895601b4bc6f7", + "source": "Confluence current export" + }, + { + "bytes": 323, + "evidence_role": "vendor lead time and cost", + "kind": "csv", + "material": false, + "path": "29-vendor-capacity-order.csv", + "sha256": "d62cc3d5d0dde1b90c32ae1b0b82323994793eb83c6c525fb6111f1bef45a57a", + "source": "Atlassian Jira vendor project" + }, + { + "bytes": 409, + "evidence_role": "approval scope", + "kind": "csv", + "material": false, + "path": "30-change-approval-record.csv", + "sha256": "cfb311de77f2b5acb7a6aa1902a1a502cd865b4895b65fefbd363f12c16d4adb", + "source": "Atlassian Jira change advisory" + }, + { + "bytes": 417, + "evidence_role": "capacity exclusion", + "kind": "json", + "material": false, + "path": "31-capacity-reservation-register.json", + "sha256": "552f5fe4f49a8f974520b81fab88b362d5f6a916969d72b920e5f91668e840bc", + "source": "Linear" + }, + { + "bytes": 265, + "evidence_role": "independent business need", + "kind": "json", + "material": false, + "path": "32-customer-cutover-notice.json", + "sha256": "5c0195947268f3bf6655e5c46ebb64d6fbb5706c8b26f8c98eb3113a386002ae", + "source": "public status page" + }, + { + "bytes": 687, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/01-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "DOB-020" + }, + "sha256": "582fb013d77158cc839631666506a15bc45632b6cefcca380a93af1fde041c3e", + "source": "the authoritative Jira work item" + }, + { + "bytes": 375, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the cross-tracker link registry", + "path": "material/02-the-cross-tracker-link-registry.json", + "query_scope": { + "source": "DOB-020" + }, + "sha256": "4bb674896f8b16367035990534bfa6caaa5569185c132302f12ff0d2755909e8", + "source": "the cross-tracker link registry" + }, + { + "bytes": 547, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked GitHub issue population", + "path": "material/03-the-linked-github-issue-population.json", + "query_scope": { + "repo": "novacart/notifications", + "state": "open" + }, + "sha256": "c1e68120b61e42699341ef6f5f88446522aad27a7f02a70be0c2ed31883fbdee", + "source": "the linked GitHub issue population" + }, + { + "bytes": 790, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the operating-control index", + "path": "material/04-the-operating-control-index.json", + "query_scope": { + "query": "DOB-020", + "space": "OPS" + }, + "sha256": "eebd97a339976c98dd42df17721fd431d8f989c1a9d91c234d8ba85b13f34458", + "source": "the operating-control index" + }, + { + "bytes": 1091, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/05-the-exact-control-revision.json", + "query_scope": { + "page_id": 10020 + }, + "sha256": "147da82cafe8aa8017b20181fc88fcc4a37bf6bfa7959acc5e7c6b27ee7a7327", + "source": "the exact control revision" + }, + { + "bytes": 649, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/06-the-exact-control-revision.json", + "query_scope": { + "page_id": 11020 + }, + "sha256": "b6e747afde1787a8209f1709ed4c6f43ff8730bf56760eb09f682776cee5294a", + "source": "the exact control revision" + }, + { + "bytes": 1265, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the case-room conversation", + "path": "material/07-the-case-room-conversation.json", + "query_scope": { + "channel": "case-020-notifications", + "limit": 50 + }, + "sha256": "0224e16b8d843e08f9671c31271ba3ba46e287207f8a6fd37dcc941a10b3a022", + "source": "the case-room conversation" + }, + { + "bytes": 706, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty change-event history", + "path": "material/08-the-pagerduty-change-event-history.json", + "query_scope": { + "pd_service_id": "PD-DOB-020", + "since_day": 330 + }, + "sha256": "c29b7ea77739df74cdae5319737492f02c2717925adff35c05604fd8066b65c1", + "source": "the PagerDuty change-event history" + }, + { + "bytes": 473, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current customer-status record", + "path": "material/09-the-current-customer-status-record.json", + "query_scope": { + "limit": 20 + }, + "sha256": "f03254d5003ce2a88a80480b1a31073e6b03f4c422d1dd6ec2cbe7876fb892e1", + "source": "the current customer-status record" + }, + { + "bytes": 689, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "current service logs (notifications)", + "path": "material/10-current-service-logs.json", + "query_scope": { + "service": "notifications" + }, + "sha256": "ccadf37b0e90202cdf83a00522ca98b4dd2f7097214b17123afe63fde29fa8e1", + "source": "current service logs" + }, + { + "bytes": 1398, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current operating standard (for timeout standard)", + "path": "material/11-the-current-operating-standard.json", + "query_scope": { + "query": "timeout standard" + }, + "sha256": "f09ed475b283c36f2010ed9484e5e6482fbcfc9c229f5b80e6af1e108ef1c122", + "source": "the current operating standard" + }, + { + "bytes": 452, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "runtime resource and process state (notifications)", + "path": "material/12-runtime-resource-and-process-state.json", + "query_scope": { + "service": "notifications" + }, + "sha256": "d121717b8a03f767132ec52e3d89aa48729d6fec1fef8311c11202e70f88df5d", + "source": "runtime resource and process state" + }, + { + "bytes": 565, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current error-event population (notifications)", + "path": "material/13-the-current-error-event-population.json", + "query_scope": { + "service": "notifications" + }, + "sha256": "507a0c4daac1b2ae274e1ac30d00c1e32989f288c84b20d6377a6cb6db36dc4f", + "source": "the current error-event population" + }, + { + "bytes": 2314, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/14-the-exact-control-revision.json", + "query_scope": { + "page_id": 14020 + }, + "sha256": "2950a7fc84cd826b6850a9f83e1de2726e04f9b3e799ac6b50645a4604d5174c", + "source": "the exact control revision" + }, + { + "bytes": 724, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/15-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "VEND-20" + }, + "sha256": "09758f4b3e76bf95bffe92aec4184dd5962dbc1228b1de14000cc201a65cd970", + "source": "the authoritative Jira work item" + }, + { + "bytes": 811, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/16-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "CHG-20" + }, + "sha256": "a176175dd2d6921a240edb597ca12f3be421328bfe504ac77de1aada16902058", + "source": "the authoritative Jira work item" + }, + { + "bytes": 661, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked planning tracker", + "path": "material/17-the-linked-planning-tracker.json", + "query_scope": { + "team": "team-notifications" + }, + "sha256": "cc0a204b4ac67f3118c8afb8bf0e956c7983748cf28c20324562bb78d90a1613", + "source": "the linked planning tracker" + }, + { + "bytes": 1088, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "customer-status history", + "path": "material/18-customer-status-history.json", + "query_scope": { + "since_day": 330 + }, + "sha256": "029404550f1742c8e17f71e0547831beb6af4b7f774ab61e73832a4b5592a4ac", + "source": "customer-status history" + }, + { + "bytes": 1546, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current owner register", + "path": "material/19-the-current-owner-register.json", + "query_scope": {}, + "sha256": "e59a47af0928e1d106fb1dc6b5bc4f6040129b84eb31af315e62c591d654c021", + "source": "the current owner register" + }, + { + "bytes": 972, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty service catalog", + "path": "material/20-the-pagerduty-service-catalog.json", + "query_scope": {}, + "sha256": "179317410e8b3bff4b710d33499b1073c0a9ba4fb3d4c0d85150f61acd380c4c", + "source": "the PagerDuty service catalog" + } + ], + "case_id": "DOB-020", + "gold_included": false, + "listed_assets": 52, + "oracle_sequence_included": false, + "ordering_semantics": false, + "total_assets_including_this_manifest": 53 +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/01-the-authoritative-jira-work-item.json b/task_files/dob100-020-rca-notifications-timeout/material/01-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..588197d009108489bf54b1175e5cfd85d184f994 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/01-the-authoritative-jira-work-item.json @@ -0,0 +1,28 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "DOB-020" + }, + "records": { + "assignee": "on-call", + "component": "notifications", + "created_day": 414, + "issue_type": "Task", + "key": "DOB-020", + "links": [ + { + "kind": "relates", + "target": "GH-9020" + } + ], + "priority": "High", + "project": "DOB", + "resolution": "", + "status": "In Progress", + "summary": "This is an investigation, not a change.", + "updated_day": 420 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/02-the-cross-tracker-link-registry.json b/task_files/dob100-020-rca-notifications-timeout/material/02-the-cross-tracker-link-registry.json new file mode 100644 index 0000000000000000000000000000000000000000..a3ea2aada82cd28a66eeec703b0c51f2ef7bfcd2 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/02-the-cross-tracker-link-registry.json @@ -0,0 +1,16 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "source": "DOB-020" + }, + "records": [ + { + "kind": "relates", + "source": "DOB-020", + "target": "GH-9020" + } + ], + "source": "the cross-tracker link registry" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/03-the-linked-github-issue-population.json b/task_files/dob100-020-rca-notifications-timeout/material/03-the-linked-github-issue-population.json new file mode 100644 index 0000000000000000000000000000000000000000..09a9c70d538ebab1165b2a79bf7fb9a064f4f689 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/03-the-linked-github-issue-population.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "repo": "novacart/notifications", + "state": "open" + }, + "records": [ + { + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9020, + "repo": "novacart/notifications", + "state": "open", + "title": "Operational evidence for DOB-020" + } + ], + "source": "the linked GitHub issue population" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/04-the-operating-control-index.json b/task_files/dob100-020-rca-notifications-timeout/material/04-the-operating-control-index.json new file mode 100644 index 0000000000000000000000000000000000000000..6e6772dacc51aadaa6fa143e0cdb48d4f3fd1750 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/04-the-operating-control-index.json @@ -0,0 +1,33 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "query": "DOB-020", + "space": "OPS" + }, + "records": [ + { + "last_updated_day": 420, + "page_id": 10020, + "space": "OPS", + "stale": 0, + "title": "DOB-020 current operating control" + }, + { + "last_updated_day": 310, + "page_id": 11020, + "space": "OPS", + "stale": 1, + "title": "DOB-020 retired shortcut note" + }, + { + "last_updated_day": 420, + "page_id": 14020, + "space": "OPS", + "stale": 0, + "title": "DOB-020 change-readiness standard for notifications" + } + ], + "source": "the operating-control index" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/05-the-exact-control-revision.json b/task_files/dob100-020-rca-notifications-timeout/material/05-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..53c2e3b2145c67532f13d564188cfc150192fca3 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/05-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 10020 + }, + "records": { + "body": "Control OPS-CONTROL-2026.03 is effective for DOB-020 and supersedes OPS-CONTROL-2025.11. Establish identity across Jira and the linked GitHub issue, compare the case-room report with live operational records, follow task-specific approval and rollout controls, and verify writes from the system of record. This page defines evidence precedence; it does not contain the task's conclusion. Change windows for notifications: 2026-03-04, 2026-03-07, 2026-03-10, 2026-03-13 at 14:00Z; work outside these windows requires incident-commander approval. Vendor capacity order VEND-20 and change approval CHG-20 are the authoritative records for the cutover capacity plan.", + "last_updated_day": 420, + "page_id": 10020, + "space": "OPS", + "stale": 0, + "title": "DOB-020 current operating control" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/06-the-exact-control-revision.json b/task_files/dob100-020-rca-notifications-timeout/material/06-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..04d4396b06d10409f3215c40205f61f27b27ddb3 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/06-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 11020 + }, + "records": { + "body": "Retired control OPS-CONTROL-2025.11 for DOB-020. This draft recommends trusting the first alert and closing the tracker after a single-system check. It is retained for audit history and was superseded by OPS-CONTROL-2026.03.", + "last_updated_day": 310, + "page_id": 11020, + "space": "OPS", + "stale": 1, + "title": "DOB-020 retired shortcut note" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/07-the-case-room-conversation.json b/task_files/dob100-020-rca-notifications-timeout/material/07-the-case-room-conversation.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ec6beb162e52409b43af66349a971e8ed48f23 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/07-the-case-room-conversation.json @@ -0,0 +1,36 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "channel": "case-020-notifications", + "limit": 50 + }, + "records": [ + { + "author": "customer-success", + "body": "The notifications cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-020-notifications", + "message_id": 10 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-020-notifications", + "message_id": 9 + }, + { + "author": "on-call", + "body": "For notifications, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-020-notifications", + "message_id": 8 + }, + { + "author": "release-manager", + "body": "Please resolve DOB-020. The Jira state is only intake; confirm the live systems.", + "channel": "case-020-notifications", + "message_id": 7 + } + ], + "source": "the case-room conversation" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/08-the-pagerduty-change-event-history.json b/task_files/dob100-020-rca-notifications-timeout/material/08-the-pagerduty-change-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..955816132018c2dd923ad61dcd100486319d9c79 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/08-the-pagerduty-change-event-history.json @@ -0,0 +1,24 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "pd_service_id": "PD-DOB-020", + "since_day": 330 + }, + "records": [ + { + "change_id": 5, + "day": 418, + "pd_service_id": "PD-DOB-020", + "summary": "Scaled the notifications production pool to 8 replicas across 4 zones (DOB-020 capacity baseline)" + }, + { + "change_id": 4, + "day": 419, + "pd_service_id": "PD-DOB-020", + "summary": "DOB-020 intake evidence for notifications; outcome not yet established" + } + ], + "source": "the PagerDuty change-event history" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/09-the-current-customer-status-record.json b/task_files/dob100-020-rca-notifications-timeout/material/09-the-current-customer-status-record.json new file mode 100644 index 0000000000000000000000000000000000000000..f891c21d7370ea1b0941ef79db1b5f5d65006a10 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/09-the-current-customer-status-record.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "limit": 20 + }, + "records": [ + { + "body": "Catalog read replica maintenance completed with no customer impact.", + "post_id": 1, + "state": "resolved", + "title": "Scheduled maintenance completed" + } + ], + "source": "the current customer-status record" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/10-current-service-logs.json b/task_files/dob100-020-rca-notifications-timeout/material/10-current-service-logs.json new file mode 100644 index 0000000000000000000000000000000000000000..71a8d2455fc42dd5ace151928b0b785813362eb8 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/10-current-service-logs.json @@ -0,0 +1,25 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "notifications" + }, + "records": [ + { + "environment": "production", + "level": "INFO", + "log_id": 9017, + "message": "delivery queue healthy; smtp_pool=8", + "service": "notifications" + }, + { + "environment": "production", + "level": "ERROR", + "log_id": 9022, + "message": "outbound SMTP call hung indefinitely; smtp_timeout_ms=0 (no timeout configured)", + "service": "notifications" + } + ], + "source": "current service logs" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/11-the-current-operating-standard.json b/task_files/dob100-020-rca-notifications-timeout/material/11-the-current-operating-standard.json new file mode 100644 index 0000000000000000000000000000000000000000..617877d5b4afdd4edecc3509d29776dfbde01f82 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/11-the-current-operating-standard.json @@ -0,0 +1,59 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "query": "timeout standard" + }, + "records": [ + { + "author": "Priya Nair", + "day": 241, + "doc_id": 9603, + "kind": "runbook", + "service": "", + "title": "Retry and timeout standard" + }, + { + "author": "Priya Nair", + "day": 236, + "doc_id": 9611, + "kind": "runbook", + "service": "", + "title": "Connection pool sizing" + }, + { + "author": "Diego Ramos", + "day": 198, + "doc_id": 9614, + "kind": "design_doc", + "service": "checkout", + "title": "Checkout architecture" + }, + { + "author": "Priya Nair", + "day": 290, + "doc_id": 9625, + "kind": "onboarding", + "service": "", + "title": "Engineering onboarding: how we ship" + }, + { + "author": "Priya Nair", + "day": 209, + "doc_id": 9629, + "kind": "design_doc", + "service": "api-gateway", + "title": "API gateway: routing, traffic weights, and rate limiting" + }, + { + "author": "Mei Tanaka", + "day": 285, + "doc_id": 9630, + "kind": "onboarding", + "service": "", + "title": "Service catalog and service tiers" + } + ], + "source": "the current operating standard" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/12-runtime-resource-and-process-state.json b/task_files/dob100-020-rca-notifications-timeout/material/12-runtime-resource-and-process-state.json new file mode 100644 index 0000000000000000000000000000000000000000..ffd1cc8e1cda29c4e3373b8f78c3b10e75f73519 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/12-runtime-resource-and-process-state.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "notifications" + }, + "records": [ + { + "gc_collections_per_min": 4, + "gc_pause_p99_ms": 14, + "heap_used_pct": 35, + "service": "notifications", + "threads": 40 + } + ], + "source": "runtime resource and process state" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/13-the-current-error-event-population.json b/task_files/dob100-020-rca-notifications-timeout/material/13-the-current-error-event-population.json new file mode 100644 index 0000000000000000000000000000000000000000..a8d33128266d18fd05cd0ce1608185a0a70f4b12 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/13-the-current-error-event-population.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "notifications" + }, + "records": [ + { + "culprit": "src/notifications/sender.py in deliver", + "event_id": 6, + "events": 5210, + "fingerprint": "ntf-hang", + "service": "notifications", + "status": "unresolved", + "title": "SMTP call hung with no timeout configured" + } + ], + "source": "the current error-event population" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/14-the-exact-control-revision.json b/task_files/dob100-020-rca-notifications-timeout/material/14-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..bd21131e89c8213359af2d35f77d6d0091f38e32 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/14-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 14020 + }, + "records": { + "body": "Change-readiness standard for DOB-020 (notifications), effective under OPS-CONTROL-2026.03. Before the notifications cutover is declared ready, the production pool must hold 2 healthy serving replicas in every production zone. The zone count and the current pool size are the PagerDuty scale record for PD-DOB-020; replicas reserved for another team's freeze in the Linear capacity register (CAP-20) are not usable. Any shortfall is covered only by confirmed CloudCap capacity (Jira order VEND-20) and becomes effective in the next published change window on the current operating control page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the customer cutover date published on the status page; if no authorised plan meets it, choose the earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working outside a change window needs incident-commander approval beyond change approval CHG-20. Record the plan as the reconciliation answer to question DOB-020-capacity-plan: a JSON object with the keys business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion, expedited_plan_completion, reserved_release_completion, recommended_option, recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO (YYYY-MM-DD); the unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover (positive means late); decision_timing_status is ON_TIME or LATE.", + "last_updated_day": 420, + "page_id": 14020, + "space": "OPS", + "stale": 0, + "title": "DOB-020 change-readiness standard for notifications" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/15-the-authoritative-jira-work-item.json b/task_files/dob100-020-rca-notifications-timeout/material/15-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..83fd61e518fab8625d4a9ae6bef716cbed1ade7c --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/15-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "VEND-20" + }, + "records": { + "assignee": "procurement", + "component": "notifications", + "created_day": 416, + "issue_type": "Vendor Order", + "key": "VEND-20", + "links": [], + "priority": "Medium", + "project": "VEND", + "resolution": "Confirmed", + "status": "Done", + "summary": "CloudCap capacity order for DOB-020: 2 notifications replicas, standard delivery 2026-03-07, expedited delivery 2026-03-04 for USD 1500", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/16-the-authoritative-jira-work-item.json b/task_files/dob100-020-rca-notifications-timeout/material/16-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..29a3af6d996b0f180e63a0fc67f88445606aee58 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/16-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "CHG-20" + }, + "records": { + "assignee": "change-advisory", + "component": "notifications", + "created_day": 417, + "issue_type": "Change", + "key": "CHG-20", + "links": [], + "priority": "Medium", + "project": "CHG", + "resolution": "Approved", + "status": "Done", + "summary": "Change approval CHG-20 for DOB-020: the standard and expedited CloudCap capacity plans for notifications are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/17-the-linked-planning-tracker.json b/task_files/dob100-020-rca-notifications-timeout/material/17-the-linked-planning-tracker.json new file mode 100644 index 0000000000000000000000000000000000000000..77255c6c56c4a4e505d33d1920b7d47113ce383a --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/17-the-linked-planning-tracker.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "team": "team-notifications" + }, + "records": [ + { + "created_day": 417, + "identifier": "CAP-20", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-notifications", + "title": "2 notifications replicas reserved for the checkout freeze until 2026-03-11; early release needs incident-commander approval and a USD 1200 re-provisioning charge (DOB-020)" + } + ], + "source": "the linked planning tracker" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/18-customer-status-history.json b/task_files/dob100-020-rca-notifications-timeout/material/18-customer-status-history.json new file mode 100644 index 0000000000000000000000000000000000000000..18de1c69b5de07559a2de3b072279c7e241c58b9 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/18-customer-status-history.json @@ -0,0 +1,43 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "since_day": 330 + }, + "records": [ + { + "impact": "major", + "linked_incident": 5101, + "post_id": 7001, + "published_day": 412, + "state": "resolved", + "title": "Degraded checkout performance" + }, + { + "impact": "minor", + "linked_incident": 5102, + "post_id": 7002, + "published_day": 415, + "state": "monitoring", + "title": "Elevated error rates on payments" + }, + { + "impact": "major", + "linked_incident": 5103, + "post_id": 7003, + "published_day": 417, + "state": "resolved", + "title": "API latency affecting some customers" + }, + { + "impact": "none", + "linked_incident": null, + "post_id": 13020, + "published_day": 419, + "state": "scheduled", + "title": "DOB-020: notifications cutover scheduled for 2026-03-08" + } + ], + "source": "customer-status history" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/19-the-current-owner-register.json b/task_files/dob100-020-rca-notifications-timeout/material/19-the-current-owner-register.json new file mode 100644 index 0000000000000000000000000000000000000000..8dcb3fb4d0e454172825ce1d08f6b7e71a59ea39 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/19-the-current-owner-register.json @@ -0,0 +1,57 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 1, + "service_label": "Checkout (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 2, + "service_label": "Payments (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 210, + "owning_team": "Discovery Squad", + "row_id": 3, + "service_label": "Search (growth)", + "slack_channel": "#growth", + "week_start": "sunday" + }, + { + "last_reviewed_day": 180, + "owning_team": "Edge Team", + "row_id": 4, + "service_label": "Gateway (platform)", + "slack_channel": "#edge", + "week_start": "sunday" + }, + { + "last_reviewed_day": 355, + "owning_team": "Commerce Platform", + "row_id": 5, + "service_label": "Inventory (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 419, + "owning_team": "team-notifications", + "row_id": 12020, + "service_label": "notifications", + "slack_channel": "case-020-notifications", + "week_start": "monday" + } + ], + "source": "the current owner register" +} diff --git a/task_files/dob100-020-rca-notifications-timeout/material/20-the-pagerduty-service-catalog.json b/task_files/dob100-020-rca-notifications-timeout/material/20-the-pagerduty-service-catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..83f0bc4555bbc1f4a9d883809a2873d6203e3579 --- /dev/null +++ b/task_files/dob100-020-rca-notifications-timeout/material/20-the-pagerduty-service-catalog.json @@ -0,0 +1,39 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-020", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "escalation_policy": "EP-Commerce", + "name": "checkout-api", + "pd_service_id": "PSVC001", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "payments-api", + "pd_service_id": "PSVC002", + "status": "active" + }, + { + "escalation_policy": "EP-Platform", + "name": "edge-gateway", + "pd_service_id": "PSVC003", + "status": "active" + }, + { + "escalation_policy": "EP-Growth", + "name": "search-svc", + "pd_service_id": "PSVC004", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "inventory-api", + "pd_service_id": "PSVC005", + "status": "active" + } + ], + "source": "the PagerDuty service catalog" +} diff --git a/task_files/dob100-021-rca-inventory-pool/01-employee-request.md b/task_files/dob100-021-rca-inventory-pool/01-employee-request.md new file mode 100644 index 0000000000000000000000000000000000000000..59a499048e6ed1461a23647250b55fca3eac4721 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/01-employee-request.md @@ -0,0 +1 @@ +Inventory reservation failures. The incident record describes the visible effect, but it does not establish whether the apparent owner, a dependency, or the deployed configuration is responsible. For inventory, the affected business boundary includes stock reservation, warehouse truth, backorder promises, and race-free quantity updates. Find the narrowest explanation that fits every material signal and leave the incident record ready for independent verification. The supported cause controls whether inventory can enter the recovery window on 2026-03-08, making this one incident decision rather than a separate planning exercise. Settle the release promise from the real capacity and calendar, not the target date alone. Compare the feasible paths on timing, spend, authority, and consequence, then leave one verifiable recommendation. diff --git a/task_files/dob100-021-rca-inventory-pool/02-jira-work-item.csv b/task_files/dob100-021-rca-inventory-pool/02-jira-work-item.csv new file mode 100644 index 0000000000000000000000000000000000000000..1c77cbc5f1ee1100b27f2274ba2f4b6e54933565 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/02-jira-work-item.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +on-call,inventory,414,Task,DOB-021,High,DOB,,In Progress,"This is an investigation, not a change.",420 diff --git a/task_files/dob100-021-rca-inventory-pool/03-cross-tracker-links.json b/task_files/dob100-021-rca-inventory-pool/03-cross-tracker-links.json new file mode 100644 index 0000000000000000000000000000000000000000..68c7f7012a19226723270c63e315ae7dbe0ad7ed --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/03-cross-tracker-links.json @@ -0,0 +1,7 @@ +[ + { + "kind": "relates", + "source": "DOB-021", + "target": "GH-9021" + } +] diff --git a/task_files/dob100-021-rca-inventory-pool/04-github-issue.json b/task_files/dob100-021-rca-inventory-pool/04-github-issue.json new file mode 100644 index 0000000000000000000000000000000000000000..80cb6d9c4dbd87eee9a1cfa13b0df823fe58f629 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/04-github-issue.json @@ -0,0 +1,8 @@ +{ + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9021, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-021" +} diff --git a/task_files/dob100-021-rca-inventory-pool/05-current-operating-control.pdf b/task_files/dob100-021-rca-inventory-pool/05-current-operating-control.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b2963d93d81f70c38cd69d6fac195384398541f9 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/05-current-operating-control.pdf @@ -0,0 +1,44 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 742 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Control OPS-CONTROL-2026.03 is effective for DOB-021 and supersedes OPS-CONTROL-2025.11. Establish) Tj +T* (identity across Jira and the linked GitHub issue, compare the case-room report with live operational) Tj +T* (records, follow task-specific approval and rollout controls, and verify writes from the system of) Tj +T* (record. This page defines evidence precedence; it does not contain the task's conclusion. Change) Tj +T* (windows for inventory: 2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14 at 14:00Z; work outside these) Tj +T* (windows requires incident-commander approval. Vendor capacity order VEND-21 and change approval) Tj +T* (CHG-21 are the authoritative records for the cutover capacity plan.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000001040 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +1110 +%%EOF diff --git a/task_files/dob100-021-rca-inventory-pool/06-retired-shortcut-note.pdf b/task_files/dob100-021-rca-inventory-pool/06-retired-shortcut-note.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b8988a1f892988730b2391000cc08476c1b3ff22 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/06-retired-shortcut-note.pdf @@ -0,0 +1,40 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 276 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Retired control OPS-CONTROL-2025.11 for DOB-021. This draft recommends trusting the first alert and) Tj +T* (closing the tracker after a single-system check. It is retained for audit history and was superseded) Tj +T* (by OPS-CONTROL-2026.03.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000574 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +644 +%%EOF diff --git a/task_files/dob100-021-rca-inventory-pool/07-case-room-thread.json b/task_files/dob100-021-rca-inventory-pool/07-case-room-thread.json new file mode 100644 index 0000000000000000000000000000000000000000..cbbfa79940f2c285b37b41fe95bd8ed78b016479 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/07-case-room-thread.json @@ -0,0 +1,26 @@ +[ + { + "author": "release-manager", + "body": "Please resolve DOB-021. The Jira state is only intake; confirm the live systems.", + "channel": "case-021-inventory", + "message_id": 7 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-021-inventory", + "message_id": 8 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-021-inventory", + "message_id": 9 + }, + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-021-inventory", + "message_id": 10 + } +] diff --git a/task_files/dob100-021-rca-inventory-pool/08-pagerduty-change-events.csv b/task_files/dob100-021-rca-inventory-pool/08-pagerduty-change-events.csv new file mode 100644 index 0000000000000000000000000000000000000000..0b6e9ca356b6c10627dbd04342716b9b3dfdbf50 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/08-pagerduty-change-events.csv @@ -0,0 +1,3 @@ +change_id,day,pd_service_id,summary +4,419,PD-DOB-021,DOB-021 intake evidence for inventory; outcome not yet established +5,418,PD-DOB-021,Scaled the inventory production pool to 7 replicas across 2 zones (DOB-021 capacity baseline) diff --git a/task_files/dob100-021-rca-inventory-pool/09-service-owner-register.xlsx b/task_files/dob100-021-rca-inventory-pool/09-service-owner-register.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..9967c5ffd76252dbc85f28547ed0efdf4fcd15f8 Binary files /dev/null and b/task_files/dob100-021-rca-inventory-pool/09-service-owner-register.xlsx differ diff --git a/task_files/dob100-021-rca-inventory-pool/10-release-calendar.xlsx b/task_files/dob100-021-rca-inventory-pool/10-release-calendar.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..3b09cdbfb725c97d8f3a68a336f5befc1f8fc2ef Binary files /dev/null and b/task_files/dob100-021-rca-inventory-pool/10-release-calendar.xlsx differ diff --git a/task_files/dob100-021-rca-inventory-pool/11-source-inventory.csv b/task_files/dob100-021-rca-inventory-pool/11-source-inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..b6afed51c36e94d3fbd7ca115916561b4a9c3d37 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/11-source-inventory.csv @@ -0,0 +1,7 @@ +case_id,source,status +DOB-021,Jira,inspect +DOB-021,GitHub,inspect +DOB-021,Confluence,inspect +DOB-021,Slack,inspect +DOB-021,PagerDuty,inspect +DOB-021,live service,inspect diff --git a/task_files/dob100-021-rca-inventory-pool/12-request-email.eml b/task_files/dob100-021-rca-inventory-pool/12-request-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..7e49568ea0a899e82060965bcdecdf8699d0ba5b --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/12-request-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Please resolve DOB-021 +Message-ID: +X-Work-Item: DOB-021 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +The tracker captures intake only. Reconcile the live systems and leave an auditable handoff; do not follow a copied runbook blindly. diff --git a/task_files/dob100-021-rca-inventory-pool/13-former-owner-email.eml b/task_files/dob100-021-rca-inventory-pool/13-former-owner-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..810595347648a450a67aff5ce82a7ddad96fcd85 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/13-former-owner-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Old suggestion for DOB-021 +Message-ID: +X-Work-Item: DOB-021 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +I previously used OPS-CONTROL-2025.11. That may no longer be valid, and I did not verify today's production state. diff --git a/task_files/dob100-021-rca-inventory-pool/14-service-catalog.csv b/task_files/dob100-021-rca-inventory-pool/14-service-catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..56f49d736c87c58602e5089cbf052c3ea802f963 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/14-service-catalog.csv @@ -0,0 +1,11 @@ +case_id,description,kind,language,name,repo_version,service_id,team,tier +DOB-021,"Customer-facing storefront (Next.js): browse, cart, checkout UI.",frontend,typescript,storefront-web,v3.2.4,9001,growth,1 +DOB-021,"Public API edge: routing, auth, rate limiting, traffic weighting.",backend,go,api-gateway,v5.1.0,9002,platform,1 +DOB-021,"Product catalog, pricing, and merchandising.",backend,python,catalog,v1.9.2,9003,commerce,2 +DOB-021,Cart and checkout orchestration.,backend,python,checkout,v2.6.3,9004,commerce,1 +DOB-021,"Payment capture, refunds, and settlement.",backend,python,payments,v2.7.0,9005,commerce,1 +DOB-021,Email/SMS/push notification delivery.,worker,python,notifications,v1.4.8,9006,platform,2 +DOB-021,Product search and ranking.,backend,python,search,v3.0.5,9007,growth,2 +DOB-021,"Stock levels, reservations, and warehouse sync.",backend,java,inventory,v4.3.1,9008,commerce,2 +DOB-021,Product imagery and video delivery from the object store.,backend,python,media-service,v0.9.4,9009,growth,3 +DOB-021,Consumes the event queue and builds analytics rollups.,worker,python,analytics-worker,v2.1.7,9010,platform,3 diff --git a/task_files/dob100-021-rca-inventory-pool/15-slo-export.csv b/task_files/dob100-021-rca-inventory-pool/15-slo-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..bf290cf82e460b60cf401d55289e5226b2e7687d --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/15-slo-export.csv @@ -0,0 +1,2 @@ +case_id,description,metric,service,slo_id,threshold +DOB-021,Inventory reservations succeed 99% of the time.,error_rate_pct,inventory,9508,1.0 diff --git a/task_files/dob100-021-rca-inventory-pool/16-metrics-export.csv b/task_files/dob100-021-rca-inventory-pool/16-metrics-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..34f0249ff877108f06d066a403b3ccea434a16a3 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/16-metrics-export.csv @@ -0,0 +1,3 @@ +case_id,environment,metric,service,value +DOB-021,production,error_rate_pct,inventory,4.7 +DOB-021,production,latency_p99_ms,inventory,160.0 diff --git a/task_files/dob100-021-rca-inventory-pool/17-observability-log-slice.log b/task_files/dob100-021-rca-inventory-pool/17-observability-log-slice.log new file mode 100644 index 0000000000000000000000000000000000000000..99522bd03ec229bb627a2b308c436ec16b9459a2 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/17-observability-log-slice.log @@ -0,0 +1 @@ +{"case_id": "DOB-021", "environment": "production", "level": "ERROR", "log_id": 9019, "message": "SQLTimeoutException: connection wait timeout after 2000ms; db_pool_size=5 exhausted under 128 rps of reservations", "service": "inventory"} diff --git a/task_files/dob100-021-rca-inventory-pool/18-sentry-issues.json b/task_files/dob100-021-rca-inventory-pool/18-sentry-issues.json new file mode 100644 index 0000000000000000000000000000000000000000..2817b27b06c571ab4d057c1b43a8dbe2874edfcd --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/18-sentry-issues.json @@ -0,0 +1,49 @@ +{ + "case_id": "DOB-021", + "issues": [ + { + "events": 2317, + "first_seen_day": 410, + "issue_id": "CHECKOUT-1A", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TypeError: NoneType has no attribute 'amount'", + "users_affected": 890 + }, + { + "events": 1904, + "first_seen_day": 409, + "issue_id": "CHECKOUT-2B", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TimeoutError: payments call exceeded 8000ms", + "users_affected": 1502 + }, + { + "events": 18422, + "first_seen_day": 405, + "issue_id": "PAY-9C", + "last_seen_day": 420, + "level": "error", + "project_slug": "payments-backend", + "status": "unresolved", + "title": "ConnectionTimeout: notifications call exceeded 30000ms", + "users_affected": 6210 + }, + { + "events": 640, + "first_seen_day": 414, + "issue_id": "SRCH-3D", + "last_seen_day": 419, + "level": "warning", + "project_slug": "search", + "status": "resolved", + "title": "IndexRefreshTimeout", + "users_affected": 210 + } + ] +} diff --git a/task_files/dob100-021-rca-inventory-pool/19-kubernetes-pods.yaml b/task_files/dob100-021-rca-inventory-pool/19-kubernetes-pods.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4ab7f0a2a8891b2aad2a49b02b6737791f241f34 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/19-kubernetes-pods.yaml @@ -0,0 +1,4 @@ +case_id: DOB-021 +items: + - {"image_tag": "v4.2.1", "memory_limit_mb": 512, "memory_usage_mb": 0, "namespace": "production", "node": "node-a2", "pending_reason": "container has runAsNonRoot and image will run as root", "phase": "CreateContainerConfigError", "pod": "inventory-migrator-4d9e-ii99", "restarts": 0, "service": "inventory"} + - {"image_tag": "v4.2.1", "memory_limit_mb": 1024, "memory_usage_mb": 0, "namespace": "production", "node": "", "pending_reason": "pod has unbound immediate PersistentVolumeClaims: storageclass.storage.k8s.io 'fast-ssd-gp4' not found", "phase": "Pending", "pod": "inventory-7f3c-cc42", "restarts": 0, "service": "inventory"} \ No newline at end of file diff --git a/task_files/dob100-021-rca-inventory-pool/20-kubernetes-events.log b/task_files/dob100-021-rca-inventory-pool/20-kubernetes-events.log new file mode 100644 index 0000000000000000000000000000000000000000..f4586910fbaf2a594cecf80c03a6d895e1620790 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/20-kubernetes-events.log @@ -0,0 +1,8 @@ +{"case_id": "DOB-021", "count": 47, "day": 419, "event_id": 9001, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "OOMKilled"} +{"case_id": "DOB-021", "count": 47, "day": 419, "event_id": 9002, "message": "Back-off restarting failed container analytics", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "CrashLoopBackOff"} +{"case_id": "DOB-021", "count": 39, "day": 420, "event_id": 9003, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-m4p8", "reason": "OOMKilled"} +{"case_id": "DOB-021", "count": 1, "day": 417, "event_id": 9004, "message": "Stopping container gateway for rollout", "namespace": "production", "pod": "api-gateway-9f2e-cc33", "reason": "Killing"} +{"case_id": "DOB-021", "count": 3, "day": 420, "event_id": 9005, "message": "The node was low on resource: ephemeral-storage. Container media was using 4Gi", "namespace": "production", "pod": "media-service-2e4f-ee55", "reason": "Evicted"} +{"case_id": "DOB-021", "count": 214, "day": 419, "event_id": 9006, "message": "0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector", "namespace": "production", "pod": "search-reindex-8c2a-gg77", "reason": "FailedScheduling"} +{"case_id": "DOB-021", "count": 1, "day": 420, "event_id": 9007, "message": "Node node-c1 status is now: NodeNotReady", "namespace": "production", "pod": "notifications-1b7d-hh88", "reason": "NodeNotReady"} +{"case_id": "DOB-021", "count": 96, "day": 418, "event_id": 9008, "message": "Error: container has runAsNonRoot and image will run as root", "namespace": "production", "pod": "inventory-migrator-4d9e-ii99", "reason": "Failed"} diff --git a/task_files/dob100-021-rca-inventory-pool/21-deployment-history.json b/task_files/dob100-021-rca-inventory-pool/21-deployment-history.json new file mode 100644 index 0000000000000000000000000000000000000000..819224dfad37771e0f79f7b37343ca60a4e2de2f --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/21-deployment-history.json @@ -0,0 +1,21 @@ +{ + "case_id": "DOB-021", + "deployments": [ + { + "canary_percent": 100, + "deployment_id": 9267, + "environment": "staging", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + }, + { + "canary_percent": 100, + "deployment_id": 9268, + "environment": "production", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + } + ] +} diff --git a/task_files/dob100-021-rca-inventory-pool/22-ci-runs.csv b/task_files/dob100-021-rca-inventory-pool/22-ci-runs.csv new file mode 100644 index 0000000000000000000000000000000000000000..95c27c3aa3545419c890317e1ec12a5ff044ebe7 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/22-ci-runs.csv @@ -0,0 +1,3 @@ +case_id,detail,pr_number,run_id,service,status +DOB-021,all checks passed,,7,inventory,passed +DOB-021,intermittent failure: test_reservation_race (rerun may pass),,8,inventory,failed diff --git a/task_files/dob100-021-rca-inventory-pool/23-pull-request-context.json b/task_files/dob100-021-rca-inventory-pool/23-pull-request-context.json new file mode 100644 index 0000000000000000000000000000000000000000..97fc262cd5923d0e81acb5e5c832b334df04fa1f --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/23-pull-request-context.json @@ -0,0 +1,4 @@ +{ + "case_id": "DOB-021", + "pull_requests": [] +} diff --git a/task_files/dob100-021-rca-inventory-pool/24-migration-state.sql b/task_files/dob100-021-rca-inventory-pool/24-migration-state.sql new file mode 100644 index 0000000000000000000000000000000000000000..ad88ab862c825b3790c5f67642c10f694fe590da --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/24-migration-state.sql @@ -0,0 +1,3 @@ +-- case_id: DOB-021 +-- {"environment": "production", "migration_id": 8, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} +-- {"environment": "staging", "migration_id": 7, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} diff --git a/task_files/dob100-021-rca-inventory-pool/25-security-scanner-report.pdf b/task_files/dob100-021-rca-inventory-pool/25-security-scanner-report.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3dc83c52285218f28edfd054177e5f545c913796 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/25-security-scanner-report.pdf @@ -0,0 +1,39 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 118 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Case DOB-021 security observations) Tj +T* (No task conclusion is precomputed here.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000416 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +486 +%%EOF diff --git a/task_files/dob100-021-rca-inventory-pool/26-approval-policy.md b/task_files/dob100-021-rca-inventory-pool/26-approval-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..62c65395ef460fcafe2ded3455048771e3d67b87 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/26-approval-policy.md @@ -0,0 +1,3 @@ +# Approval context for DOB-021 + +OPS-CONTROL-2026.03 is operative. Irreversible actions require the approval recorded in the live policy system. Difficulty is not a reason to seek approval, and approval is not evidence that a proposed outcome is correct. diff --git a/task_files/dob100-021-rca-inventory-pool/27-current-versus-stale-notes.txt b/task_files/dob100-021-rca-inventory-pool/27-current-versus-stale-notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..f68e065b1a08bcff6517590d2e6f39867ec52b80 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/27-current-versus-stale-notes.txt @@ -0,0 +1 @@ +DOB-021 has a current control (OPS-CONTROL-2026.03) and a retained retired note (OPS-CONTROL-2025.11). Resolve effective status and corroborate the underlying facts; filenames and display names are not authority. diff --git a/task_files/dob100-021-rca-inventory-pool/28-change-readiness-standard.pdf b/task_files/dob100-021-rca-inventory-pool/28-change-readiness-standard.pdf new file mode 100644 index 0000000000000000000000000000000000000000..e9a417f253a53f6cfac7d4bff4912f8353c09c5c --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/28-change-readiness-standard.pdf @@ -0,0 +1,58 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 2113 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(DOB-021 change-readiness standard for inventory) Tj +T* (Change-readiness standard for DOB-021 \(inventory\), effective under OPS-CONTROL-2026.03. Before the) Tj +T* (inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in) Tj +T* (every production zone. The zone count and the current pool size are the PagerDuty scale record for) Tj +T* (PD-DOB-021; replicas reserved for another team's freeze in the Linear capacity register \(CAP-21\) are) Tj +T* (not usable. Any shortfall is covered only by confirmed CloudCap capacity \(Jira order VEND-21\) and) Tj +T* (becomes effective in the next published change window on the current operating control page. Plan) Tj +T* (selection: choose the lowest-cost authorised plan whose completion is on or before the customer) Tj +T* (cutover date published on the status page; if no authorised plan meets it, choose the earliest) Tj +T* (authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working) Tj +T* (outside a change window needs incident-commander approval beyond change approval CHG-21. Record the) Tj +T* (plan as the reconciliation answer to question DOB-021-capacity-plan: a JSON object with the keys) Tj +T* (business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas,) Tj +T* (reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date,) Tj +T* (expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion,) Tj +T* (expedited_plan_completion, reserved_release_completion, recommended_option,) Tj +T* (recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required,) Tj +T* (approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO \(YYYY-MM-DD\); the) Tj +T* (unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the) Tj +T* (change approval; outcome_vs_control_days is completion minus cutover \(positive means late\);) Tj +T* (decision_timing_status is ON_TIME or LATE.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000002412 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +2482 +%%EOF diff --git a/task_files/dob100-021-rca-inventory-pool/29-vendor-capacity-order.csv b/task_files/dob100-021-rca-inventory-pool/29-vendor-capacity-order.csv new file mode 100644 index 0000000000000000000000000000000000000000..5baed37be78f2fc3df227315e777ad74231729c0 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/29-vendor-capacity-order.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +procurement,inventory,416,Vendor Order,VEND-21,Medium,VEND,Confirmed,Done,"CloudCap capacity order for DOB-021: 2 inventory replicas, standard delivery 2026-03-05, expedited delivery 2026-03-04 for USD 600",419 diff --git a/task_files/dob100-021-rca-inventory-pool/30-change-approval-record.csv b/task_files/dob100-021-rca-inventory-pool/30-change-approval-record.csv new file mode 100644 index 0000000000000000000000000000000000000000..96b531123787613a0a4d09ea0a4222490a232ccc --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/30-change-approval-record.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +change-advisory,inventory,417,Change,CHG-21,Medium,CHG,Approved,Done,Change approval CHG-21 for DOB-021: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved,419 diff --git a/task_files/dob100-021-rca-inventory-pool/31-capacity-reservation-register.json b/task_files/dob100-021-rca-inventory-pool/31-capacity-reservation-register.json new file mode 100644 index 0000000000000000000000000000000000000000..39a50f88720b9c2e9f7b4aeb342e336de5e850c8 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/31-capacity-reservation-register.json @@ -0,0 +1,14 @@ +{ + "case_id": "DOB-021", + "issues": [ + { + "created_day": 417, + "identifier": "CAP-21", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "3 inventory replicas reserved for the media-service freeze until 2026-03-11; early release needs incident-commander approval and a USD 1400 re-provisioning charge (DOB-021)" + } + ] +} diff --git a/task_files/dob100-021-rca-inventory-pool/32-customer-cutover-notice.json b/task_files/dob100-021-rca-inventory-pool/32-customer-cutover-notice.json new file mode 100644 index 0000000000000000000000000000000000000000..e92a03ac5ba7ab0e983c418798652e7638b1f578 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/32-customer-cutover-notice.json @@ -0,0 +1,13 @@ +{ + "case_id": "DOB-021", + "posts": [ + { + "impact": "none", + "linked_incident": null, + "post_id": 13021, + "published_day": 419, + "state": "scheduled", + "title": "DOB-021: inventory cutover scheduled for 2026-03-08" + } + ] +} diff --git a/task_files/dob100-021-rca-inventory-pool/51-agent-visible-asset-manifest.json b/task_files/dob100-021-rca-inventory-pool/51-agent-visible-asset-manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..60d628d8a0585e00c8e97495a21888e7f9a7e136 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/51-agent-visible-asset-manifest.json @@ -0,0 +1,558 @@ +{ + "assets": [ + { + "bytes": 842, + "evidence_role": "request", + "kind": "md", + "material": false, + "path": "01-employee-request.md", + "sha256": "25dddfbddcfa0197868adfecaf5305d360cbe53182fc34d16564582c706c2a29", + "source": "employee request" + }, + { + "bytes": 206, + "evidence_role": "identity", + "kind": "csv", + "material": false, + "path": "02-jira-work-item.csv", + "sha256": "24c3c54c6f168105ee4e9724ce896eeaad2f0dc876bdf09ad8b53f181aca4e86", + "source": "Atlassian Jira" + }, + { + "bytes": 84, + "evidence_role": "identity", + "kind": "json", + "material": false, + "path": "03-cross-tracker-links.json", + "sha256": "ef79a961880e65e3c2d9f6cf820ce7fe22b53d2a8b29a75fc6219eef2b03da3f", + "source": "tracker link registry" + }, + { + "bytes": 189, + "evidence_role": "engineering-signal", + "kind": "json", + "material": false, + "path": "04-github-issue.json", + "sha256": "6a2582f6c130e638a4389be2c90f53fa981aca88f48753f51fc5ee982ec1f00d", + "source": "GitHub" + }, + { + "bytes": 1294, + "evidence_role": "authority", + "kind": "pdf", + "material": false, + "path": "05-current-operating-control.pdf", + "sha256": "95fe4e28abf4c8ecf925a5aa333de9d3a73bc4fbc7b0b88e4f559b4be3a9d88d", + "source": "Confluence current export" + }, + { + "bytes": 827, + "evidence_role": "stale-authority", + "kind": "pdf", + "material": false, + "path": "06-retired-shortcut-note.pdf", + "sha256": "12b76ade1ba3258f211b47ca2cf3b180d3a823adcb697091deb4d10c65a088a0", + "source": "Confluence history export" + }, + { + "bytes": 884, + "evidence_role": "conversation", + "kind": "json", + "material": false, + "path": "07-case-room-thread.json", + "sha256": "7cd860477536baeca195f38e2a195aff1868ae37e9fcffde70dbd25fbf0c6247", + "source": "Slack" + }, + { + "bytes": 234, + "evidence_role": "change-history", + "kind": "csv", + "material": false, + "path": "08-pagerduty-change-events.csv", + "sha256": "d76c06fa9f3bf5833a90ffcf2dbf189183ad8de5bf956224ca7f1bd826a35536", + "source": "PagerDuty" + }, + { + "bytes": 1588, + "evidence_role": "ownership", + "kind": "xlsx", + "material": false, + "path": "09-service-owner-register.xlsx", + "sha256": "664cabf4c061b8738fa245725022dd111cc193c367afa378464d7a3c9c3ba3b6", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 1700, + "evidence_role": "schedule", + "kind": "xlsx", + "material": false, + "path": "10-release-calendar.xlsx", + "sha256": "1849f4a53e76468f153c849b337994cfd9b64f2015c12d8992d8c7707a0f71b6", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 177, + "evidence_role": "inventory", + "kind": "csv", + "material": false, + "path": "11-source-inventory.csv", + "sha256": "389bd8a7495247709f9bcef063256199df61484f0b411a9cdfb168d1cc890745", + "source": "case intake" + }, + { + "bytes": 398, + "evidence_role": "request", + "kind": "eml", + "material": false, + "path": "12-request-email.eml", + "sha256": "fbe2eedfbadc56adcc6a64114f0ae36b26b101675030cfe327002fa1f435c8ff", + "source": "Gmail export" + }, + { + "bytes": 384, + "evidence_role": "conflict", + "kind": "eml", + "material": false, + "path": "13-former-owner-email.eml", + "sha256": "2de1e4a640fecd4f0dc56b1a5b602c38f1accde947fbdec760983c1261d66bf9", + "source": "Gmail export" + }, + { + "bytes": 1138, + "evidence_role": "service-state", + "kind": "csv", + "material": false, + "path": "14-service-catalog.csv", + "sha256": "219f198ffc35bb8a45e885e612981a35e723ea279d46ce40fdb389f7f4219f9d", + "source": "service catalog" + }, + { + "bytes": 144, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "15-slo-export.csv", + "sha256": "cdcf551bd6a2c94c303e77f0a7afb789db4042bbfe9201f645d831318feb2cbd", + "source": "SLO platform" + }, + { + "bytes": 142, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "16-metrics-export.csv", + "sha256": "580cef41d4d0393c5f0b3a90c238f874a74c939d4ccc880df22e605cd8c83785", + "source": "Prometheus" + }, + { + "bytes": 238, + "evidence_role": "live-signal", + "kind": "log", + "material": false, + "path": "17-observability-log-slice.log", + "sha256": "5ede9d87e805eac95c5a19366feb0f321e3787d56c06d83a3a4cc07c64e8b48e", + "source": "log platform" + }, + { + "bytes": 1253, + "evidence_role": "live-signal", + "kind": "json", + "material": false, + "path": "18-sentry-issues.json", + "sha256": "a3af462cbc5868bbac4b9c248619442b507ae8e0990f342b01ab774e092830d4", + "source": "Sentry" + }, + { + "bytes": 662, + "evidence_role": "runtime-state", + "kind": "yaml", + "material": false, + "path": "19-kubernetes-pods.yaml", + "sha256": "4001a00a1d1190a083a83152cacf011cd3e4564b4a4e60eff719ea1ec9334a73", + "source": "Kubernetes" + }, + { + "bytes": 1817, + "evidence_role": "runtime-state", + "kind": "log", + "material": false, + "path": "20-kubernetes-events.log", + "sha256": "bd0310f2db688b63de940f065303cf94f9f96af5a3e916ad6f80b11e249c02d5", + "source": "Kubernetes" + }, + { + "bytes": 429, + "evidence_role": "deployment-state", + "kind": "json", + "material": false, + "path": "21-deployment-history.json", + "sha256": "2c18e7a1a34e8d7ef6d954ea89d4e1f2ef23a7c9f220902a2874871991f41224", + "source": "deployment platform" + }, + { + "bytes": 185, + "evidence_role": "build-state", + "kind": "csv", + "material": false, + "path": "22-ci-runs.csv", + "sha256": "a39b9547e824c494df8a143daff37c541fe15fd0852794c88837a33f8bb54955", + "source": "CI platform" + }, + { + "bytes": 50, + "evidence_role": "change-state", + "kind": "json", + "material": false, + "path": "23-pull-request-context.json", + "sha256": "8d3ebedb0b0cc3dd5e3500f10bf3e18f6fbbc4bcb2d0951c55a3de5e3f415e5d", + "source": "GitHub" + }, + { + "bytes": 279, + "evidence_role": "change-control", + "kind": "sql", + "material": false, + "path": "24-migration-state.sql", + "sha256": "6c06864dd26753f10271ec9fb01774b7bc3a70ca132c000bf31084f27ec71f35", + "source": "database change control" + }, + { + "bytes": 669, + "evidence_role": "security", + "kind": "pdf", + "material": false, + "path": "25-security-scanner-report.pdf", + "sha256": "71c766ad95e7b7a4081b81c9431b9dac23babff2ffbef4cf3e169e84a30a9f4a", + "source": "security scanner" + }, + { + "bytes": 254, + "evidence_role": "governance", + "kind": "md", + "material": false, + "path": "26-approval-policy.md", + "sha256": "fbca565fb42f20ca642d09a1c2496ba90850d527fb89d3da8bf7a538701925da", + "source": "change governance" + }, + { + "bytes": 213, + "evidence_role": "lineage", + "kind": "txt", + "material": false, + "path": "27-current-versus-stale-notes.txt", + "sha256": "7dd009c79cd87dd9a2c91ce9f2f29a1e9d4a2f21b8059d63e601f15e0bbdcb46", + "source": "evidence custodian" + }, + { + "bytes": 2666, + "evidence_role": "capacity requirement", + "kind": "pdf", + "material": false, + "path": "28-change-readiness-standard.pdf", + "sha256": "949dac76aacc1e1d727ea4b3d519ecfe9b0f5e26ccf5f112f6f49fe8dd309054", + "source": "Confluence current export" + }, + { + "bytes": 314, + "evidence_role": "vendor lead time and cost", + "kind": "csv", + "material": false, + "path": "29-vendor-capacity-order.csv", + "sha256": "93109a04315d494d799b3fe1c480b2d6b587d680f5930d9f6bcfd42a723ba30a", + "source": "Atlassian Jira vendor project" + }, + { + "bytes": 401, + "evidence_role": "approval scope", + "kind": "csv", + "material": false, + "path": "30-change-approval-record.csv", + "sha256": "2fa308f086e6eb7dce7f174f20efe83297efb3f7340fcf229af795918993071b", + "source": "Atlassian Jira change advisory" + }, + { + "bytes": 414, + "evidence_role": "capacity exclusion", + "kind": "json", + "material": false, + "path": "31-capacity-reservation-register.json", + "sha256": "9b34069a28009e75e3a701900a009a7d1ee85441f80de333b45de92fdf542539", + "source": "Linear" + }, + { + "bytes": 261, + "evidence_role": "independent business need", + "kind": "json", + "material": false, + "path": "32-customer-cutover-notice.json", + "sha256": "1b0b02f09c8f54510c006cb87e29345fed10e8653db4aefc266662d0e5cc8fc1", + "source": "public status page" + }, + { + "bytes": 683, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/01-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "DOB-021" + }, + "sha256": "443205998d0f50aa809c8ccb5f1f544f569189b5ebb39ca783141f6c50797c8f", + "source": "the authoritative Jira work item" + }, + { + "bytes": 375, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the cross-tracker link registry", + "path": "material/02-the-cross-tracker-link-registry.json", + "query_scope": { + "source": "DOB-021" + }, + "sha256": "410e86a3bac73e3fef2c3c2b540ceb4f0b6cbcbce77229e4da1e271f4fd677c1", + "source": "the cross-tracker link registry" + }, + { + "bytes": 539, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked GitHub issue population", + "path": "material/03-the-linked-github-issue-population.json", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "sha256": "66c1a82b0d736817d2ef15fe915f6f58a98938fe942d0602659208ce45326981", + "source": "the linked GitHub issue population" + }, + { + "bytes": 786, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the operating-control index", + "path": "material/04-the-operating-control-index.json", + "query_scope": { + "query": "DOB-021", + "space": "OPS" + }, + "sha256": "fe0784b78392c716cbfac4cc76b691234d4febe373298b98bc27c07a58aa2dbd", + "source": "the operating-control index" + }, + { + "bytes": 1087, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/05-the-exact-control-revision.json", + "query_scope": { + "page_id": 10021 + }, + "sha256": "87147760c639a9da87c63ad679785bb34b794ab28c7feddd5e67afbd79df9198", + "source": "the exact control revision" + }, + { + "bytes": 649, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/06-the-exact-control-revision.json", + "query_scope": { + "page_id": 11021 + }, + "sha256": "66b9af5bd324271993e92a2c568e11760d73c851f844d244fb4920a51560e588", + "source": "the exact control revision" + }, + { + "bytes": 1237, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the case-room conversation", + "path": "material/07-the-case-room-conversation.json", + "query_scope": { + "channel": "case-021-inventory", + "limit": 50 + }, + "sha256": "23a8e92a0c6b1d2aac93dec2a572273a18ee52a12c4ead114e4c70f68887dba1", + "source": "the case-room conversation" + }, + { + "bytes": 698, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty change-event history", + "path": "material/08-the-pagerduty-change-event-history.json", + "query_scope": { + "pd_service_id": "PD-DOB-021", + "since_day": 330 + }, + "sha256": "d27ed30bad897d5a4bbd482d3da47e5d6e33774a2b9d7ec3fb40a484a2a8945d", + "source": "the PagerDuty change-event history" + }, + { + "bytes": 473, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current customer-status record", + "path": "material/09-the-current-customer-status-record.json", + "query_scope": { + "limit": 20 + }, + "sha256": "1da6149316e7082c87f37dcad83a5fdd637b4d673617a2155382590e25b3e500", + "source": "the current customer-status record" + }, + { + "bytes": 444, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "runtime resource and process state (inventory)", + "path": "material/10-runtime-resource-and-process-state.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "3407789896fd97cc2f6bb1e5f97f49dfbebdecdea1049c7235f678902a2e221f", + "source": "runtime resource and process state" + }, + { + "bytes": 519, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "live traffic allocation (inventory)", + "path": "material/11-live-traffic-allocation.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "565a761064f0817fcf46f96aa77b0323c375eb84021224a93cdb2eab6765da39", + "source": "live traffic allocation" + }, + { + "bytes": 533, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "current service logs (inventory)", + "path": "material/12-current-service-logs.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "9c40ab9aaf24a2de9d022e15a5217da57597977fdff81d2a9e5344d5cceeae06", + "source": "current service logs" + }, + { + "bytes": 668, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the employee work item", + "path": "material/13-the-employee-work-item.json", + "query_scope": { + "key": "OPS-124" + }, + "sha256": "70f2ab53f922ded149ac46250884b6f299df8ca0d7a94e5f80e1a4cb692edb96", + "source": "the employee work item" + }, + { + "bytes": 2302, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/14-the-exact-control-revision.json", + "query_scope": { + "page_id": 14021 + }, + "sha256": "cd0b2d6b3719cc566e1c6b4f119ed61a5068cad15a2142dca95be185e735ca81", + "source": "the exact control revision" + }, + { + "bytes": 715, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/15-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "VEND-21" + }, + "sha256": "a8f5eced81248ade87593a00477f42acbba859d4a8e53cd709119203a23e5170", + "source": "the authoritative Jira work item" + }, + { + "bytes": 803, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/16-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "CHG-21" + }, + "sha256": "8fb98f4b2b04be1bd00138b7d5f9f8535aa2c80ca41d69c299c81c378c63d6ba", + "source": "the authoritative Jira work item" + }, + { + "bytes": 654, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked planning tracker", + "path": "material/17-the-linked-planning-tracker.json", + "query_scope": { + "team": "team-inventory" + }, + "sha256": "11625ddee4b1e888cf404d01e5c16379ae23168f470c4fb9bf0a80b73fe15a1f", + "source": "the linked planning tracker" + }, + { + "bytes": 1084, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "customer-status history", + "path": "material/18-customer-status-history.json", + "query_scope": { + "since_day": 330 + }, + "sha256": "1a2f719e2b20e084baa09d462f7afce3c7e62602f1e3b5f1a73f23bc0579c4f9", + "source": "customer-status history" + }, + { + "bytes": 1534, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current owner register", + "path": "material/19-the-current-owner-register.json", + "query_scope": {}, + "sha256": "172ebd1a71393a0c23e0285a957142e3e7066a433932759ec09f66e9113dbbd3", + "source": "the current owner register" + }, + { + "bytes": 972, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty service catalog", + "path": "material/20-the-pagerduty-service-catalog.json", + "query_scope": {}, + "sha256": "8fe29eade136743cfcb688621e285e35ebffa99be0f3ed1e8c0e714feec5b219", + "source": "the PagerDuty service catalog" + } + ], + "case_id": "DOB-021", + "gold_included": false, + "listed_assets": 52, + "oracle_sequence_included": false, + "ordering_semantics": false, + "total_assets_including_this_manifest": 53 +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/01-the-authoritative-jira-work-item.json b/task_files/dob100-021-rca-inventory-pool/material/01-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..015d58f99288bfd62f4d0afd8a4032c002420b29 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/01-the-authoritative-jira-work-item.json @@ -0,0 +1,28 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "DOB-021" + }, + "records": { + "assignee": "on-call", + "component": "inventory", + "created_day": 414, + "issue_type": "Task", + "key": "DOB-021", + "links": [ + { + "kind": "relates", + "target": "GH-9021" + } + ], + "priority": "High", + "project": "DOB", + "resolution": "", + "status": "In Progress", + "summary": "This is an investigation, not a change.", + "updated_day": 420 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/02-the-cross-tracker-link-registry.json b/task_files/dob100-021-rca-inventory-pool/material/02-the-cross-tracker-link-registry.json new file mode 100644 index 0000000000000000000000000000000000000000..9c6d56a466aa752ddd70539b93e02dd054846524 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/02-the-cross-tracker-link-registry.json @@ -0,0 +1,16 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "source": "DOB-021" + }, + "records": [ + { + "kind": "relates", + "source": "DOB-021", + "target": "GH-9021" + } + ], + "source": "the cross-tracker link registry" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/03-the-linked-github-issue-population.json b/task_files/dob100-021-rca-inventory-pool/material/03-the-linked-github-issue-population.json new file mode 100644 index 0000000000000000000000000000000000000000..0e9271a7a9711d236997dad8ffd1e85083577ab5 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/03-the-linked-github-issue-population.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "records": [ + { + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9021, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-021" + } + ], + "source": "the linked GitHub issue population" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/04-the-operating-control-index.json b/task_files/dob100-021-rca-inventory-pool/material/04-the-operating-control-index.json new file mode 100644 index 0000000000000000000000000000000000000000..8e31e6eb01c67ab817168b7c930ca61956707d84 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/04-the-operating-control-index.json @@ -0,0 +1,33 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "query": "DOB-021", + "space": "OPS" + }, + "records": [ + { + "last_updated_day": 420, + "page_id": 10021, + "space": "OPS", + "stale": 0, + "title": "DOB-021 current operating control" + }, + { + "last_updated_day": 310, + "page_id": 11021, + "space": "OPS", + "stale": 1, + "title": "DOB-021 retired shortcut note" + }, + { + "last_updated_day": 420, + "page_id": 14021, + "space": "OPS", + "stale": 0, + "title": "DOB-021 change-readiness standard for inventory" + } + ], + "source": "the operating-control index" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/05-the-exact-control-revision.json b/task_files/dob100-021-rca-inventory-pool/material/05-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..8be1d151f501abe0ebf1d18f9a8bb13c613cb9d3 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/05-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 10021 + }, + "records": { + "body": "Control OPS-CONTROL-2026.03 is effective for DOB-021 and supersedes OPS-CONTROL-2025.11. Establish identity across Jira and the linked GitHub issue, compare the case-room report with live operational records, follow task-specific approval and rollout controls, and verify writes from the system of record. This page defines evidence precedence; it does not contain the task's conclusion. Change windows for inventory: 2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14 at 14:00Z; work outside these windows requires incident-commander approval. Vendor capacity order VEND-21 and change approval CHG-21 are the authoritative records for the cutover capacity plan.", + "last_updated_day": 420, + "page_id": 10021, + "space": "OPS", + "stale": 0, + "title": "DOB-021 current operating control" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/06-the-exact-control-revision.json b/task_files/dob100-021-rca-inventory-pool/material/06-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..357ab6b959432500f5f37c25bf662a96a93a3d54 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/06-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 11021 + }, + "records": { + "body": "Retired control OPS-CONTROL-2025.11 for DOB-021. This draft recommends trusting the first alert and closing the tracker after a single-system check. It is retained for audit history and was superseded by OPS-CONTROL-2026.03.", + "last_updated_day": 310, + "page_id": 11021, + "space": "OPS", + "stale": 1, + "title": "DOB-021 retired shortcut note" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/07-the-case-room-conversation.json b/task_files/dob100-021-rca-inventory-pool/material/07-the-case-room-conversation.json new file mode 100644 index 0000000000000000000000000000000000000000..cc54b3a037872a409cbc734ed91fc64ba7fc9c86 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/07-the-case-room-conversation.json @@ -0,0 +1,36 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "channel": "case-021-inventory", + "limit": 50 + }, + "records": [ + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-021-inventory", + "message_id": 10 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-021-inventory", + "message_id": 9 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-021-inventory", + "message_id": 8 + }, + { + "author": "release-manager", + "body": "Please resolve DOB-021. The Jira state is only intake; confirm the live systems.", + "channel": "case-021-inventory", + "message_id": 7 + } + ], + "source": "the case-room conversation" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/08-the-pagerduty-change-event-history.json b/task_files/dob100-021-rca-inventory-pool/material/08-the-pagerduty-change-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..51e794286bc532e11b297395a662a28fbcc9226b --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/08-the-pagerduty-change-event-history.json @@ -0,0 +1,24 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "pd_service_id": "PD-DOB-021", + "since_day": 330 + }, + "records": [ + { + "change_id": 5, + "day": 418, + "pd_service_id": "PD-DOB-021", + "summary": "Scaled the inventory production pool to 7 replicas across 2 zones (DOB-021 capacity baseline)" + }, + { + "change_id": 4, + "day": 419, + "pd_service_id": "PD-DOB-021", + "summary": "DOB-021 intake evidence for inventory; outcome not yet established" + } + ], + "source": "the PagerDuty change-event history" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/09-the-current-customer-status-record.json b/task_files/dob100-021-rca-inventory-pool/material/09-the-current-customer-status-record.json new file mode 100644 index 0000000000000000000000000000000000000000..c2410c152af72f14afa4567d0c23bfa13f881264 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/09-the-current-customer-status-record.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "limit": 20 + }, + "records": [ + { + "body": "Catalog read replica maintenance completed with no customer impact.", + "post_id": 1, + "state": "resolved", + "title": "Scheduled maintenance completed" + } + ], + "source": "the current customer-status record" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/10-runtime-resource-and-process-state.json b/task_files/dob100-021-rca-inventory-pool/material/10-runtime-resource-and-process-state.json new file mode 100644 index 0000000000000000000000000000000000000000..2eacbe9ea22ea64ab9bc7046b72ba0d7183c8349 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/10-runtime-resource-and-process-state.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "gc_collections_per_min": 8, + "gc_pause_p99_ms": 31, + "heap_used_pct": 52, + "service": "inventory", + "threads": 60 + } + ], + "source": "runtime resource and process state" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/11-live-traffic-allocation.json b/task_files/dob100-021-rca-inventory-pool/material/11-live-traffic-allocation.json new file mode 100644 index 0000000000000000000000000000000000000000..2a5e33e33b9c0c35b7004ffa0824ce201862c4fe --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/11-live-traffic-allocation.json @@ -0,0 +1,21 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "error_rate_pct": 4.7, + "failed_requests_per_min": 361.0, + "latency_p99_ms": 160.0, + "route": "POST /reserve", + "route_id": 9210, + "rps": 128, + "service": "inventory", + "share_pct": 100 + } + ], + "source": "live traffic allocation" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/12-current-service-logs.json b/task_files/dob100-021-rca-inventory-pool/material/12-current-service-logs.json new file mode 100644 index 0000000000000000000000000000000000000000..eb5cd74563272d101c9585827627a849cc66ab12 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/12-current-service-logs.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "environment": "production", + "level": "ERROR", + "log_id": 9019, + "message": "SQLTimeoutException: connection wait timeout after 2000ms; db_pool_size=5 exhausted under 128 rps of reservations", + "service": "inventory" + } + ], + "source": "current service logs" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/13-the-employee-work-item.json b/task_files/dob100-021-rca-inventory-pool/material/13-the-employee-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..af092cc47ea798b211791d43c4faa5a5dc1c2422 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/13-the-employee-work-item.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "OPS-124" + }, + "records": { + "assignee": "", + "description": "Perform a root-cause analysis for inventory-errors and report service, fault type and the offending key with submit_diagnosis. Read-only investigation.", + "key": "OPS-124", + "priority": "high", + "service": "inventory", + "status": "open", + "ticket_id": 9164, + "title": "Root cause: inventory reservation failures", + "type": "incident" + }, + "source": "the employee work item" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/14-the-exact-control-revision.json b/task_files/dob100-021-rca-inventory-pool/material/14-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..c57bc6fc61dce58a7735328f3699e01fa9567f7b --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/14-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 14021 + }, + "records": { + "body": "Change-readiness standard for DOB-021 (inventory), effective under OPS-CONTROL-2026.03. Before the inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in every production zone. The zone count and the current pool size are the PagerDuty scale record for PD-DOB-021; replicas reserved for another team's freeze in the Linear capacity register (CAP-21) are not usable. Any shortfall is covered only by confirmed CloudCap capacity (Jira order VEND-21) and becomes effective in the next published change window on the current operating control page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the customer cutover date published on the status page; if no authorised plan meets it, choose the earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working outside a change window needs incident-commander approval beyond change approval CHG-21. Record the plan as the reconciliation answer to question DOB-021-capacity-plan: a JSON object with the keys business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion, expedited_plan_completion, reserved_release_completion, recommended_option, recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO (YYYY-MM-DD); the unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover (positive means late); decision_timing_status is ON_TIME or LATE.", + "last_updated_day": 420, + "page_id": 14021, + "space": "OPS", + "stale": 0, + "title": "DOB-021 change-readiness standard for inventory" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/15-the-authoritative-jira-work-item.json b/task_files/dob100-021-rca-inventory-pool/material/15-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..e80f1344da968ad6f806e098506d9d3091c16b5b --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/15-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "VEND-21" + }, + "records": { + "assignee": "procurement", + "component": "inventory", + "created_day": 416, + "issue_type": "Vendor Order", + "key": "VEND-21", + "links": [], + "priority": "Medium", + "project": "VEND", + "resolution": "Confirmed", + "status": "Done", + "summary": "CloudCap capacity order for DOB-021: 2 inventory replicas, standard delivery 2026-03-05, expedited delivery 2026-03-04 for USD 600", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/16-the-authoritative-jira-work-item.json b/task_files/dob100-021-rca-inventory-pool/material/16-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..0070beb9d4ec758ee4cd99acd39373faaf8e1bbb --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/16-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "CHG-21" + }, + "records": { + "assignee": "change-advisory", + "component": "inventory", + "created_day": 417, + "issue_type": "Change", + "key": "CHG-21", + "links": [], + "priority": "Medium", + "project": "CHG", + "resolution": "Approved", + "status": "Done", + "summary": "Change approval CHG-21 for DOB-021: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/17-the-linked-planning-tracker.json b/task_files/dob100-021-rca-inventory-pool/material/17-the-linked-planning-tracker.json new file mode 100644 index 0000000000000000000000000000000000000000..b6d3b4992c789cb9831bed2c6b55a25a56c34816 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/17-the-linked-planning-tracker.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "team": "team-inventory" + }, + "records": [ + { + "created_day": 417, + "identifier": "CAP-21", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "3 inventory replicas reserved for the media-service freeze until 2026-03-11; early release needs incident-commander approval and a USD 1400 re-provisioning charge (DOB-021)" + } + ], + "source": "the linked planning tracker" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/18-customer-status-history.json b/task_files/dob100-021-rca-inventory-pool/material/18-customer-status-history.json new file mode 100644 index 0000000000000000000000000000000000000000..66624a980918efdafc04e2c1a13295a97d21418e --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/18-customer-status-history.json @@ -0,0 +1,43 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "since_day": 330 + }, + "records": [ + { + "impact": "major", + "linked_incident": 5101, + "post_id": 7001, + "published_day": 412, + "state": "resolved", + "title": "Degraded checkout performance" + }, + { + "impact": "minor", + "linked_incident": 5102, + "post_id": 7002, + "published_day": 415, + "state": "monitoring", + "title": "Elevated error rates on payments" + }, + { + "impact": "major", + "linked_incident": 5103, + "post_id": 7003, + "published_day": 417, + "state": "resolved", + "title": "API latency affecting some customers" + }, + { + "impact": "none", + "linked_incident": null, + "post_id": 13021, + "published_day": 419, + "state": "scheduled", + "title": "DOB-021: inventory cutover scheduled for 2026-03-08" + } + ], + "source": "customer-status history" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/19-the-current-owner-register.json b/task_files/dob100-021-rca-inventory-pool/material/19-the-current-owner-register.json new file mode 100644 index 0000000000000000000000000000000000000000..cc87d79064d33df9e01a737846cbd8805863bb51 --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/19-the-current-owner-register.json @@ -0,0 +1,57 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 1, + "service_label": "Checkout (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 2, + "service_label": "Payments (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 210, + "owning_team": "Discovery Squad", + "row_id": 3, + "service_label": "Search (growth)", + "slack_channel": "#growth", + "week_start": "sunday" + }, + { + "last_reviewed_day": 180, + "owning_team": "Edge Team", + "row_id": 4, + "service_label": "Gateway (platform)", + "slack_channel": "#edge", + "week_start": "sunday" + }, + { + "last_reviewed_day": 355, + "owning_team": "Commerce Platform", + "row_id": 5, + "service_label": "Inventory (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 419, + "owning_team": "team-inventory", + "row_id": 12021, + "service_label": "inventory", + "slack_channel": "case-021-inventory", + "week_start": "monday" + } + ], + "source": "the current owner register" +} diff --git a/task_files/dob100-021-rca-inventory-pool/material/20-the-pagerduty-service-catalog.json b/task_files/dob100-021-rca-inventory-pool/material/20-the-pagerduty-service-catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..61befd4cfee5799d7755aedab9506ac35d07b94e --- /dev/null +++ b/task_files/dob100-021-rca-inventory-pool/material/20-the-pagerduty-service-catalog.json @@ -0,0 +1,39 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-021", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "escalation_policy": "EP-Commerce", + "name": "checkout-api", + "pd_service_id": "PSVC001", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "payments-api", + "pd_service_id": "PSVC002", + "status": "active" + }, + { + "escalation_policy": "EP-Platform", + "name": "edge-gateway", + "pd_service_id": "PSVC003", + "status": "active" + }, + { + "escalation_policy": "EP-Growth", + "name": "search-svc", + "pd_service_id": "PSVC004", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "inventory-api", + "pd_service_id": "PSVC005", + "status": "active" + } + ], + "source": "the PagerDuty service catalog" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/01-employee-request.md b/task_files/dob100-022-rca-inventory-migrator-security-context/01-employee-request.md new file mode 100644 index 0000000000000000000000000000000000000000..9462eaa8c096441721fdd36d2d0c8b4ed8ee9b12 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/01-employee-request.md @@ -0,0 +1 @@ +Inventory counts disagree with the database. The incident record describes the visible effect, but it does not establish whether the apparent owner, a dependency, or the deployed configuration is responsible. For inventory, the affected business boundary includes stock reservation, warehouse truth, backorder promises, and race-free quantity updates. Test the apparent explanation against the live state, distinguish correlation from cause, keep production unchanged, and record the sourced finding in the existing incident work item. The incident owner will use this conclusion for the 2026-03-08 release of inventory; a diagnosis that cannot support that decision is not finished. Can the authorised choices deliver on time, and which one offers the best timing-cost tradeoff without borrowing another team's reservation? Save the answer and make it independently checkable. diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/02-jira-work-item.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/02-jira-work-item.csv new file mode 100644 index 0000000000000000000000000000000000000000..862639005ace1a56223ed2656196478f06eecbdf --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/02-jira-work-item.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +on-call,inventory,414,Task,DOB-022,High,DOB,,In Progress,"This is an investigation, not a change.",420 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/03-cross-tracker-links.json b/task_files/dob100-022-rca-inventory-migrator-security-context/03-cross-tracker-links.json new file mode 100644 index 0000000000000000000000000000000000000000..15c171f09c4bb9c2709778166d78f627f8bcac03 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/03-cross-tracker-links.json @@ -0,0 +1,7 @@ +[ + { + "kind": "relates", + "source": "DOB-022", + "target": "GH-9022" + } +] diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/04-github-issue.json b/task_files/dob100-022-rca-inventory-migrator-security-context/04-github-issue.json new file mode 100644 index 0000000000000000000000000000000000000000..00c078fe1ff19c3e53b8c697247c2813c64e5d62 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/04-github-issue.json @@ -0,0 +1,8 @@ +{ + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9022, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-022" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/05-current-operating-control.pdf b/task_files/dob100-022-rca-inventory-migrator-security-context/05-current-operating-control.pdf new file mode 100644 index 0000000000000000000000000000000000000000..2bf79287766475981063fead5bbd62559cb6570e --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/05-current-operating-control.pdf @@ -0,0 +1,44 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 742 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Control OPS-CONTROL-2026.03 is effective for DOB-022 and supersedes OPS-CONTROL-2025.11. Establish) Tj +T* (identity across Jira and the linked GitHub issue, compare the case-room report with live operational) Tj +T* (records, follow task-specific approval and rollout controls, and verify writes from the system of) Tj +T* (record. This page defines evidence precedence; it does not contain the task's conclusion. Change) Tj +T* (windows for inventory: 2026-03-04, 2026-03-07, 2026-03-10, 2026-03-13 at 14:00Z; work outside these) Tj +T* (windows requires incident-commander approval. Vendor capacity order VEND-22 and change approval) Tj +T* (CHG-22 are the authoritative records for the cutover capacity plan.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000001040 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +1110 +%%EOF diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/06-retired-shortcut-note.pdf b/task_files/dob100-022-rca-inventory-migrator-security-context/06-retired-shortcut-note.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ffe71540ff3fcb92d8943ccc33e17b235f50445d --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/06-retired-shortcut-note.pdf @@ -0,0 +1,40 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 276 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Retired control OPS-CONTROL-2025.11 for DOB-022. This draft recommends trusting the first alert and) Tj +T* (closing the tracker after a single-system check. It is retained for audit history and was superseded) Tj +T* (by OPS-CONTROL-2026.03.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000574 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +644 +%%EOF diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/07-case-room-thread.json b/task_files/dob100-022-rca-inventory-migrator-security-context/07-case-room-thread.json new file mode 100644 index 0000000000000000000000000000000000000000..b9e35571a03d9912818bbcdda46957724f6d260a --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/07-case-room-thread.json @@ -0,0 +1,26 @@ +[ + { + "author": "release-manager", + "body": "Please resolve DOB-022. The Jira state is only intake; confirm the live systems.", + "channel": "case-022-inventory", + "message_id": 7 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-022-inventory", + "message_id": 8 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-022-inventory", + "message_id": 9 + }, + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-022-inventory", + "message_id": 10 + } +] diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/08-pagerduty-change-events.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/08-pagerduty-change-events.csv new file mode 100644 index 0000000000000000000000000000000000000000..13ac8e9eaa36ba8664e6f88dee0f2e95ed244857 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/08-pagerduty-change-events.csv @@ -0,0 +1,3 @@ +change_id,day,pd_service_id,summary +4,419,PD-DOB-022,DOB-022 intake evidence for inventory; outcome not yet established +5,418,PD-DOB-022,Scaled the inventory production pool to 9 replicas across 3 zones (DOB-022 capacity baseline) diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/09-service-owner-register.xlsx b/task_files/dob100-022-rca-inventory-migrator-security-context/09-service-owner-register.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..f72977949de13aa3f51900cd5cffeb4b7bb47789 Binary files /dev/null and b/task_files/dob100-022-rca-inventory-migrator-security-context/09-service-owner-register.xlsx differ diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/10-release-calendar.xlsx b/task_files/dob100-022-rca-inventory-migrator-security-context/10-release-calendar.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..d58b7fc06d216ce1d713bdd3d3fa111878c73fb3 Binary files /dev/null and b/task_files/dob100-022-rca-inventory-migrator-security-context/10-release-calendar.xlsx differ diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/11-source-inventory.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/11-source-inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..7878319a2c208ec4ff024f5b9cfb430999075060 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/11-source-inventory.csv @@ -0,0 +1,7 @@ +case_id,source,status +DOB-022,Jira,inspect +DOB-022,GitHub,inspect +DOB-022,Confluence,inspect +DOB-022,Slack,inspect +DOB-022,PagerDuty,inspect +DOB-022,live service,inspect diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/12-request-email.eml b/task_files/dob100-022-rca-inventory-migrator-security-context/12-request-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..ab839b67b824c187880733b7a6c680cf837fa83e --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/12-request-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Please resolve DOB-022 +Message-ID: +X-Work-Item: DOB-022 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +The tracker captures intake only. Reconcile the live systems and leave an auditable handoff; do not follow a copied runbook blindly. diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/13-former-owner-email.eml b/task_files/dob100-022-rca-inventory-migrator-security-context/13-former-owner-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..405a06b117e30cb5885540355214933239f7ba88 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/13-former-owner-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Old suggestion for DOB-022 +Message-ID: +X-Work-Item: DOB-022 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +I previously used OPS-CONTROL-2025.11. That may no longer be valid, and I did not verify today's production state. diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/14-service-catalog.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/14-service-catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..e8a7888db4f1cea5089b41b6087ca2d564c4acaa --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/14-service-catalog.csv @@ -0,0 +1,11 @@ +case_id,description,kind,language,name,repo_version,service_id,team,tier +DOB-022,"Customer-facing storefront (Next.js): browse, cart, checkout UI.",frontend,typescript,storefront-web,v3.2.4,9001,growth,1 +DOB-022,"Public API edge: routing, auth, rate limiting, traffic weighting.",backend,go,api-gateway,v5.1.0,9002,platform,1 +DOB-022,"Product catalog, pricing, and merchandising.",backend,python,catalog,v1.9.2,9003,commerce,2 +DOB-022,Cart and checkout orchestration.,backend,python,checkout,v2.6.3,9004,commerce,1 +DOB-022,"Payment capture, refunds, and settlement.",backend,python,payments,v2.7.0,9005,commerce,1 +DOB-022,Email/SMS/push notification delivery.,worker,python,notifications,v1.4.8,9006,platform,2 +DOB-022,Product search and ranking.,backend,python,search,v3.0.5,9007,growth,2 +DOB-022,"Stock levels, reservations, and warehouse sync.",backend,java,inventory,v4.3.1,9008,commerce,2 +DOB-022,Product imagery and video delivery from the object store.,backend,python,media-service,v0.9.4,9009,growth,3 +DOB-022,Consumes the event queue and builds analytics rollups.,worker,python,analytics-worker,v2.1.7,9010,platform,3 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/15-slo-export.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/15-slo-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..97edaf25105027a5aebf7af382ea3d00c53ea169 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/15-slo-export.csv @@ -0,0 +1,2 @@ +case_id,description,metric,service,slo_id,threshold +DOB-022,Inventory reservations succeed 99% of the time.,error_rate_pct,inventory,9508,1.0 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/16-metrics-export.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/16-metrics-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..8e2fe1dd0f0491972ad040fafeb203e9ccaec5e1 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/16-metrics-export.csv @@ -0,0 +1,3 @@ +case_id,environment,metric,service,value +DOB-022,production,error_rate_pct,inventory,4.7 +DOB-022,production,latency_p99_ms,inventory,160.0 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/17-observability-log-slice.log b/task_files/dob100-022-rca-inventory-migrator-security-context/17-observability-log-slice.log new file mode 100644 index 0000000000000000000000000000000000000000..6a8022ede771088f4a3bf975eed99fa06cf1ac1e --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/17-observability-log-slice.log @@ -0,0 +1 @@ +{"case_id": "DOB-022", "environment": "production", "level": "ERROR", "log_id": 9019, "message": "SQLTimeoutException: connection wait timeout after 2000ms; db_pool_size=5 exhausted under 128 rps of reservations", "service": "inventory"} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/18-sentry-issues.json b/task_files/dob100-022-rca-inventory-migrator-security-context/18-sentry-issues.json new file mode 100644 index 0000000000000000000000000000000000000000..d3dd3dbbf2137d95d18f063e31e0b20ba3e5d0b3 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/18-sentry-issues.json @@ -0,0 +1,49 @@ +{ + "case_id": "DOB-022", + "issues": [ + { + "events": 2317, + "first_seen_day": 410, + "issue_id": "CHECKOUT-1A", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TypeError: NoneType has no attribute 'amount'", + "users_affected": 890 + }, + { + "events": 1904, + "first_seen_day": 409, + "issue_id": "CHECKOUT-2B", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TimeoutError: payments call exceeded 8000ms", + "users_affected": 1502 + }, + { + "events": 18422, + "first_seen_day": 405, + "issue_id": "PAY-9C", + "last_seen_day": 420, + "level": "error", + "project_slug": "payments-backend", + "status": "unresolved", + "title": "ConnectionTimeout: notifications call exceeded 30000ms", + "users_affected": 6210 + }, + { + "events": 640, + "first_seen_day": 414, + "issue_id": "SRCH-3D", + "last_seen_day": 419, + "level": "warning", + "project_slug": "search", + "status": "resolved", + "title": "IndexRefreshTimeout", + "users_affected": 210 + } + ] +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/19-kubernetes-pods.yaml b/task_files/dob100-022-rca-inventory-migrator-security-context/19-kubernetes-pods.yaml new file mode 100644 index 0000000000000000000000000000000000000000..24184989b08b7fc5119508f2a3ac1c80fd7936e6 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/19-kubernetes-pods.yaml @@ -0,0 +1,4 @@ +case_id: DOB-022 +items: + - {"image_tag": "v4.2.1", "memory_limit_mb": 512, "memory_usage_mb": 0, "namespace": "production", "node": "node-a2", "pending_reason": "container has runAsNonRoot and image will run as root", "phase": "CreateContainerConfigError", "pod": "inventory-migrator-4d9e-ii99", "restarts": 0, "service": "inventory"} + - {"image_tag": "v4.2.1", "memory_limit_mb": 1024, "memory_usage_mb": 0, "namespace": "production", "node": "", "pending_reason": "pod has unbound immediate PersistentVolumeClaims: storageclass.storage.k8s.io 'fast-ssd-gp4' not found", "phase": "Pending", "pod": "inventory-7f3c-cc42", "restarts": 0, "service": "inventory"} \ No newline at end of file diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/20-kubernetes-events.log b/task_files/dob100-022-rca-inventory-migrator-security-context/20-kubernetes-events.log new file mode 100644 index 0000000000000000000000000000000000000000..91a6708af78719047291491c5f08d4cba95fea40 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/20-kubernetes-events.log @@ -0,0 +1,8 @@ +{"case_id": "DOB-022", "count": 47, "day": 419, "event_id": 9001, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "OOMKilled"} +{"case_id": "DOB-022", "count": 47, "day": 419, "event_id": 9002, "message": "Back-off restarting failed container analytics", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "CrashLoopBackOff"} +{"case_id": "DOB-022", "count": 39, "day": 420, "event_id": 9003, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-m4p8", "reason": "OOMKilled"} +{"case_id": "DOB-022", "count": 1, "day": 417, "event_id": 9004, "message": "Stopping container gateway for rollout", "namespace": "production", "pod": "api-gateway-9f2e-cc33", "reason": "Killing"} +{"case_id": "DOB-022", "count": 3, "day": 420, "event_id": 9005, "message": "The node was low on resource: ephemeral-storage. Container media was using 4Gi", "namespace": "production", "pod": "media-service-2e4f-ee55", "reason": "Evicted"} +{"case_id": "DOB-022", "count": 214, "day": 419, "event_id": 9006, "message": "0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector", "namespace": "production", "pod": "search-reindex-8c2a-gg77", "reason": "FailedScheduling"} +{"case_id": "DOB-022", "count": 1, "day": 420, "event_id": 9007, "message": "Node node-c1 status is now: NodeNotReady", "namespace": "production", "pod": "notifications-1b7d-hh88", "reason": "NodeNotReady"} +{"case_id": "DOB-022", "count": 96, "day": 418, "event_id": 9008, "message": "Error: container has runAsNonRoot and image will run as root", "namespace": "production", "pod": "inventory-migrator-4d9e-ii99", "reason": "Failed"} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/21-deployment-history.json b/task_files/dob100-022-rca-inventory-migrator-security-context/21-deployment-history.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb737d43f67ba4d05ac24802721213d48d83a65 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/21-deployment-history.json @@ -0,0 +1,21 @@ +{ + "case_id": "DOB-022", + "deployments": [ + { + "canary_percent": 100, + "deployment_id": 9267, + "environment": "staging", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + }, + { + "canary_percent": 100, + "deployment_id": 9268, + "environment": "production", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + } + ] +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/22-ci-runs.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/22-ci-runs.csv new file mode 100644 index 0000000000000000000000000000000000000000..2cd35c8f601160ff6ab188ce55a7e71e07788be1 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/22-ci-runs.csv @@ -0,0 +1,3 @@ +case_id,detail,pr_number,run_id,service,status +DOB-022,all checks passed,,7,inventory,passed +DOB-022,intermittent failure: test_reservation_race (rerun may pass),,8,inventory,failed diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/23-pull-request-context.json b/task_files/dob100-022-rca-inventory-migrator-security-context/23-pull-request-context.json new file mode 100644 index 0000000000000000000000000000000000000000..0a1f35ef568b29e5229cdaa2378c9392d977ae43 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/23-pull-request-context.json @@ -0,0 +1,4 @@ +{ + "case_id": "DOB-022", + "pull_requests": [] +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/24-migration-state.sql b/task_files/dob100-022-rca-inventory-migrator-security-context/24-migration-state.sql new file mode 100644 index 0000000000000000000000000000000000000000..e4ad2f274a5777cc97e3694d8e23796786aed7e4 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/24-migration-state.sql @@ -0,0 +1,3 @@ +-- case_id: DOB-022 +-- {"environment": "production", "migration_id": 8, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} +-- {"environment": "staging", "migration_id": 7, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/25-security-scanner-report.pdf b/task_files/dob100-022-rca-inventory-migrator-security-context/25-security-scanner-report.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9397cecd4359e71f18486fec79f8a54cebf164fa --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/25-security-scanner-report.pdf @@ -0,0 +1,39 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 118 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Case DOB-022 security observations) Tj +T* (No task conclusion is precomputed here.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000416 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +486 +%%EOF diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/26-approval-policy.md b/task_files/dob100-022-rca-inventory-migrator-security-context/26-approval-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..c7caf66363f304e0509909bed0bdf859b34aa34c --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/26-approval-policy.md @@ -0,0 +1,3 @@ +# Approval context for DOB-022 + +OPS-CONTROL-2026.03 is operative. Irreversible actions require the approval recorded in the live policy system. Difficulty is not a reason to seek approval, and approval is not evidence that a proposed outcome is correct. diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/27-current-versus-stale-notes.txt b/task_files/dob100-022-rca-inventory-migrator-security-context/27-current-versus-stale-notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..d67be3ac7d1c88ed706048bb408656bbb56ecc5e --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/27-current-versus-stale-notes.txt @@ -0,0 +1 @@ +DOB-022 has a current control (OPS-CONTROL-2026.03) and a retained retired note (OPS-CONTROL-2025.11). Resolve effective status and corroborate the underlying facts; filenames and display names are not authority. diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/28-change-readiness-standard.pdf b/task_files/dob100-022-rca-inventory-migrator-security-context/28-change-readiness-standard.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4451874d2b971b6f064a01f9e70d12c5579f1be8 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/28-change-readiness-standard.pdf @@ -0,0 +1,58 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 2113 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(DOB-022 change-readiness standard for inventory) Tj +T* (Change-readiness standard for DOB-022 \(inventory\), effective under OPS-CONTROL-2026.03. Before the) Tj +T* (inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in) Tj +T* (every production zone. The zone count and the current pool size are the PagerDuty scale record for) Tj +T* (PD-DOB-022; replicas reserved for another team's freeze in the Linear capacity register \(CAP-22\) are) Tj +T* (not usable. Any shortfall is covered only by confirmed CloudCap capacity \(Jira order VEND-22\) and) Tj +T* (becomes effective in the next published change window on the current operating control page. Plan) Tj +T* (selection: choose the lowest-cost authorised plan whose completion is on or before the customer) Tj +T* (cutover date published on the status page; if no authorised plan meets it, choose the earliest) Tj +T* (authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working) Tj +T* (outside a change window needs incident-commander approval beyond change approval CHG-22. Record the) Tj +T* (plan as the reconciliation answer to question DOB-022-capacity-plan: a JSON object with the keys) Tj +T* (business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas,) Tj +T* (reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date,) Tj +T* (expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion,) Tj +T* (expedited_plan_completion, reserved_release_completion, recommended_option,) Tj +T* (recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required,) Tj +T* (approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO \(YYYY-MM-DD\); the) Tj +T* (unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the) Tj +T* (change approval; outcome_vs_control_days is completion minus cutover \(positive means late\);) Tj +T* (decision_timing_status is ON_TIME or LATE.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000002412 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +2482 +%%EOF diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/29-vendor-capacity-order.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/29-vendor-capacity-order.csv new file mode 100644 index 0000000000000000000000000000000000000000..8dc8a25c99bb74f6662a9eef8cdb3e5e31f1c427 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/29-vendor-capacity-order.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +procurement,inventory,416,Vendor Order,VEND-22,Medium,VEND,Confirmed,Done,"CloudCap capacity order for DOB-022: 3 inventory replicas, standard delivery 2026-03-06, expedited delivery 2026-03-04 for USD 750",419 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/30-change-approval-record.csv b/task_files/dob100-022-rca-inventory-migrator-security-context/30-change-approval-record.csv new file mode 100644 index 0000000000000000000000000000000000000000..8b90a42fcce94469ff91d89fe07add98f9b4b579 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/30-change-approval-record.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +change-advisory,inventory,417,Change,CHG-22,Medium,CHG,Approved,Done,Change approval CHG-22 for DOB-022: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved,419 diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/31-capacity-reservation-register.json b/task_files/dob100-022-rca-inventory-migrator-security-context/31-capacity-reservation-register.json new file mode 100644 index 0000000000000000000000000000000000000000..ec7c53a0538db37f773c7e1740f890c66b9052cd --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/31-capacity-reservation-register.json @@ -0,0 +1,14 @@ +{ + "case_id": "DOB-022", + "issues": [ + { + "created_day": 417, + "identifier": "CAP-22", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "3 inventory replicas reserved for the media-service freeze until 2026-03-11; early release needs incident-commander approval and a USD 1600 re-provisioning charge (DOB-022)" + } + ] +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/32-customer-cutover-notice.json b/task_files/dob100-022-rca-inventory-migrator-security-context/32-customer-cutover-notice.json new file mode 100644 index 0000000000000000000000000000000000000000..154c2bf45cfc7c06a709112fbd09d8556ff77330 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/32-customer-cutover-notice.json @@ -0,0 +1,13 @@ +{ + "case_id": "DOB-022", + "posts": [ + { + "impact": "none", + "linked_incident": null, + "post_id": 13022, + "published_day": 419, + "state": "scheduled", + "title": "DOB-022: inventory cutover scheduled for 2026-03-08" + } + ] +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/51-agent-visible-asset-manifest.json b/task_files/dob100-022-rca-inventory-migrator-security-context/51-agent-visible-asset-manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8dd955bb04fc577aa4d814c67a1504849d223317 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/51-agent-visible-asset-manifest.json @@ -0,0 +1,556 @@ +{ + "assets": [ + { + "bytes": 878, + "evidence_role": "request", + "kind": "md", + "material": false, + "path": "01-employee-request.md", + "sha256": "4e3d7efc9a7d044678329eabf62cb8e3e4a8800865bfbb2b87b471ef64feef0c", + "source": "employee request" + }, + { + "bytes": 206, + "evidence_role": "identity", + "kind": "csv", + "material": false, + "path": "02-jira-work-item.csv", + "sha256": "559208cf1f1712987f7dfed9743a6706c238fccf988b31095d274cfbfa905d2f", + "source": "Atlassian Jira" + }, + { + "bytes": 84, + "evidence_role": "identity", + "kind": "json", + "material": false, + "path": "03-cross-tracker-links.json", + "sha256": "0caf402e966c69afbd7f88b68724f0b9013f10ef65cd17474cd1c99bdd9404c6", + "source": "tracker link registry" + }, + { + "bytes": 189, + "evidence_role": "engineering-signal", + "kind": "json", + "material": false, + "path": "04-github-issue.json", + "sha256": "a36f1ea6675e82a990804a172c9f5f72b1743ffb5ecb4e3788780f1f893554e4", + "source": "GitHub" + }, + { + "bytes": 1294, + "evidence_role": "authority", + "kind": "pdf", + "material": false, + "path": "05-current-operating-control.pdf", + "sha256": "5d0ecdcdec0c841b807344ae92edb9bd3a10b2f0c80ea0f49800ce622ba329ae", + "source": "Confluence current export" + }, + { + "bytes": 827, + "evidence_role": "stale-authority", + "kind": "pdf", + "material": false, + "path": "06-retired-shortcut-note.pdf", + "sha256": "1c5fbdf7ff9a3b88e17a9052f0e229a8c0a3e788e7010d38216b3fe97adbd930", + "source": "Confluence history export" + }, + { + "bytes": 884, + "evidence_role": "conversation", + "kind": "json", + "material": false, + "path": "07-case-room-thread.json", + "sha256": "8ceb922ebcbcb803aaf9d01fc24cc1129ef64d8a8ed2d63cad20b963de4f8ac7", + "source": "Slack" + }, + { + "bytes": 234, + "evidence_role": "change-history", + "kind": "csv", + "material": false, + "path": "08-pagerduty-change-events.csv", + "sha256": "65a89d6856d5ebdd6bf3733864f8274567ad8fefd7a558e344373b4df11d9292", + "source": "PagerDuty" + }, + { + "bytes": 1588, + "evidence_role": "ownership", + "kind": "xlsx", + "material": false, + "path": "09-service-owner-register.xlsx", + "sha256": "0e3289f52fea559e0dba258498b99d0a55edf8635444a28b738086432da996d1", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 1699, + "evidence_role": "schedule", + "kind": "xlsx", + "material": false, + "path": "10-release-calendar.xlsx", + "sha256": "3d3a5a0783e5c0992542afd2fd05c9f88fb7aa7da9a552d73921ac9f14bf87bb", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 177, + "evidence_role": "inventory", + "kind": "csv", + "material": false, + "path": "11-source-inventory.csv", + "sha256": "e75bd36ab787770c536639df75551ec710ead2dba3d4571b9f8ff85d34e2af56", + "source": "case intake" + }, + { + "bytes": 398, + "evidence_role": "request", + "kind": "eml", + "material": false, + "path": "12-request-email.eml", + "sha256": "0f5a969b94c085612bbb363f1bde70862c2dfa072169b000d28a4b5b9e7a2fe2", + "source": "Gmail export" + }, + { + "bytes": 384, + "evidence_role": "conflict", + "kind": "eml", + "material": false, + "path": "13-former-owner-email.eml", + "sha256": "f73e903f9272e3b6fe4196828e1d5ad22338cf3382d463bee84543e63e3ac372", + "source": "Gmail export" + }, + { + "bytes": 1138, + "evidence_role": "service-state", + "kind": "csv", + "material": false, + "path": "14-service-catalog.csv", + "sha256": "00b72be77f2c070e59bd11643d178ab55bf39b000a3415d293bc30339c017dd0", + "source": "service catalog" + }, + { + "bytes": 144, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "15-slo-export.csv", + "sha256": "af676d1f66d418ed8585d53098908e7f0bd2a77f5caa4980cb5b7d060b69dce3", + "source": "SLO platform" + }, + { + "bytes": 142, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "16-metrics-export.csv", + "sha256": "c3a66a49ba5cb0bfcb082c3d352fb564106473c9226570fcabb8063059efbcf9", + "source": "Prometheus" + }, + { + "bytes": 238, + "evidence_role": "live-signal", + "kind": "log", + "material": false, + "path": "17-observability-log-slice.log", + "sha256": "0791318955a9ced3303a387f5fe7f7e0034d0a78ef51a77d52e7df8755df711a", + "source": "log platform" + }, + { + "bytes": 1253, + "evidence_role": "live-signal", + "kind": "json", + "material": false, + "path": "18-sentry-issues.json", + "sha256": "57dbc845ddf59d91d2a973bdb5bf8acc8b8c247b8d7dcdd523d0e391a6c05a33", + "source": "Sentry" + }, + { + "bytes": 662, + "evidence_role": "runtime-state", + "kind": "yaml", + "material": false, + "path": "19-kubernetes-pods.yaml", + "sha256": "67f0dbe016d8a208f3a2ba1fbf256ec2c7efae1f93a8dcce8f5e17b64929c900", + "source": "Kubernetes" + }, + { + "bytes": 1817, + "evidence_role": "runtime-state", + "kind": "log", + "material": false, + "path": "20-kubernetes-events.log", + "sha256": "1564a86e5ae106da6f89eed1613fe116591a73e4ac9b880d3d5f41e18c80ce2b", + "source": "Kubernetes" + }, + { + "bytes": 429, + "evidence_role": "deployment-state", + "kind": "json", + "material": false, + "path": "21-deployment-history.json", + "sha256": "3a1a4ac8c0a9e6d7aaea00d65007eed0b765b186e3e8ad60816d296aa49c943d", + "source": "deployment platform" + }, + { + "bytes": 185, + "evidence_role": "build-state", + "kind": "csv", + "material": false, + "path": "22-ci-runs.csv", + "sha256": "0d0e8cde022d5df2e1ac25ddae13f8851051ff1aa5b0447ba469cc0578db06b1", + "source": "CI platform" + }, + { + "bytes": 50, + "evidence_role": "change-state", + "kind": "json", + "material": false, + "path": "23-pull-request-context.json", + "sha256": "c9415ba6e5d15acb57a8c4002239dad775916ad00e9a4060aeb82013da497ac5", + "source": "GitHub" + }, + { + "bytes": 279, + "evidence_role": "change-control", + "kind": "sql", + "material": false, + "path": "24-migration-state.sql", + "sha256": "062308a84933b1ecdc31096ef7a5daba4f29b90714fef9309d90b7dd12ecd4bd", + "source": "database change control" + }, + { + "bytes": 669, + "evidence_role": "security", + "kind": "pdf", + "material": false, + "path": "25-security-scanner-report.pdf", + "sha256": "6fb15ade7dbab5d16c7cb2fe0ecd44af1246b6eee6e67e6b45f861a59b055d5e", + "source": "security scanner" + }, + { + "bytes": 254, + "evidence_role": "governance", + "kind": "md", + "material": false, + "path": "26-approval-policy.md", + "sha256": "3a85076d016bb946dd1985b4b72be2a592ced6e536a68a8f433df11d17477713", + "source": "change governance" + }, + { + "bytes": 213, + "evidence_role": "lineage", + "kind": "txt", + "material": false, + "path": "27-current-versus-stale-notes.txt", + "sha256": "7baec8dcc518d82d5f83b58f77fabaab08aa209cd990a0cbbebe6efc470a57f8", + "source": "evidence custodian" + }, + { + "bytes": 2666, + "evidence_role": "capacity requirement", + "kind": "pdf", + "material": false, + "path": "28-change-readiness-standard.pdf", + "sha256": "0b42f1376bf3f15c37e2c2783dac5ebb5b8fbe138f9ca605f00e04f3493130a9", + "source": "Confluence current export" + }, + { + "bytes": 314, + "evidence_role": "vendor lead time and cost", + "kind": "csv", + "material": false, + "path": "29-vendor-capacity-order.csv", + "sha256": "a424c1cc8d98a50c7c122f75ebdd88ab89f6b27649ba67473e40c4c8c04935f5", + "source": "Atlassian Jira vendor project" + }, + { + "bytes": 401, + "evidence_role": "approval scope", + "kind": "csv", + "material": false, + "path": "30-change-approval-record.csv", + "sha256": "4d723b118f05dc84b5abcacc01cbb8baee43693d95121a11bf61ceb4936d5c5f", + "source": "Atlassian Jira change advisory" + }, + { + "bytes": 414, + "evidence_role": "capacity exclusion", + "kind": "json", + "material": false, + "path": "31-capacity-reservation-register.json", + "sha256": "d801d4f736c4c9476f63a847ce83358d7f9d2787a3e9bf7bb0e2a20d03a18a48", + "source": "Linear" + }, + { + "bytes": 261, + "evidence_role": "independent business need", + "kind": "json", + "material": false, + "path": "32-customer-cutover-notice.json", + "sha256": "1eb960fedb863cfb878fcd272267a2432394e910be401999dd471247ea8352c1", + "source": "public status page" + }, + { + "bytes": 683, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/01-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "DOB-022" + }, + "sha256": "574b3ded309fb7dfdb83d64815b093ed0df0c730016fe6eadee6b6a8ca4098c1", + "source": "the authoritative Jira work item" + }, + { + "bytes": 375, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the cross-tracker link registry", + "path": "material/02-the-cross-tracker-link-registry.json", + "query_scope": { + "source": "DOB-022" + }, + "sha256": "692ab012a995b01992c42b7283ee85fbb80456a190f5d70d72a312e310ac9044", + "source": "the cross-tracker link registry" + }, + { + "bytes": 539, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked GitHub issue population", + "path": "material/03-the-linked-github-issue-population.json", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "sha256": "bae37e8c7dec52bf124c11c6eaba2d67f8554612889135965063311bb1154efe", + "source": "the linked GitHub issue population" + }, + { + "bytes": 786, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the operating-control index", + "path": "material/04-the-operating-control-index.json", + "query_scope": { + "query": "DOB-022", + "space": "OPS" + }, + "sha256": "86644da81d5ef43c3b4809b0b58d8eb682e3c77fd709a61a6115fab2f48433d9", + "source": "the operating-control index" + }, + { + "bytes": 1087, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/05-the-exact-control-revision.json", + "query_scope": { + "page_id": 10022 + }, + "sha256": "ba909fdb37b3596e96386df11adf810830db46e361a271e303daf011800fc4a5", + "source": "the exact control revision" + }, + { + "bytes": 649, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/06-the-exact-control-revision.json", + "query_scope": { + "page_id": 11022 + }, + "sha256": "0c1c66d0b619176303421bffa56c3404978bbd60f5c6ceb32687d88fccea52cd", + "source": "the exact control revision" + }, + { + "bytes": 1237, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the case-room conversation", + "path": "material/07-the-case-room-conversation.json", + "query_scope": { + "channel": "case-022-inventory", + "limit": 50 + }, + "sha256": "029d5dd2271ee7d76e0012f9aa2bc32b8b83db03f7877ee25008c0012eef105b", + "source": "the case-room conversation" + }, + { + "bytes": 698, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty change-event history", + "path": "material/08-the-pagerduty-change-event-history.json", + "query_scope": { + "pd_service_id": "PD-DOB-022", + "since_day": 330 + }, + "sha256": "d08bcc64bd7217fa2be469991a3dba4e5cbfc85934ac49d46c052923c8e8f6a5", + "source": "the PagerDuty change-event history" + }, + { + "bytes": 473, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current customer-status record", + "path": "material/09-the-current-customer-status-record.json", + "query_scope": { + "limit": 20 + }, + "sha256": "787b553734096ef46c555a5423fbe3ab1d4c49f0fa08313a1c3a7849afbc1e12", + "source": "the current customer-status record" + }, + { + "bytes": 2312, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "cluster event history", + "path": "material/10-cluster-event-history.json", + "query_scope": {}, + "sha256": "feb70712ba24c1a55072ae9ed5e34bc82cea75c21f21fef83666ca0d9bc69755", + "source": "cluster event history" + }, + { + "bytes": 1054, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "live Kubernetes pod state (inventory)", + "path": "material/11-live-kubernetes-pod-state.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "93f2ae8d6b20731734aa5d004840a82c4246b3f30495d63629d0b48fab912645", + "source": "live Kubernetes pod state" + }, + { + "bytes": 919, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the deployed repository surface (inventory)", + "path": "material/12-the-deployed-repository-surface.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "525b20cb533202915f881e62bcacb976255c104761e9c02ab98ae85d2aa75942", + "source": "the deployed repository surface" + }, + { + "bytes": 6340, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "change history (inventory)", + "path": "material/13-change-history.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "ef0eaebb4b59351a4c8615e1b32b2765c00271ff64fc80055ec7e42569a41a42", + "source": "change history" + }, + { + "bytes": 2302, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/14-the-exact-control-revision.json", + "query_scope": { + "page_id": 14022 + }, + "sha256": "038b4b56a62273683b798d2b6ea99f11eb42249ae20d10f18c83a80599446313", + "source": "the exact control revision" + }, + { + "bytes": 715, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/15-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "VEND-22" + }, + "sha256": "f7f6c5ca16f3ee691c1ed1488f9839f4f23712d2508fdf8a578f4bf6634b7e2f", + "source": "the authoritative Jira work item" + }, + { + "bytes": 803, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/16-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "CHG-22" + }, + "sha256": "94c605fd716ea0e6a27abe191a7f77be188e293ca84de9d362673c21efd02e96", + "source": "the authoritative Jira work item" + }, + { + "bytes": 654, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked planning tracker", + "path": "material/17-the-linked-planning-tracker.json", + "query_scope": { + "team": "team-inventory" + }, + "sha256": "4079d77abfc17786f1bd4e97bb2b4929dbcbec091800738f2d0e8eb04db1e8f2", + "source": "the linked planning tracker" + }, + { + "bytes": 1084, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "customer-status history", + "path": "material/18-customer-status-history.json", + "query_scope": { + "since_day": 330 + }, + "sha256": "1f878e4541bdb87551f6a7ce8e32d8bfbf89dc32e96a1d99f3c137450b0ec4ac", + "source": "customer-status history" + }, + { + "bytes": 1534, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current owner register", + "path": "material/19-the-current-owner-register.json", + "query_scope": {}, + "sha256": "2ee41eb4bb411800157eb41c2ac27021cd321254091f1c555a7656402055cf2e", + "source": "the current owner register" + }, + { + "bytes": 972, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty service catalog", + "path": "material/20-the-pagerduty-service-catalog.json", + "query_scope": {}, + "sha256": "5289f88e731119b3c82a1b14ba6779fcec6305017e0d91b8f7df312875d79399", + "source": "the PagerDuty service catalog" + } + ], + "case_id": "DOB-022", + "gold_included": false, + "listed_assets": 52, + "oracle_sequence_included": false, + "ordering_semantics": false, + "total_assets_including_this_manifest": 53 +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/01-the-authoritative-jira-work-item.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/01-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..e421d69769e45f3615c76a7caba3a6dafb5d2980 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/01-the-authoritative-jira-work-item.json @@ -0,0 +1,28 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "DOB-022" + }, + "records": { + "assignee": "on-call", + "component": "inventory", + "created_day": 414, + "issue_type": "Task", + "key": "DOB-022", + "links": [ + { + "kind": "relates", + "target": "GH-9022" + } + ], + "priority": "High", + "project": "DOB", + "resolution": "", + "status": "In Progress", + "summary": "This is an investigation, not a change.", + "updated_day": 420 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/02-the-cross-tracker-link-registry.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/02-the-cross-tracker-link-registry.json new file mode 100644 index 0000000000000000000000000000000000000000..ae9696635aa28fbc3338ccfd2ffe0c045fc7009f --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/02-the-cross-tracker-link-registry.json @@ -0,0 +1,16 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "source": "DOB-022" + }, + "records": [ + { + "kind": "relates", + "source": "DOB-022", + "target": "GH-9022" + } + ], + "source": "the cross-tracker link registry" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/03-the-linked-github-issue-population.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/03-the-linked-github-issue-population.json new file mode 100644 index 0000000000000000000000000000000000000000..16a4b5bbebdabab69be6d660ade9e7501be914f9 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/03-the-linked-github-issue-population.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "records": [ + { + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9022, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-022" + } + ], + "source": "the linked GitHub issue population" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/04-the-operating-control-index.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/04-the-operating-control-index.json new file mode 100644 index 0000000000000000000000000000000000000000..f766e0b25357a4f25714083b0a0be06a3e8a2f11 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/04-the-operating-control-index.json @@ -0,0 +1,33 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "query": "DOB-022", + "space": "OPS" + }, + "records": [ + { + "last_updated_day": 420, + "page_id": 10022, + "space": "OPS", + "stale": 0, + "title": "DOB-022 current operating control" + }, + { + "last_updated_day": 310, + "page_id": 11022, + "space": "OPS", + "stale": 1, + "title": "DOB-022 retired shortcut note" + }, + { + "last_updated_day": 420, + "page_id": 14022, + "space": "OPS", + "stale": 0, + "title": "DOB-022 change-readiness standard for inventory" + } + ], + "source": "the operating-control index" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/05-the-exact-control-revision.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/05-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..e95f0598d5d30ae64709a2558bdd7b507f0d4497 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/05-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 10022 + }, + "records": { + "body": "Control OPS-CONTROL-2026.03 is effective for DOB-022 and supersedes OPS-CONTROL-2025.11. Establish identity across Jira and the linked GitHub issue, compare the case-room report with live operational records, follow task-specific approval and rollout controls, and verify writes from the system of record. This page defines evidence precedence; it does not contain the task's conclusion. Change windows for inventory: 2026-03-04, 2026-03-07, 2026-03-10, 2026-03-13 at 14:00Z; work outside these windows requires incident-commander approval. Vendor capacity order VEND-22 and change approval CHG-22 are the authoritative records for the cutover capacity plan.", + "last_updated_day": 420, + "page_id": 10022, + "space": "OPS", + "stale": 0, + "title": "DOB-022 current operating control" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/06-the-exact-control-revision.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/06-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..4ef824651d2a25f375805bd8e7f8af6834b5e9e4 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/06-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 11022 + }, + "records": { + "body": "Retired control OPS-CONTROL-2025.11 for DOB-022. This draft recommends trusting the first alert and closing the tracker after a single-system check. It is retained for audit history and was superseded by OPS-CONTROL-2026.03.", + "last_updated_day": 310, + "page_id": 11022, + "space": "OPS", + "stale": 1, + "title": "DOB-022 retired shortcut note" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/07-the-case-room-conversation.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/07-the-case-room-conversation.json new file mode 100644 index 0000000000000000000000000000000000000000..d499a3ffab166ef20cf6e1ef243c9b636c17e6b4 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/07-the-case-room-conversation.json @@ -0,0 +1,36 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "channel": "case-022-inventory", + "limit": 50 + }, + "records": [ + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-022-inventory", + "message_id": 10 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-022-inventory", + "message_id": 9 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-022-inventory", + "message_id": 8 + }, + { + "author": "release-manager", + "body": "Please resolve DOB-022. The Jira state is only intake; confirm the live systems.", + "channel": "case-022-inventory", + "message_id": 7 + } + ], + "source": "the case-room conversation" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/08-the-pagerduty-change-event-history.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/08-the-pagerduty-change-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..5b5907e06043e018b20d1170984bce0ed65c83b0 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/08-the-pagerduty-change-event-history.json @@ -0,0 +1,24 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "pd_service_id": "PD-DOB-022", + "since_day": 330 + }, + "records": [ + { + "change_id": 5, + "day": 418, + "pd_service_id": "PD-DOB-022", + "summary": "Scaled the inventory production pool to 9 replicas across 3 zones (DOB-022 capacity baseline)" + }, + { + "change_id": 4, + "day": 419, + "pd_service_id": "PD-DOB-022", + "summary": "DOB-022 intake evidence for inventory; outcome not yet established" + } + ], + "source": "the PagerDuty change-event history" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/09-the-current-customer-status-record.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/09-the-current-customer-status-record.json new file mode 100644 index 0000000000000000000000000000000000000000..41021591ab420ca9a4c0c701a74495b627462a4c --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/09-the-current-customer-status-record.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "limit": 20 + }, + "records": [ + { + "body": "Catalog read replica maintenance completed with no customer impact.", + "post_id": 1, + "state": "resolved", + "title": "Scheduled maintenance completed" + } + ], + "source": "the current customer-status record" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/10-cluster-event-history.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/10-cluster-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..d77000d9b7427bee13c10e945e5b98454da63d40 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/10-cluster-event-history.json @@ -0,0 +1,81 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "count": 39, + "day": 420, + "event_id": 9003, + "message": "Container analytics exceeded its memory limit of 512Mi and was killed", + "namespace": "production", + "pod": "analytics-worker-7d9f-m4p8", + "reason": "OOMKilled" + }, + { + "count": 3, + "day": 420, + "event_id": 9005, + "message": "The node was low on resource: ephemeral-storage. Container media was using 4Gi", + "namespace": "production", + "pod": "media-service-2e4f-ee55", + "reason": "Evicted" + }, + { + "count": 1, + "day": 420, + "event_id": 9007, + "message": "Node node-c1 status is now: NodeNotReady", + "namespace": "production", + "pod": "notifications-1b7d-hh88", + "reason": "NodeNotReady" + }, + { + "count": 47, + "day": 419, + "event_id": 9001, + "message": "Container analytics exceeded its memory limit of 512Mi and was killed", + "namespace": "production", + "pod": "analytics-worker-7d9f-x2k1", + "reason": "OOMKilled" + }, + { + "count": 47, + "day": 419, + "event_id": 9002, + "message": "Back-off restarting failed container analytics", + "namespace": "production", + "pod": "analytics-worker-7d9f-x2k1", + "reason": "CrashLoopBackOff" + }, + { + "count": 214, + "day": 419, + "event_id": 9006, + "message": "0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector", + "namespace": "production", + "pod": "search-reindex-8c2a-gg77", + "reason": "FailedScheduling" + }, + { + "count": 96, + "day": 418, + "event_id": 9008, + "message": "Error: container has runAsNonRoot and image will run as root", + "namespace": "production", + "pod": "inventory-migrator-4d9e-ii99", + "reason": "Failed" + }, + { + "count": 1, + "day": 417, + "event_id": 9004, + "message": "Stopping container gateway for rollout", + "namespace": "production", + "pod": "api-gateway-9f2e-cc33", + "reason": "Killing" + } + ], + "source": "cluster event history" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/11-live-kubernetes-pod-state.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/11-live-kubernetes-pod-state.json new file mode 100644 index 0000000000000000000000000000000000000000..94c56d32939c56dc94d53be69bc2fdf34235836f --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/11-live-kubernetes-pod-state.json @@ -0,0 +1,35 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "image_tag": "v4.2.1", + "memory_limit_mb": 1024, + "memory_usage_mb": 0, + "namespace": "production", + "node": "", + "pending_reason": "pod has unbound immediate PersistentVolumeClaims: storageclass.storage.k8s.io 'fast-ssd-gp4' not found", + "phase": "Pending", + "pod": "inventory-7f3c-cc42", + "restarts": 0, + "service": "inventory" + }, + { + "image_tag": "v4.2.1", + "memory_limit_mb": 512, + "memory_usage_mb": 0, + "namespace": "production", + "node": "node-a2", + "pending_reason": "container has runAsNonRoot and image will run as root", + "phase": "CreateContainerConfigError", + "pod": "inventory-migrator-4d9e-ii99", + "restarts": 0, + "service": "inventory" + } + ], + "source": "live Kubernetes pod state" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/12-the-deployed-repository-surface.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/12-the-deployed-repository-surface.json new file mode 100644 index 0000000000000000000000000000000000000000..175361c6345ba393cc16812625634318f304899f --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/12-the-deployed-repository-surface.json @@ -0,0 +1,35 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "file_id": 30, + "language": "java", + "loc": 88, + "owner": "Ravi Shah", + "path": "src/main/java/com/novacart/inventory/ReservationService.java", + "service": "inventory" + }, + { + "file_id": 31, + "language": "java", + "loc": 63, + "owner": "Tom Becker", + "path": "src/main/java/com/novacart/inventory/StockController.java", + "service": "inventory" + }, + { + "file_id": 29, + "language": "java", + "loc": 90, + "owner": "Tom Becker", + "path": "src/main/java/com/novacart/inventory/StockRepository.java", + "service": "inventory" + } + ], + "source": "the deployed repository surface" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/13-change-history.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/13-change-history.json new file mode 100644 index 0000000000000000000000000000000000000000..0e918f4a9caba968455776a66b8e8a724702c028 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/13-change-history.json @@ -0,0 +1,211 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "additions": 15, + "author": "Tom Becker", + "day": 406, + "deletions": 2, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: docs on the pool sizing tradeoff", + "service": "inventory", + "sha": "b8e46d0" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 397, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: cut v2.1.0", + "service": "inventory", + "sha": "b6f0e15" + }, + { + "additions": 12, + "author": "Tom Becker", + "day": 388, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: connection-wait errors climbing during evening peak", + "service": "inventory", + "sha": "38f0c62" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 377, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: cut v2.0.0", + "service": "inventory", + "sha": "c5107ea" + }, + { + "additions": 9, + "author": "Tom Becker", + "day": 368, + "deletions": 7, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: pin the stock pool to 5 connections after the pgbouncer move", + "service": "inventory", + "sha": "3ce7d81" + }, + { + "additions": 14, + "author": "Ravi Shah", + "day": 364, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: connection-wait timings added to the slow-query log", + "service": "inventory", + "sha": "e096b47" + }, + { + "additions": 17, + "author": "Tom Becker", + "day": 353, + "deletions": 6, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: reservation sweeper runs every minute", + "service": "inventory", + "sha": "84fa1d9" + }, + { + "additions": 21, + "author": "Ravi Shah", + "day": 344, + "deletions": 9, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: pgbouncer in front of the stock database", + "service": "inventory", + "sha": "97b0e5d" + }, + { + "additions": 16, + "author": "Tom Becker", + "day": 334, + "deletions": 8, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: stock controller returns typed error bodies", + "service": "inventory", + "sha": "b0e2d75" + }, + { + "additions": 5, + "author": "Ravi Shah", + "day": 325, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: hold TTL raised to 20 minutes for slow payment flows", + "service": "inventory", + "sha": "b1d5027" + }, + { + "additions": 12, + "author": "Tom Becker", + "day": 316, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: log connection return failures instead of swallowing them", + "service": "inventory", + "sha": "31de07a" + }, + { + "additions": 9, + "author": "Ravi Shah", + "day": 307, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: batch endpoint returns 413 over the cap", + "service": "inventory", + "sha": "9b3d017" + }, + { + "additions": 3, + "author": "Tom Becker", + "day": 298, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: cut v1.6.0", + "service": "inventory", + "sha": "af0d715" + }, + { + "additions": 23, + "author": "Ravi Shah", + "day": 288, + "deletions": 11, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: reservation lines recorded inside the same transaction", + "service": "inventory", + "sha": "70fb4c1" + }, + { + "additions": 41, + "author": "Tom Becker", + "day": 278, + "deletions": 26, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: separate read and write paths in the repository", + "service": "inventory", + "sha": "47f0d81" + }, + { + "additions": 5, + "author": "Ravi Shah", + "day": 268, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: bump spring boot to 3.2.5", + "service": "inventory", + "sha": "d9036ce" + }, + { + "additions": 8, + "author": "Tom Becker", + "day": 259, + "deletions": 1, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: close the datasource on shutdown", + "service": "inventory", + "sha": "7bd4e91" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 250, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: cut v1.3.0", + "service": "inventory", + "sha": "9e6d38b" + }, + { + "additions": 19, + "author": "Tom Becker", + "day": 240, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: expose pool metrics on /actuator", + "service": "inventory", + "sha": "94ec617" + }, + { + "additions": 6, + "author": "Ravi Shah", + "day": 229, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: hold ids prefixed for log greppability", + "service": "inventory", + "sha": "1c58ea9" + } + ], + "source": "change history" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/14-the-exact-control-revision.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/14-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..b415dffd6f771b934bf393a636d6a346006164a5 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/14-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 14022 + }, + "records": { + "body": "Change-readiness standard for DOB-022 (inventory), effective under OPS-CONTROL-2026.03. Before the inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in every production zone. The zone count and the current pool size are the PagerDuty scale record for PD-DOB-022; replicas reserved for another team's freeze in the Linear capacity register (CAP-22) are not usable. Any shortfall is covered only by confirmed CloudCap capacity (Jira order VEND-22) and becomes effective in the next published change window on the current operating control page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the customer cutover date published on the status page; if no authorised plan meets it, choose the earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working outside a change window needs incident-commander approval beyond change approval CHG-22. Record the plan as the reconciliation answer to question DOB-022-capacity-plan: a JSON object with the keys business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion, expedited_plan_completion, reserved_release_completion, recommended_option, recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO (YYYY-MM-DD); the unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover (positive means late); decision_timing_status is ON_TIME or LATE.", + "last_updated_day": 420, + "page_id": 14022, + "space": "OPS", + "stale": 0, + "title": "DOB-022 change-readiness standard for inventory" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/15-the-authoritative-jira-work-item.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/15-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..5949566d939af6e60de672dc57933961a55b2e34 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/15-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "VEND-22" + }, + "records": { + "assignee": "procurement", + "component": "inventory", + "created_day": 416, + "issue_type": "Vendor Order", + "key": "VEND-22", + "links": [], + "priority": "Medium", + "project": "VEND", + "resolution": "Confirmed", + "status": "Done", + "summary": "CloudCap capacity order for DOB-022: 3 inventory replicas, standard delivery 2026-03-06, expedited delivery 2026-03-04 for USD 750", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/16-the-authoritative-jira-work-item.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/16-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..f0f84068f6f9d82746b6ad6a50d77df4698b6f42 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/16-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "CHG-22" + }, + "records": { + "assignee": "change-advisory", + "component": "inventory", + "created_day": 417, + "issue_type": "Change", + "key": "CHG-22", + "links": [], + "priority": "Medium", + "project": "CHG", + "resolution": "Approved", + "status": "Done", + "summary": "Change approval CHG-22 for DOB-022: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/17-the-linked-planning-tracker.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/17-the-linked-planning-tracker.json new file mode 100644 index 0000000000000000000000000000000000000000..db16c643748778eaac9e33384de75b5abb5c790b --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/17-the-linked-planning-tracker.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "team": "team-inventory" + }, + "records": [ + { + "created_day": 417, + "identifier": "CAP-22", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "3 inventory replicas reserved for the media-service freeze until 2026-03-11; early release needs incident-commander approval and a USD 1600 re-provisioning charge (DOB-022)" + } + ], + "source": "the linked planning tracker" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/18-customer-status-history.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/18-customer-status-history.json new file mode 100644 index 0000000000000000000000000000000000000000..ff7c2018af3522330eb9070dc41694f8e8655bf0 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/18-customer-status-history.json @@ -0,0 +1,43 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "since_day": 330 + }, + "records": [ + { + "impact": "major", + "linked_incident": 5101, + "post_id": 7001, + "published_day": 412, + "state": "resolved", + "title": "Degraded checkout performance" + }, + { + "impact": "minor", + "linked_incident": 5102, + "post_id": 7002, + "published_day": 415, + "state": "monitoring", + "title": "Elevated error rates on payments" + }, + { + "impact": "major", + "linked_incident": 5103, + "post_id": 7003, + "published_day": 417, + "state": "resolved", + "title": "API latency affecting some customers" + }, + { + "impact": "none", + "linked_incident": null, + "post_id": 13022, + "published_day": 419, + "state": "scheduled", + "title": "DOB-022: inventory cutover scheduled for 2026-03-08" + } + ], + "source": "customer-status history" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/19-the-current-owner-register.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/19-the-current-owner-register.json new file mode 100644 index 0000000000000000000000000000000000000000..0c1904eae2f6d520fe1bc4ce2de6e22d55a4b805 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/19-the-current-owner-register.json @@ -0,0 +1,57 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 1, + "service_label": "Checkout (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 2, + "service_label": "Payments (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 210, + "owning_team": "Discovery Squad", + "row_id": 3, + "service_label": "Search (growth)", + "slack_channel": "#growth", + "week_start": "sunday" + }, + { + "last_reviewed_day": 180, + "owning_team": "Edge Team", + "row_id": 4, + "service_label": "Gateway (platform)", + "slack_channel": "#edge", + "week_start": "sunday" + }, + { + "last_reviewed_day": 355, + "owning_team": "Commerce Platform", + "row_id": 5, + "service_label": "Inventory (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 419, + "owning_team": "team-inventory", + "row_id": 12022, + "service_label": "inventory", + "slack_channel": "case-022-inventory", + "week_start": "monday" + } + ], + "source": "the current owner register" +} diff --git a/task_files/dob100-022-rca-inventory-migrator-security-context/material/20-the-pagerduty-service-catalog.json b/task_files/dob100-022-rca-inventory-migrator-security-context/material/20-the-pagerduty-service-catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..7351c569611297d9c3f71163cbf3bfea55a2b885 --- /dev/null +++ b/task_files/dob100-022-rca-inventory-migrator-security-context/material/20-the-pagerduty-service-catalog.json @@ -0,0 +1,39 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-022", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "escalation_policy": "EP-Commerce", + "name": "checkout-api", + "pd_service_id": "PSVC001", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "payments-api", + "pd_service_id": "PSVC002", + "status": "active" + }, + { + "escalation_policy": "EP-Platform", + "name": "edge-gateway", + "pd_service_id": "PSVC003", + "status": "active" + }, + { + "escalation_policy": "EP-Growth", + "name": "search-svc", + "pd_service_id": "PSVC004", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "inventory-api", + "pd_service_id": "PSVC005", + "status": "active" + } + ], + "source": "the PagerDuty service catalog" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/01-employee-request.md b/task_files/dob100-023-rca-inventory-missing-role/01-employee-request.md new file mode 100644 index 0000000000000000000000000000000000000000..5ad94f746b15d5c05cc6a2e8700383090194b366 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/01-employee-request.md @@ -0,0 +1 @@ +The inventory report has never produced output. The incident record describes the visible effect, but it does not establish whether the apparent owner, a dependency, or the deployed configuration is responsible. For inventory, the affected business boundary includes stock reservation, warehouse truth, backorder promises, and race-free quantity updates. Use the current evidence to settle what can be settled, flag what remains ambiguous, and make the reasoning auditable for the next review. That finding is the release gate for the 2026-03-08 recovery of inventory, so the diagnosis and the readiness decision must describe the same operating reality. Decide whether the current pool, an expedited addition, or a separately approved exception can support the date without displacing protected work. Preserve the evidence behind the chosen completion. diff --git a/task_files/dob100-023-rca-inventory-missing-role/02-jira-work-item.csv b/task_files/dob100-023-rca-inventory-missing-role/02-jira-work-item.csv new file mode 100644 index 0000000000000000000000000000000000000000..d037e4de51cdf4c6c97f5ef01c023c7600decb1b --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/02-jira-work-item.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +on-call,inventory,414,Task,DOB-023,High,DOB,,In Progress,"This is an investigation, not a change.",420 diff --git a/task_files/dob100-023-rca-inventory-missing-role/03-cross-tracker-links.json b/task_files/dob100-023-rca-inventory-missing-role/03-cross-tracker-links.json new file mode 100644 index 0000000000000000000000000000000000000000..cb5746349d23903f5d70ab1c1edf1ba6473ad516 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/03-cross-tracker-links.json @@ -0,0 +1,7 @@ +[ + { + "kind": "relates", + "source": "DOB-023", + "target": "GH-9023" + } +] diff --git a/task_files/dob100-023-rca-inventory-missing-role/04-github-issue.json b/task_files/dob100-023-rca-inventory-missing-role/04-github-issue.json new file mode 100644 index 0000000000000000000000000000000000000000..0081612fa1ae6e07a3f4e429997f97ee6f8120f4 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/04-github-issue.json @@ -0,0 +1,8 @@ +{ + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9023, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-023" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/05-current-operating-control.pdf b/task_files/dob100-023-rca-inventory-missing-role/05-current-operating-control.pdf new file mode 100644 index 0000000000000000000000000000000000000000..9c700f16f8a7a6aef3f1f6cb1e0f771ec602fcf7 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/05-current-operating-control.pdf @@ -0,0 +1,44 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 742 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Control OPS-CONTROL-2026.03 is effective for DOB-023 and supersedes OPS-CONTROL-2025.11. Establish) Tj +T* (identity across Jira and the linked GitHub issue, compare the case-room report with live operational) Tj +T* (records, follow task-specific approval and rollout controls, and verify writes from the system of) Tj +T* (record. This page defines evidence precedence; it does not contain the task's conclusion. Change) Tj +T* (windows for inventory: 2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14 at 14:00Z; work outside these) Tj +T* (windows requires incident-commander approval. Vendor capacity order VEND-23 and change approval) Tj +T* (CHG-23 are the authoritative records for the cutover capacity plan.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000001040 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +1110 +%%EOF diff --git a/task_files/dob100-023-rca-inventory-missing-role/06-retired-shortcut-note.pdf b/task_files/dob100-023-rca-inventory-missing-role/06-retired-shortcut-note.pdf new file mode 100644 index 0000000000000000000000000000000000000000..165522522889ec6d5a3c91fd5e5ef8a4e1449816 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/06-retired-shortcut-note.pdf @@ -0,0 +1,40 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 276 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Retired control OPS-CONTROL-2025.11 for DOB-023. This draft recommends trusting the first alert and) Tj +T* (closing the tracker after a single-system check. It is retained for audit history and was superseded) Tj +T* (by OPS-CONTROL-2026.03.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000574 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +644 +%%EOF diff --git a/task_files/dob100-023-rca-inventory-missing-role/07-case-room-thread.json b/task_files/dob100-023-rca-inventory-missing-role/07-case-room-thread.json new file mode 100644 index 0000000000000000000000000000000000000000..0f2725bd3c18d3bd200db336eb8db07c36dc425c --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/07-case-room-thread.json @@ -0,0 +1,26 @@ +[ + { + "author": "release-manager", + "body": "Please resolve DOB-023. The Jira state is only intake; confirm the live systems.", + "channel": "case-023-inventory", + "message_id": 7 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-023-inventory", + "message_id": 8 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-023-inventory", + "message_id": 9 + }, + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-023-inventory", + "message_id": 10 + } +] diff --git a/task_files/dob100-023-rca-inventory-missing-role/08-pagerduty-change-events.csv b/task_files/dob100-023-rca-inventory-missing-role/08-pagerduty-change-events.csv new file mode 100644 index 0000000000000000000000000000000000000000..8f0bb25674f7ceb7eeeaab53c9ee639401303990 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/08-pagerduty-change-events.csv @@ -0,0 +1,3 @@ +change_id,day,pd_service_id,summary +4,419,PD-DOB-023,DOB-023 intake evidence for inventory; outcome not yet established +5,418,PD-DOB-023,Scaled the inventory production pool to 13 replicas across 4 zones (DOB-023 capacity baseline) diff --git a/task_files/dob100-023-rca-inventory-missing-role/09-service-owner-register.xlsx b/task_files/dob100-023-rca-inventory-missing-role/09-service-owner-register.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..58936ece031eeeb3408a6fe265cb43ca7cdecc63 Binary files /dev/null and b/task_files/dob100-023-rca-inventory-missing-role/09-service-owner-register.xlsx differ diff --git a/task_files/dob100-023-rca-inventory-missing-role/10-release-calendar.xlsx b/task_files/dob100-023-rca-inventory-missing-role/10-release-calendar.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..734d6f13937207c59c7260ce19b3ccb07cd98014 Binary files /dev/null and b/task_files/dob100-023-rca-inventory-missing-role/10-release-calendar.xlsx differ diff --git a/task_files/dob100-023-rca-inventory-missing-role/11-source-inventory.csv b/task_files/dob100-023-rca-inventory-missing-role/11-source-inventory.csv new file mode 100644 index 0000000000000000000000000000000000000000..56284388de1c5cb71ebd85f6449c52cda58da392 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/11-source-inventory.csv @@ -0,0 +1,7 @@ +case_id,source,status +DOB-023,Jira,inspect +DOB-023,GitHub,inspect +DOB-023,Confluence,inspect +DOB-023,Slack,inspect +DOB-023,PagerDuty,inspect +DOB-023,live service,inspect diff --git a/task_files/dob100-023-rca-inventory-missing-role/12-request-email.eml b/task_files/dob100-023-rca-inventory-missing-role/12-request-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..cb198e1d5ed20366db4f6a1e8e3b47fb329e94de --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/12-request-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Please resolve DOB-023 +Message-ID: +X-Work-Item: DOB-023 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +The tracker captures intake only. Reconcile the live systems and leave an auditable handoff; do not follow a copied runbook blindly. diff --git a/task_files/dob100-023-rca-inventory-missing-role/13-former-owner-email.eml b/task_files/dob100-023-rca-inventory-missing-role/13-former-owner-email.eml new file mode 100644 index 0000000000000000000000000000000000000000..c7c75ece3816f35f18565200601a46118d0a978b --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/13-former-owner-email.eml @@ -0,0 +1,10 @@ +From: release-manager@novacart.example +To: on-call@novacart.example +Date: Tue, 03 Mar 2026 09:00:00 +0000 +Subject: Old suggestion for DOB-023 +Message-ID: +X-Work-Item: DOB-023 +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +I previously used OPS-CONTROL-2025.11. That may no longer be valid, and I did not verify today's production state. diff --git a/task_files/dob100-023-rca-inventory-missing-role/14-service-catalog.csv b/task_files/dob100-023-rca-inventory-missing-role/14-service-catalog.csv new file mode 100644 index 0000000000000000000000000000000000000000..f7d6616072e5ddfd5b0508b34b1697aa28e515c1 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/14-service-catalog.csv @@ -0,0 +1,11 @@ +case_id,description,kind,language,name,repo_version,service_id,team,tier +DOB-023,"Customer-facing storefront (Next.js): browse, cart, checkout UI.",frontend,typescript,storefront-web,v3.2.4,9001,growth,1 +DOB-023,"Public API edge: routing, auth, rate limiting, traffic weighting.",backend,go,api-gateway,v5.1.0,9002,platform,1 +DOB-023,"Product catalog, pricing, and merchandising.",backend,python,catalog,v1.9.2,9003,commerce,2 +DOB-023,Cart and checkout orchestration.,backend,python,checkout,v2.6.3,9004,commerce,1 +DOB-023,"Payment capture, refunds, and settlement.",backend,python,payments,v2.7.0,9005,commerce,1 +DOB-023,Email/SMS/push notification delivery.,worker,python,notifications,v1.4.8,9006,platform,2 +DOB-023,Product search and ranking.,backend,python,search,v3.0.5,9007,growth,2 +DOB-023,"Stock levels, reservations, and warehouse sync.",backend,java,inventory,v4.3.1,9008,commerce,2 +DOB-023,Product imagery and video delivery from the object store.,backend,python,media-service,v0.9.4,9009,growth,3 +DOB-023,Consumes the event queue and builds analytics rollups.,worker,python,analytics-worker,v2.1.7,9010,platform,3 diff --git a/task_files/dob100-023-rca-inventory-missing-role/15-slo-export.csv b/task_files/dob100-023-rca-inventory-missing-role/15-slo-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..56fcc851c35239d55df7222a52506b52145eb354 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/15-slo-export.csv @@ -0,0 +1,2 @@ +case_id,description,metric,service,slo_id,threshold +DOB-023,Inventory reservations succeed 99% of the time.,error_rate_pct,inventory,9508,1.0 diff --git a/task_files/dob100-023-rca-inventory-missing-role/16-metrics-export.csv b/task_files/dob100-023-rca-inventory-missing-role/16-metrics-export.csv new file mode 100644 index 0000000000000000000000000000000000000000..0f159a627228f05c3e564466a15e7bcfed7e1b8c --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/16-metrics-export.csv @@ -0,0 +1,3 @@ +case_id,environment,metric,service,value +DOB-023,production,error_rate_pct,inventory,4.7 +DOB-023,production,latency_p99_ms,inventory,160.0 diff --git a/task_files/dob100-023-rca-inventory-missing-role/17-observability-log-slice.log b/task_files/dob100-023-rca-inventory-missing-role/17-observability-log-slice.log new file mode 100644 index 0000000000000000000000000000000000000000..38c39cd045004879762d9b324fe42320bb181115 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/17-observability-log-slice.log @@ -0,0 +1 @@ +{"case_id": "DOB-023", "environment": "production", "level": "ERROR", "log_id": 9019, "message": "SQLTimeoutException: connection wait timeout after 2000ms; db_pool_size=5 exhausted under 128 rps of reservations", "service": "inventory"} diff --git a/task_files/dob100-023-rca-inventory-missing-role/18-sentry-issues.json b/task_files/dob100-023-rca-inventory-missing-role/18-sentry-issues.json new file mode 100644 index 0000000000000000000000000000000000000000..2f3b09de0d98be49e25cce7246501e20b47cd937 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/18-sentry-issues.json @@ -0,0 +1,49 @@ +{ + "case_id": "DOB-023", + "issues": [ + { + "events": 2317, + "first_seen_day": 410, + "issue_id": "CHECKOUT-1A", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TypeError: NoneType has no attribute 'amount'", + "users_affected": 890 + }, + { + "events": 1904, + "first_seen_day": 409, + "issue_id": "CHECKOUT-2B", + "last_seen_day": 420, + "level": "error", + "project_slug": "checkout-web", + "status": "unresolved", + "title": "TimeoutError: payments call exceeded 8000ms", + "users_affected": 1502 + }, + { + "events": 18422, + "first_seen_day": 405, + "issue_id": "PAY-9C", + "last_seen_day": 420, + "level": "error", + "project_slug": "payments-backend", + "status": "unresolved", + "title": "ConnectionTimeout: notifications call exceeded 30000ms", + "users_affected": 6210 + }, + { + "events": 640, + "first_seen_day": 414, + "issue_id": "SRCH-3D", + "last_seen_day": 419, + "level": "warning", + "project_slug": "search", + "status": "resolved", + "title": "IndexRefreshTimeout", + "users_affected": 210 + } + ] +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/19-kubernetes-pods.yaml b/task_files/dob100-023-rca-inventory-missing-role/19-kubernetes-pods.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e6825e5f5510d5537e53ec696ebfb9a6e6f2e7fe --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/19-kubernetes-pods.yaml @@ -0,0 +1,4 @@ +case_id: DOB-023 +items: + - {"image_tag": "v4.2.1", "memory_limit_mb": 512, "memory_usage_mb": 0, "namespace": "production", "node": "node-a2", "pending_reason": "container has runAsNonRoot and image will run as root", "phase": "CreateContainerConfigError", "pod": "inventory-migrator-4d9e-ii99", "restarts": 0, "service": "inventory"} + - {"image_tag": "v4.2.1", "memory_limit_mb": 1024, "memory_usage_mb": 0, "namespace": "production", "node": "", "pending_reason": "pod has unbound immediate PersistentVolumeClaims: storageclass.storage.k8s.io 'fast-ssd-gp4' not found", "phase": "Pending", "pod": "inventory-7f3c-cc42", "restarts": 0, "service": "inventory"} \ No newline at end of file diff --git a/task_files/dob100-023-rca-inventory-missing-role/20-kubernetes-events.log b/task_files/dob100-023-rca-inventory-missing-role/20-kubernetes-events.log new file mode 100644 index 0000000000000000000000000000000000000000..858fef4ad1c7995fcd71874316e822626ccc0110 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/20-kubernetes-events.log @@ -0,0 +1,8 @@ +{"case_id": "DOB-023", "count": 47, "day": 419, "event_id": 9001, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "OOMKilled"} +{"case_id": "DOB-023", "count": 47, "day": 419, "event_id": 9002, "message": "Back-off restarting failed container analytics", "namespace": "production", "pod": "analytics-worker-7d9f-x2k1", "reason": "CrashLoopBackOff"} +{"case_id": "DOB-023", "count": 39, "day": 420, "event_id": 9003, "message": "Container analytics exceeded its memory limit of 512Mi and was killed", "namespace": "production", "pod": "analytics-worker-7d9f-m4p8", "reason": "OOMKilled"} +{"case_id": "DOB-023", "count": 1, "day": 417, "event_id": 9004, "message": "Stopping container gateway for rollout", "namespace": "production", "pod": "api-gateway-9f2e-cc33", "reason": "Killing"} +{"case_id": "DOB-023", "count": 3, "day": 420, "event_id": 9005, "message": "The node was low on resource: ephemeral-storage. Container media was using 4Gi", "namespace": "production", "pod": "media-service-2e4f-ee55", "reason": "Evicted"} +{"case_id": "DOB-023", "count": 214, "day": 419, "event_id": 9006, "message": "0/4 nodes are available: 4 node(s) didn't match Pod's node affinity/selector", "namespace": "production", "pod": "search-reindex-8c2a-gg77", "reason": "FailedScheduling"} +{"case_id": "DOB-023", "count": 1, "day": 420, "event_id": 9007, "message": "Node node-c1 status is now: NodeNotReady", "namespace": "production", "pod": "notifications-1b7d-hh88", "reason": "NodeNotReady"} +{"case_id": "DOB-023", "count": 96, "day": 418, "event_id": 9008, "message": "Error: container has runAsNonRoot and image will run as root", "namespace": "production", "pod": "inventory-migrator-4d9e-ii99", "reason": "Failed"} diff --git a/task_files/dob100-023-rca-inventory-missing-role/21-deployment-history.json b/task_files/dob100-023-rca-inventory-missing-role/21-deployment-history.json new file mode 100644 index 0000000000000000000000000000000000000000..f6bed7487d8b141484057343c7cc1ebfe0271042 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/21-deployment-history.json @@ -0,0 +1,21 @@ +{ + "case_id": "DOB-023", + "deployments": [ + { + "canary_percent": 100, + "deployment_id": 9267, + "environment": "staging", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + }, + { + "canary_percent": 100, + "deployment_id": 9268, + "environment": "production", + "service": "inventory", + "status": "succeeded", + "version": "v4.3.1" + } + ] +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/22-ci-runs.csv b/task_files/dob100-023-rca-inventory-missing-role/22-ci-runs.csv new file mode 100644 index 0000000000000000000000000000000000000000..b7c7ab22a49aeb73ff1c613234d861a99c112a2f --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/22-ci-runs.csv @@ -0,0 +1,3 @@ +case_id,detail,pr_number,run_id,service,status +DOB-023,all checks passed,,7,inventory,passed +DOB-023,intermittent failure: test_reservation_race (rerun may pass),,8,inventory,failed diff --git a/task_files/dob100-023-rca-inventory-missing-role/23-pull-request-context.json b/task_files/dob100-023-rca-inventory-missing-role/23-pull-request-context.json new file mode 100644 index 0000000000000000000000000000000000000000..2f8aa10b735cd71f4fd8ba2f7008a41c96337145 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/23-pull-request-context.json @@ -0,0 +1,4 @@ +{ + "case_id": "DOB-023", + "pull_requests": [] +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/24-migration-state.sql b/task_files/dob100-023-rca-inventory-missing-role/24-migration-state.sql new file mode 100644 index 0000000000000000000000000000000000000000..a331841a82e825a6fcf485052b9a6ef0c45f8ace --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/24-migration-state.sql @@ -0,0 +1,3 @@ +-- case_id: DOB-023 +-- {"environment": "production", "migration_id": 8, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} +-- {"environment": "staging", "migration_id": 7, "name": "0033_reservation_index", "service": "inventory", "status": "applied"} diff --git a/task_files/dob100-023-rca-inventory-missing-role/25-security-scanner-report.pdf b/task_files/dob100-023-rca-inventory-missing-role/25-security-scanner-report.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f6e9dd1bacf6cf197430234255ac92caea1eee43 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/25-security-scanner-report.pdf @@ -0,0 +1,39 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 118 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(Case DOB-023 security observations) Tj +T* (No task conclusion is precomputed here.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000000416 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +486 +%%EOF diff --git a/task_files/dob100-023-rca-inventory-missing-role/26-approval-policy.md b/task_files/dob100-023-rca-inventory-missing-role/26-approval-policy.md new file mode 100644 index 0000000000000000000000000000000000000000..1103a9dfd2af7a1f5baf82b591455bf74e127bab --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/26-approval-policy.md @@ -0,0 +1,3 @@ +# Approval context for DOB-023 + +OPS-CONTROL-2026.03 is operative. Irreversible actions require the approval recorded in the live policy system. Difficulty is not a reason to seek approval, and approval is not evidence that a proposed outcome is correct. diff --git a/task_files/dob100-023-rca-inventory-missing-role/27-current-versus-stale-notes.txt b/task_files/dob100-023-rca-inventory-missing-role/27-current-versus-stale-notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..54da8af3baacbba6b9b6318ce841a52daba9703a --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/27-current-versus-stale-notes.txt @@ -0,0 +1 @@ +DOB-023 has a current control (OPS-CONTROL-2026.03) and a retained retired note (OPS-CONTROL-2025.11). Resolve effective status and corroborate the underlying facts; filenames and display names are not authority. diff --git a/task_files/dob100-023-rca-inventory-missing-role/28-change-readiness-standard.pdf b/task_files/dob100-023-rca-inventory-missing-role/28-change-readiness-standard.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ceb58813620f4064117311e3e446d90c1d60f914 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/28-change-readiness-standard.pdf @@ -0,0 +1,58 @@ +%PDF-1.4 +%âãÏÓ +1 0 obj +<< /Type /Catalog /Pages 2 0 R >> +endobj +2 0 obj +<< /Type /Pages /Kids [3 0 R] /Count 1 >> +endobj +3 0 obj +<< /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> +endobj +4 0 obj +<< /Length 2113 >> +stream +BT +/F1 9 Tf +54 750 Td +11 TL +(DOB-023 change-readiness standard for inventory) Tj +T* (Change-readiness standard for DOB-023 \(inventory\), effective under OPS-CONTROL-2026.03. Before the) Tj +T* (inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in) Tj +T* (every production zone. The zone count and the current pool size are the PagerDuty scale record for) Tj +T* (PD-DOB-023; replicas reserved for another team's freeze in the Linear capacity register \(CAP-23\) are) Tj +T* (not usable. Any shortfall is covered only by confirmed CloudCap capacity \(Jira order VEND-23\) and) Tj +T* (becomes effective in the next published change window on the current operating control page. Plan) Tj +T* (selection: choose the lowest-cost authorised plan whose completion is on or before the customer) Tj +T* (cutover date published on the status page; if no authorised plan meets it, choose the earliest) Tj +T* (authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working) Tj +T* (outside a change window needs incident-commander approval beyond change approval CHG-23. Record the) Tj +T* (plan as the reconciliation answer to question DOB-023-capacity-plan: a JSON object with the keys) Tj +T* (business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas,) Tj +T* (reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date,) Tj +T* (expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion,) Tj +T* (expedited_plan_completion, reserved_release_completion, recommended_option,) Tj +T* (recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required,) Tj +T* (approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO \(YYYY-MM-DD\); the) Tj +T* (unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the) Tj +T* (change approval; outcome_vs_control_days is completion minus cutover \(positive means late\);) Tj +T* (decision_timing_status is ON_TIME or LATE.) Tj +ET +endstream +endobj +5 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /Helvetica >> +endobj +xref +0 6 +0000000000 65535 f +0000000015 00000 n +0000000064 00000 n +0000000121 00000 n +0000000247 00000 n +0000002412 00000 n +trailer +<< /Size 6 /Root 1 0 R >> +startxref +2482 +%%EOF diff --git a/task_files/dob100-023-rca-inventory-missing-role/29-vendor-capacity-order.csv b/task_files/dob100-023-rca-inventory-missing-role/29-vendor-capacity-order.csv new file mode 100644 index 0000000000000000000000000000000000000000..2469bf72aa416467c3c09733cabca4e0a185c5d0 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/29-vendor-capacity-order.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +procurement,inventory,416,Vendor Order,VEND-23,Medium,VEND,Confirmed,Done,"CloudCap capacity order for DOB-023: 3 inventory replicas, standard delivery 2026-03-07, expedited delivery 2026-03-04 for USD 900",419 diff --git a/task_files/dob100-023-rca-inventory-missing-role/30-change-approval-record.csv b/task_files/dob100-023-rca-inventory-missing-role/30-change-approval-record.csv new file mode 100644 index 0000000000000000000000000000000000000000..18ab6b8e17b3366eda8bd8500fb9c95b6dc21048 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/30-change-approval-record.csv @@ -0,0 +1,2 @@ +assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day +change-advisory,inventory,417,Change,CHG-23,Medium,CHG,Approved,Done,Change approval CHG-23 for DOB-023: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved,419 diff --git a/task_files/dob100-023-rca-inventory-missing-role/31-capacity-reservation-register.json b/task_files/dob100-023-rca-inventory-missing-role/31-capacity-reservation-register.json new file mode 100644 index 0000000000000000000000000000000000000000..de72e7a5c974a1a22ff4d69f05ee0a720c64a9af --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/31-capacity-reservation-register.json @@ -0,0 +1,14 @@ +{ + "case_id": "DOB-023", + "issues": [ + { + "created_day": 417, + "identifier": "CAP-23", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "4 inventory replicas reserved for the notifications freeze until 2026-03-11; early release needs incident-commander approval and a USD 1800 re-provisioning charge (DOB-023)" + } + ] +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/32-customer-cutover-notice.json b/task_files/dob100-023-rca-inventory-missing-role/32-customer-cutover-notice.json new file mode 100644 index 0000000000000000000000000000000000000000..ffe1d7f307d4977065d0c41dfee1edb044f0e558 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/32-customer-cutover-notice.json @@ -0,0 +1,13 @@ +{ + "case_id": "DOB-023", + "posts": [ + { + "impact": "none", + "linked_incident": null, + "post_id": 13023, + "published_day": 419, + "state": "scheduled", + "title": "DOB-023: inventory cutover scheduled for 2026-03-08" + } + ] +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/51-agent-visible-asset-manifest.json b/task_files/dob100-023-rca-inventory-missing-role/51-agent-visible-asset-manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..07abe08190e7e6fa88abb7028dcecdfee1cb3e5f --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/51-agent-visible-asset-manifest.json @@ -0,0 +1,556 @@ +{ + "assets": [ + { + "bytes": 854, + "evidence_role": "request", + "kind": "md", + "material": false, + "path": "01-employee-request.md", + "sha256": "8621edbe386f15468ed7afd67f2bc32a952d3f172b166adcc524460d4a567fc9", + "source": "employee request" + }, + { + "bytes": 206, + "evidence_role": "identity", + "kind": "csv", + "material": false, + "path": "02-jira-work-item.csv", + "sha256": "652e948cb9507ddc4e51a1c2e4fb3bf9b534b9c16412a5117c3b37a16f10d497", + "source": "Atlassian Jira" + }, + { + "bytes": 84, + "evidence_role": "identity", + "kind": "json", + "material": false, + "path": "03-cross-tracker-links.json", + "sha256": "c71d4f3f76e564bd7da29be463dfc5ed40ca3c773deaf4497509c95a2ccae418", + "source": "tracker link registry" + }, + { + "bytes": 189, + "evidence_role": "engineering-signal", + "kind": "json", + "material": false, + "path": "04-github-issue.json", + "sha256": "2b518f9b3121d0d7660ea2db8ab383dce6ad53f950d4fc14c521fbd5204d182c", + "source": "GitHub" + }, + { + "bytes": 1294, + "evidence_role": "authority", + "kind": "pdf", + "material": false, + "path": "05-current-operating-control.pdf", + "sha256": "eb81118641d04ec92af1937bd29bd7f0600721981ea34788ac9d89a99ca2953d", + "source": "Confluence current export" + }, + { + "bytes": 827, + "evidence_role": "stale-authority", + "kind": "pdf", + "material": false, + "path": "06-retired-shortcut-note.pdf", + "sha256": "8bddbde5f2bb276a8cd19cf79d11e55f596fede3b530e9804d9caf41978d2ade", + "source": "Confluence history export" + }, + { + "bytes": 884, + "evidence_role": "conversation", + "kind": "json", + "material": false, + "path": "07-case-room-thread.json", + "sha256": "41e4622b387bbc8c04d102536f769c9e6633405a829e1b4ccba5716f9676f56b", + "source": "Slack" + }, + { + "bytes": 235, + "evidence_role": "change-history", + "kind": "csv", + "material": false, + "path": "08-pagerduty-change-events.csv", + "sha256": "561c1c23eaea2eee242e01bc27295e02de035ddf3a3efac093a6ee04b53b6cfe", + "source": "PagerDuty" + }, + { + "bytes": 1589, + "evidence_role": "ownership", + "kind": "xlsx", + "material": false, + "path": "09-service-owner-register.xlsx", + "sha256": "60948502320aeac7046c46253c7741de3a97f8906ab05d0c457e6ccd77f0ee19", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 1700, + "evidence_role": "schedule", + "kind": "xlsx", + "material": false, + "path": "10-release-calendar.xlsx", + "sha256": "d33c14a4751f311b9650df202da10b13443e390bfbebe1fe80ae818e5c8d562f", + "source": "Microsoft Graph workbook" + }, + { + "bytes": 177, + "evidence_role": "inventory", + "kind": "csv", + "material": false, + "path": "11-source-inventory.csv", + "sha256": "503ef9c2ab5c8b5536abbb740a7bcb9c31490a909584dffdaaf1b09d3e2a9823", + "source": "case intake" + }, + { + "bytes": 398, + "evidence_role": "request", + "kind": "eml", + "material": false, + "path": "12-request-email.eml", + "sha256": "7ecf8c34c6a036f3ba2076982d3613e4752e57b4354e80aa257a9aa84351808d", + "source": "Gmail export" + }, + { + "bytes": 384, + "evidence_role": "conflict", + "kind": "eml", + "material": false, + "path": "13-former-owner-email.eml", + "sha256": "65406275678afc6c06ee436ea5a8a514ce908ac23e43745fa67a45c75c3df396", + "source": "Gmail export" + }, + { + "bytes": 1138, + "evidence_role": "service-state", + "kind": "csv", + "material": false, + "path": "14-service-catalog.csv", + "sha256": "e4070bbe97bfec47cf85d4257da342204027a893040214f3813c982bcd1400a0", + "source": "service catalog" + }, + { + "bytes": 144, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "15-slo-export.csv", + "sha256": "229cafbc1721e8d155f752b9b431319c41f38df505474aff064f2895f2c929ce", + "source": "SLO platform" + }, + { + "bytes": 142, + "evidence_role": "live-signal", + "kind": "csv", + "material": false, + "path": "16-metrics-export.csv", + "sha256": "6eb60a55369508380385e4cd2ff0c7684daaa2f7baaacd70b48e5cf2f0c0111f", + "source": "Prometheus" + }, + { + "bytes": 238, + "evidence_role": "live-signal", + "kind": "log", + "material": false, + "path": "17-observability-log-slice.log", + "sha256": "0da30c54b1ebc802f35df1dbc509676edb66d3969ff5ddd97635129786dcbf10", + "source": "log platform" + }, + { + "bytes": 1253, + "evidence_role": "live-signal", + "kind": "json", + "material": false, + "path": "18-sentry-issues.json", + "sha256": "6e2e32c1f10e80980a38d09299aa5f6771b476df127d6c452cc70acd81018771", + "source": "Sentry" + }, + { + "bytes": 662, + "evidence_role": "runtime-state", + "kind": "yaml", + "material": false, + "path": "19-kubernetes-pods.yaml", + "sha256": "42b1ce83a66a0712dd19e1ef8d66676ee5c1741f6378bd78d1d78ffef08928c0", + "source": "Kubernetes" + }, + { + "bytes": 1817, + "evidence_role": "runtime-state", + "kind": "log", + "material": false, + "path": "20-kubernetes-events.log", + "sha256": "473f5e7a9916d82dd51085e98ff54b62769278c58a5ffdcaab36d008ebcfdd15", + "source": "Kubernetes" + }, + { + "bytes": 429, + "evidence_role": "deployment-state", + "kind": "json", + "material": false, + "path": "21-deployment-history.json", + "sha256": "48e753172c8413497450bd24623db43f7da17da608c4df593048a1224cfedffa", + "source": "deployment platform" + }, + { + "bytes": 185, + "evidence_role": "build-state", + "kind": "csv", + "material": false, + "path": "22-ci-runs.csv", + "sha256": "75727bbdb57348126911996d74a5ad6d3282dc11cace6d72123482d7f906ceac", + "source": "CI platform" + }, + { + "bytes": 50, + "evidence_role": "change-state", + "kind": "json", + "material": false, + "path": "23-pull-request-context.json", + "sha256": "15bf1b2aba2533c2956def665fb4a93c68522b651f8674181c2c2de2a3b86e04", + "source": "GitHub" + }, + { + "bytes": 279, + "evidence_role": "change-control", + "kind": "sql", + "material": false, + "path": "24-migration-state.sql", + "sha256": "9e15d861595d70dcf72d933dc033b7f99a334ce308b06109681e09ff03e5cc66", + "source": "database change control" + }, + { + "bytes": 669, + "evidence_role": "security", + "kind": "pdf", + "material": false, + "path": "25-security-scanner-report.pdf", + "sha256": "b471bd9d8c2a9a44cff46272c33b2c1ecc872a9e71253a70424e443ed4baf426", + "source": "security scanner" + }, + { + "bytes": 254, + "evidence_role": "governance", + "kind": "md", + "material": false, + "path": "26-approval-policy.md", + "sha256": "e6b3def9b45c30934fb0926bf46bf6df185501dca3cc6eb5b1f301f7cd351d2a", + "source": "change governance" + }, + { + "bytes": 213, + "evidence_role": "lineage", + "kind": "txt", + "material": false, + "path": "27-current-versus-stale-notes.txt", + "sha256": "201a659aea03e5703777e39b0aa5f1ad2fca85c417d0d5226eb4d4094d7fcbbc", + "source": "evidence custodian" + }, + { + "bytes": 2666, + "evidence_role": "capacity requirement", + "kind": "pdf", + "material": false, + "path": "28-change-readiness-standard.pdf", + "sha256": "170c5d44e51607111f265e1a0abb9d7134fc2aba113b7fc2c94749cb52e30b37", + "source": "Confluence current export" + }, + { + "bytes": 314, + "evidence_role": "vendor lead time and cost", + "kind": "csv", + "material": false, + "path": "29-vendor-capacity-order.csv", + "sha256": "33397053700e74f52bcb44090f6c28af618f6af54703f4ed4a777d7b14f51a37", + "source": "Atlassian Jira vendor project" + }, + { + "bytes": 401, + "evidence_role": "approval scope", + "kind": "csv", + "material": false, + "path": "30-change-approval-record.csv", + "sha256": "8d0033bcbe02b86fd797a3b558703c6d6b23ecaf23733d4424a72e2b0292d84d", + "source": "Atlassian Jira change advisory" + }, + { + "bytes": 414, + "evidence_role": "capacity exclusion", + "kind": "json", + "material": false, + "path": "31-capacity-reservation-register.json", + "sha256": "3a83c4273c0f92f0fc5d6e4e6de0f73a426780ef4094738a0bed3e67800b7fd1", + "source": "Linear" + }, + { + "bytes": 261, + "evidence_role": "independent business need", + "kind": "json", + "material": false, + "path": "32-customer-cutover-notice.json", + "sha256": "42c33e5e5658cc87ff41b6db7a55533b0cac43f331ad18ac94a769a0737aecb2", + "source": "public status page" + }, + { + "bytes": 683, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/01-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "DOB-023" + }, + "sha256": "672c50461d440b0ae7928ef06304fdc385a81432e0713ef2485b6d152a7a770c", + "source": "the authoritative Jira work item" + }, + { + "bytes": 375, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the cross-tracker link registry", + "path": "material/02-the-cross-tracker-link-registry.json", + "query_scope": { + "source": "DOB-023" + }, + "sha256": "769cd230221f735eb1dce97ba7012274df9621df567048892782597561853cdf", + "source": "the cross-tracker link registry" + }, + { + "bytes": 539, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked GitHub issue population", + "path": "material/03-the-linked-github-issue-population.json", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "sha256": "3c07a6fab8a2e5d2f750f05eb4fb01da17365bd2868d5fb7c8c02bd3beed1842", + "source": "the linked GitHub issue population" + }, + { + "bytes": 786, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the operating-control index", + "path": "material/04-the-operating-control-index.json", + "query_scope": { + "query": "DOB-023", + "space": "OPS" + }, + "sha256": "7ca19bac480fc7884ffbbcf6fd1db018b6970fbc6393eec6637b3da3b3e75b1e", + "source": "the operating-control index" + }, + { + "bytes": 1087, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/05-the-exact-control-revision.json", + "query_scope": { + "page_id": 10023 + }, + "sha256": "8ffb5d0d7b78744b15439547803814789f1abe34aca68ea9c643d3e37318abfd", + "source": "the exact control revision" + }, + { + "bytes": 649, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/06-the-exact-control-revision.json", + "query_scope": { + "page_id": 11023 + }, + "sha256": "fee4a3de42b5474e1cc422cef2099bf089da971850f336ff1c31ad214b69b778", + "source": "the exact control revision" + }, + { + "bytes": 1237, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the case-room conversation", + "path": "material/07-the-case-room-conversation.json", + "query_scope": { + "channel": "case-023-inventory", + "limit": 50 + }, + "sha256": "5818b0a2ed8196a1cebbd49a214d92ab8cf6a2c64e15fb024b465d647be1b63f", + "source": "the case-room conversation" + }, + { + "bytes": 699, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty change-event history", + "path": "material/08-the-pagerduty-change-event-history.json", + "query_scope": { + "pd_service_id": "PD-DOB-023", + "since_day": 330 + }, + "sha256": "1eaf25991466534cd4ad726908d49a90c6f74450815cfe0b2eebfe55cdd4560e", + "source": "the PagerDuty change-event history" + }, + { + "bytes": 473, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current customer-status record", + "path": "material/09-the-current-customer-status-record.json", + "query_scope": { + "limit": 20 + }, + "sha256": "b3ca2c52d0ef0d462dbc8e991c5a1b8b90387895b890177edef7f71b013237ff", + "source": "the current customer-status record" + }, + { + "bytes": 2051, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the live database grants", + "path": "material/10-the-live-database-grants.json", + "query_scope": {}, + "sha256": "197d9432eae3876ac2c9186e60dff01feb252e97e0ed3cad8b77e9ac0f122d8f", + "source": "the live database grants" + }, + { + "bytes": 533, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "current service logs (inventory)", + "path": "material/11-current-service-logs.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "2619bfa27ca1e2aef91daba51dc82e03879e880807e323e6709112d582c4661c", + "source": "current service logs" + }, + { + "bytes": 6340, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "change history (inventory)", + "path": "material/12-change-history.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "9544e7bbeee2f6707800ea93ea3fcc53b597b5713b1995d85ec247c12ed26a56", + "source": "change history" + }, + { + "bytes": 444, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "runtime resource and process state (inventory)", + "path": "material/13-runtime-resource-and-process-state.json", + "query_scope": { + "service": "inventory" + }, + "sha256": "fd8a10b0e9b61174b53bdbc725fb8a20d5ce7723bc923a34249513447ba7b297", + "source": "runtime resource and process state" + }, + { + "bytes": 2302, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the exact control revision", + "path": "material/14-the-exact-control-revision.json", + "query_scope": { + "page_id": 14023 + }, + "sha256": "b7b7e8df10325607dc09672435f4d6b745298f61b017e564371993a3a42f1fcd", + "source": "the exact control revision" + }, + { + "bytes": 715, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/15-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "VEND-23" + }, + "sha256": "2407973ac32d35d2c44a66c7d49aed0065be889d6b8a571c4cd12db30960e7f9", + "source": "the authoritative Jira work item" + }, + { + "bytes": 803, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the authoritative Jira work item", + "path": "material/16-the-authoritative-jira-work-item.json", + "query_scope": { + "key": "CHG-23" + }, + "sha256": "c95044f833874ec5eaaea8490b19666ac4c42f4b960b92d4bec1119bc097c25c", + "source": "the authoritative Jira work item" + }, + { + "bytes": 654, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the linked planning tracker", + "path": "material/17-the-linked-planning-tracker.json", + "query_scope": { + "team": "team-inventory" + }, + "sha256": "a59929722a7063f33621a4426ffe60be6b40ca7779f4665074bda8d359f915a3", + "source": "the linked planning tracker" + }, + { + "bytes": 1084, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "customer-status history", + "path": "material/18-customer-status-history.json", + "query_scope": { + "since_day": 330 + }, + "sha256": "b710f3e000396009fbdee223a75051c56dbd922e24b3a6cba525fbb3abe72749", + "source": "customer-status history" + }, + { + "bytes": 1534, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the current owner register", + "path": "material/19-the-current-owner-register.json", + "query_scope": {}, + "sha256": "5329619125a6f7ebeca0b267758d26501aab79a095e5c1f479d9e6074ccda33d", + "source": "the current owner register" + }, + { + "bytes": 972, + "evidence_role": "decision-controlling sandbox export", + "kind": "json", + "material": true, + "material_reason": "the PagerDuty service catalog", + "path": "material/20-the-pagerduty-service-catalog.json", + "query_scope": {}, + "sha256": "7d33e2a1d045a0fc45f8f74f8216d091c76064732b285069c28eceb602e9ea05", + "source": "the PagerDuty service catalog" + } + ], + "case_id": "DOB-023", + "gold_included": false, + "listed_assets": 52, + "oracle_sequence_included": false, + "ordering_semantics": false, + "total_assets_including_this_manifest": 53 +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/01-the-authoritative-jira-work-item.json b/task_files/dob100-023-rca-inventory-missing-role/material/01-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..b7881f5cf66abc39468a774b91c0d19c80da901d --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/01-the-authoritative-jira-work-item.json @@ -0,0 +1,28 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "DOB-023" + }, + "records": { + "assignee": "on-call", + "component": "inventory", + "created_day": 414, + "issue_type": "Task", + "key": "DOB-023", + "links": [ + { + "kind": "relates", + "target": "GH-9023" + } + ], + "priority": "High", + "project": "DOB", + "resolution": "", + "status": "In Progress", + "summary": "This is an investigation, not a change.", + "updated_day": 420 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/02-the-cross-tracker-link-registry.json b/task_files/dob100-023-rca-inventory-missing-role/material/02-the-cross-tracker-link-registry.json new file mode 100644 index 0000000000000000000000000000000000000000..253d98ac7effcb1e394a09b51faee1d17316bb16 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/02-the-cross-tracker-link-registry.json @@ -0,0 +1,16 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "source": "DOB-023" + }, + "records": [ + { + "kind": "relates", + "source": "DOB-023", + "target": "GH-9023" + } + ], + "source": "the cross-tracker link registry" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/03-the-linked-github-issue-population.json b/task_files/dob100-023-rca-inventory-missing-role/material/03-the-linked-github-issue-population.json new file mode 100644 index 0000000000000000000000000000000000000000..eba00b457081aa7720f791a0b692d8e2dbfcc61f --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/03-the-linked-github-issue-population.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "repo": "novacart/inventory", + "state": "open" + }, + "records": [ + { + "created_day": 415, + "labels": "aiops_analysis,needs-correlation", + "number": 9023, + "repo": "novacart/inventory", + "state": "open", + "title": "Operational evidence for DOB-023" + } + ], + "source": "the linked GitHub issue population" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/04-the-operating-control-index.json b/task_files/dob100-023-rca-inventory-missing-role/material/04-the-operating-control-index.json new file mode 100644 index 0000000000000000000000000000000000000000..7a8e4f642f984ee577c30e7a8292da802893961e --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/04-the-operating-control-index.json @@ -0,0 +1,33 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "query": "DOB-023", + "space": "OPS" + }, + "records": [ + { + "last_updated_day": 420, + "page_id": 10023, + "space": "OPS", + "stale": 0, + "title": "DOB-023 current operating control" + }, + { + "last_updated_day": 310, + "page_id": 11023, + "space": "OPS", + "stale": 1, + "title": "DOB-023 retired shortcut note" + }, + { + "last_updated_day": 420, + "page_id": 14023, + "space": "OPS", + "stale": 0, + "title": "DOB-023 change-readiness standard for inventory" + } + ], + "source": "the operating-control index" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/05-the-exact-control-revision.json b/task_files/dob100-023-rca-inventory-missing-role/material/05-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..28d89c12d4fd036ee2f6a7e678147560cb339506 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/05-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 10023 + }, + "records": { + "body": "Control OPS-CONTROL-2026.03 is effective for DOB-023 and supersedes OPS-CONTROL-2025.11. Establish identity across Jira and the linked GitHub issue, compare the case-room report with live operational records, follow task-specific approval and rollout controls, and verify writes from the system of record. This page defines evidence precedence; it does not contain the task's conclusion. Change windows for inventory: 2026-03-05, 2026-03-08, 2026-03-11, 2026-03-14 at 14:00Z; work outside these windows requires incident-commander approval. Vendor capacity order VEND-23 and change approval CHG-23 are the authoritative records for the cutover capacity plan.", + "last_updated_day": 420, + "page_id": 10023, + "space": "OPS", + "stale": 0, + "title": "DOB-023 current operating control" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/06-the-exact-control-revision.json b/task_files/dob100-023-rca-inventory-missing-role/material/06-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..5ae9422ee7036ec924280660c87a5bf048733b21 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/06-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 11023 + }, + "records": { + "body": "Retired control OPS-CONTROL-2025.11 for DOB-023. This draft recommends trusting the first alert and closing the tracker after a single-system check. It is retained for audit history and was superseded by OPS-CONTROL-2026.03.", + "last_updated_day": 310, + "page_id": 11023, + "space": "OPS", + "stale": 1, + "title": "DOB-023 retired shortcut note" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/07-the-case-room-conversation.json b/task_files/dob100-023-rca-inventory-missing-role/material/07-the-case-room-conversation.json new file mode 100644 index 0000000000000000000000000000000000000000..e1069122c06d8fbaaf93ac427bc30eb88e0f0d33 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/07-the-case-room-conversation.json @@ -0,0 +1,36 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "channel": "case-023-inventory", + "limit": 50 + }, + "records": [ + { + "author": "customer-success", + "body": "The inventory cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-023-inventory", + "message_id": 10 + }, + { + "author": "former-owner", + "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", + "channel": "case-023-inventory", + "message_id": 9 + }, + { + "author": "on-call", + "body": "For inventory, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-023-inventory", + "message_id": 8 + }, + { + "author": "release-manager", + "body": "Please resolve DOB-023. The Jira state is only intake; confirm the live systems.", + "channel": "case-023-inventory", + "message_id": 7 + } + ], + "source": "the case-room conversation" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/08-the-pagerduty-change-event-history.json b/task_files/dob100-023-rca-inventory-missing-role/material/08-the-pagerduty-change-event-history.json new file mode 100644 index 0000000000000000000000000000000000000000..47093e3d7027714328dce2003fe01b7179d815e3 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/08-the-pagerduty-change-event-history.json @@ -0,0 +1,24 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "pd_service_id": "PD-DOB-023", + "since_day": 330 + }, + "records": [ + { + "change_id": 5, + "day": 418, + "pd_service_id": "PD-DOB-023", + "summary": "Scaled the inventory production pool to 13 replicas across 4 zones (DOB-023 capacity baseline)" + }, + { + "change_id": 4, + "day": 419, + "pd_service_id": "PD-DOB-023", + "summary": "DOB-023 intake evidence for inventory; outcome not yet established" + } + ], + "source": "the PagerDuty change-event history" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/09-the-current-customer-status-record.json b/task_files/dob100-023-rca-inventory-missing-role/material/09-the-current-customer-status-record.json new file mode 100644 index 0000000000000000000000000000000000000000..489ab871c0a011dff5ca4e1dc49ec5b642b8a790 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/09-the-current-customer-status-record.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "limit": 20 + }, + "records": [ + { + "body": "Catalog read replica maintenance completed with no customer impact.", + "post_id": 1, + "state": "resolved", + "title": "Scheduled maintenance completed" + } + ], + "source": "the current customer-status record" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/10-the-live-database-grants.json b/task_files/dob100-023-rca-inventory-missing-role/material/10-the-live-database-grants.json new file mode 100644 index 0000000000000000000000000000000000000000..a508fc67c95862b083cd2b997eec5f96d6368157 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/10-the-live-database-grants.json @@ -0,0 +1,81 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "changed_day": 418, + "component": "pg-replica", + "grant_id": 9905, + "note": "role dropped during the day-418 credential rotation; the running pods were never restarted and still present the old role", + "role": "analytics_ro", + "service": "analytics-worker", + "state": "revoked" + }, + { + "changed_day": 390, + "component": "rabbitmq", + "grant_id": 9908, + "note": "", + "role": "analytics_sub", + "service": "analytics-worker", + "state": "active" + }, + { + "changed_day": 390, + "component": "pg-replica", + "grant_id": 9903, + "note": "", + "role": "catalog_ro", + "service": "catalog", + "state": "active" + }, + { + "changed_day": 390, + "component": "pg-primary", + "grant_id": 9902, + "note": "", + "role": "checkout_rw", + "service": "checkout", + "state": "active" + }, + { + "changed_day": 0, + "component": "pg-replica", + "grant_id": 9906, + "note": "no such role on pg-replica; the reporting job has never successfully connected since it was added", + "role": "inventory_ro", + "service": "inventory", + "state": "missing" + }, + { + "changed_day": 390, + "component": "rabbitmq", + "grant_id": 9907, + "note": "", + "role": "notify_pub", + "service": "notifications", + "state": "active" + }, + { + "changed_day": 390, + "component": "pg-primary", + "grant_id": 9901, + "note": "", + "role": "payments_rw", + "service": "payments", + "state": "active" + }, + { + "changed_day": 390, + "component": "pg-replica", + "grant_id": 9904, + "note": "", + "role": "search_ro", + "service": "search", + "state": "active" + } + ], + "source": "the live database grants" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/11-current-service-logs.json b/task_files/dob100-023-rca-inventory-missing-role/material/11-current-service-logs.json new file mode 100644 index 0000000000000000000000000000000000000000..fc872db2caa9880bf6f0385d5ea3a49253228a29 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/11-current-service-logs.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "environment": "production", + "level": "ERROR", + "log_id": 9019, + "message": "SQLTimeoutException: connection wait timeout after 2000ms; db_pool_size=5 exhausted under 128 rps of reservations", + "service": "inventory" + } + ], + "source": "current service logs" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/12-change-history.json b/task_files/dob100-023-rca-inventory-missing-role/material/12-change-history.json new file mode 100644 index 0000000000000000000000000000000000000000..5e9d8729599bc5b9907234e312bbdd9a6fd74e6f --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/12-change-history.json @@ -0,0 +1,211 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "additions": 15, + "author": "Tom Becker", + "day": 406, + "deletions": 2, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: docs on the pool sizing tradeoff", + "service": "inventory", + "sha": "b8e46d0" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 397, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: cut v2.1.0", + "service": "inventory", + "sha": "b6f0e15" + }, + { + "additions": 12, + "author": "Tom Becker", + "day": 388, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: connection-wait errors climbing during evening peak", + "service": "inventory", + "sha": "38f0c62" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 377, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: cut v2.0.0", + "service": "inventory", + "sha": "c5107ea" + }, + { + "additions": 9, + "author": "Tom Becker", + "day": 368, + "deletions": 7, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: pin the stock pool to 5 connections after the pgbouncer move", + "service": "inventory", + "sha": "3ce7d81" + }, + { + "additions": 14, + "author": "Ravi Shah", + "day": 364, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: connection-wait timings added to the slow-query log", + "service": "inventory", + "sha": "e096b47" + }, + { + "additions": 17, + "author": "Tom Becker", + "day": 353, + "deletions": 6, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: reservation sweeper runs every minute", + "service": "inventory", + "sha": "84fa1d9" + }, + { + "additions": 21, + "author": "Ravi Shah", + "day": 344, + "deletions": 9, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: pgbouncer in front of the stock database", + "service": "inventory", + "sha": "97b0e5d" + }, + { + "additions": 16, + "author": "Tom Becker", + "day": 334, + "deletions": 8, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: stock controller returns typed error bodies", + "service": "inventory", + "sha": "b0e2d75" + }, + { + "additions": 5, + "author": "Ravi Shah", + "day": 325, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: hold TTL raised to 20 minutes for slow payment flows", + "service": "inventory", + "sha": "b1d5027" + }, + { + "additions": 12, + "author": "Tom Becker", + "day": 316, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: log connection return failures instead of swallowing them", + "service": "inventory", + "sha": "31de07a" + }, + { + "additions": 9, + "author": "Ravi Shah", + "day": 307, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: batch endpoint returns 413 over the cap", + "service": "inventory", + "sha": "9b3d017" + }, + { + "additions": 3, + "author": "Tom Becker", + "day": 298, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: cut v1.6.0", + "service": "inventory", + "sha": "af0d715" + }, + { + "additions": 23, + "author": "Ravi Shah", + "day": 288, + "deletions": 11, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: reservation lines recorded inside the same transaction", + "service": "inventory", + "sha": "70fb4c1" + }, + { + "additions": 41, + "author": "Tom Becker", + "day": 278, + "deletions": 26, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: separate read and write paths in the repository", + "service": "inventory", + "sha": "47f0d81" + }, + { + "additions": 5, + "author": "Ravi Shah", + "day": 268, + "deletions": 5, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: bump spring boot to 3.2.5", + "service": "inventory", + "sha": "d9036ce" + }, + { + "additions": 8, + "author": "Tom Becker", + "day": 259, + "deletions": 1, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: close the datasource on shutdown", + "service": "inventory", + "sha": "7bd4e91" + }, + { + "additions": 3, + "author": "Ravi Shah", + "day": 250, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/StockController.java", + "message": "inventory: cut v1.3.0", + "service": "inventory", + "sha": "9e6d38b" + }, + { + "additions": 19, + "author": "Tom Becker", + "day": 240, + "deletions": 4, + "files": "src/main/java/com/novacart/inventory/StockRepository.java", + "message": "inventory: expose pool metrics on /actuator", + "service": "inventory", + "sha": "94ec617" + }, + { + "additions": 6, + "author": "Ravi Shah", + "day": 229, + "deletions": 3, + "files": "src/main/java/com/novacart/inventory/ReservationService.java", + "message": "inventory: hold ids prefixed for log greppability", + "service": "inventory", + "sha": "1c58ea9" + } + ], + "source": "change history" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/13-runtime-resource-and-process-state.json b/task_files/dob100-023-rca-inventory-missing-role/material/13-runtime-resource-and-process-state.json new file mode 100644 index 0000000000000000000000000000000000000000..2d8aff10864802b7e84e7b27052a9c9fd8ce4fb3 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/13-runtime-resource-and-process-state.json @@ -0,0 +1,18 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "service": "inventory" + }, + "records": [ + { + "gc_collections_per_min": 8, + "gc_pause_p99_ms": 31, + "heap_used_pct": 52, + "service": "inventory", + "threads": 60 + } + ], + "source": "runtime resource and process state" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/14-the-exact-control-revision.json b/task_files/dob100-023-rca-inventory-missing-role/material/14-the-exact-control-revision.json new file mode 100644 index 0000000000000000000000000000000000000000..ff423326d61bc0b035f14465a99135fc0f75a905 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/14-the-exact-control-revision.json @@ -0,0 +1,17 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "page_id": 14023 + }, + "records": { + "body": "Change-readiness standard for DOB-023 (inventory), effective under OPS-CONTROL-2026.03. Before the inventory cutover is declared ready, the production pool must hold 3 healthy serving replicas in every production zone. The zone count and the current pool size are the PagerDuty scale record for PD-DOB-023; replicas reserved for another team's freeze in the Linear capacity register (CAP-23) are not usable. Any shortfall is covered only by confirmed CloudCap capacity (Jira order VEND-23) and becomes effective in the next published change window on the current operating control page. Plan selection: choose the lowest-cost authorised plan whose completion is on or before the customer cutover date published on the status page; if no authorised plan meets it, choose the earliest authorised plan and report the shortfall honestly as LATE. Releasing reserved capacity or working outside a change window needs incident-commander approval beyond change approval CHG-23. Record the plan as the reconciliation answer to question DOB-023-capacity-plan: a JSON object with the keys business_need_date, replicas_per_zone, production_zones, required_replicas, observed_replicas, reserved_replicas, usable_replicas, replica_gap, quantity_unit, standard_capacity_date, expedited_capacity_date, capacity_request_replicas, next_change_window, standard_plan_completion, expedited_plan_completion, reserved_release_completion, recommended_option, recommended_outcome_date, recommended_incremental_cost_usd, escalation_approval_required, approval_reference, outcome_vs_control_days, decision_timing_status. Dates are ISO (YYYY-MM-DD); the unit is 'replicas'; escalation_approval_required is 1 when a listed plan needs approval beyond the change approval; outcome_vs_control_days is completion minus cutover (positive means late); decision_timing_status is ON_TIME or LATE.", + "last_updated_day": 420, + "page_id": 14023, + "space": "OPS", + "stale": 0, + "title": "DOB-023 change-readiness standard for inventory" + }, + "source": "the exact control revision" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/15-the-authoritative-jira-work-item.json b/task_files/dob100-023-rca-inventory-missing-role/material/15-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..a41a6287de81af744855beebdc26af52f29e25b3 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/15-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "VEND-23" + }, + "records": { + "assignee": "procurement", + "component": "inventory", + "created_day": 416, + "issue_type": "Vendor Order", + "key": "VEND-23", + "links": [], + "priority": "Medium", + "project": "VEND", + "resolution": "Confirmed", + "status": "Done", + "summary": "CloudCap capacity order for DOB-023: 3 inventory replicas, standard delivery 2026-03-07, expedited delivery 2026-03-04 for USD 900", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/16-the-authoritative-jira-work-item.json b/task_files/dob100-023-rca-inventory-missing-role/material/16-the-authoritative-jira-work-item.json new file mode 100644 index 0000000000000000000000000000000000000000..8e57ef946da2bbf6f33c794a22eb0f991b9d74bf --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/16-the-authoritative-jira-work-item.json @@ -0,0 +1,23 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "key": "CHG-23" + }, + "records": { + "assignee": "change-advisory", + "component": "inventory", + "created_day": 417, + "issue_type": "Change", + "key": "CHG-23", + "links": [], + "priority": "Medium", + "project": "CHG", + "resolution": "Approved", + "status": "Done", + "summary": "Change approval CHG-23 for DOB-023: the standard and expedited CloudCap capacity plans for inventory are approved within the published change windows; releasing reserved capacity or executing outside a window is not approved", + "updated_day": 419 + }, + "source": "the authoritative Jira work item" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/17-the-linked-planning-tracker.json b/task_files/dob100-023-rca-inventory-missing-role/material/17-the-linked-planning-tracker.json new file mode 100644 index 0000000000000000000000000000000000000000..540f9b8e8b0238c8a437967be1dafd19114d43c2 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/17-the-linked-planning-tracker.json @@ -0,0 +1,20 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "team": "team-inventory" + }, + "records": [ + { + "created_day": 417, + "identifier": "CAP-23", + "label": "capacity", + "priority": 3, + "state": "In Progress", + "team": "team-inventory", + "title": "4 inventory replicas reserved for the notifications freeze until 2026-03-11; early release needs incident-commander approval and a USD 1800 re-provisioning charge (DOB-023)" + } + ], + "source": "the linked planning tracker" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/18-customer-status-history.json b/task_files/dob100-023-rca-inventory-missing-role/material/18-customer-status-history.json new file mode 100644 index 0000000000000000000000000000000000000000..240d8dd088a134e54c7716fecba80c03c453ec8a --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/18-customer-status-history.json @@ -0,0 +1,43 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": { + "since_day": 330 + }, + "records": [ + { + "impact": "major", + "linked_incident": 5101, + "post_id": 7001, + "published_day": 412, + "state": "resolved", + "title": "Degraded checkout performance" + }, + { + "impact": "minor", + "linked_incident": 5102, + "post_id": 7002, + "published_day": 415, + "state": "monitoring", + "title": "Elevated error rates on payments" + }, + { + "impact": "major", + "linked_incident": 5103, + "post_id": 7003, + "published_day": 417, + "state": "resolved", + "title": "API latency affecting some customers" + }, + { + "impact": "none", + "linked_incident": null, + "post_id": 13023, + "published_day": 419, + "state": "scheduled", + "title": "DOB-023: inventory cutover scheduled for 2026-03-08" + } + ], + "source": "customer-status history" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/19-the-current-owner-register.json b/task_files/dob100-023-rca-inventory-missing-role/material/19-the-current-owner-register.json new file mode 100644 index 0000000000000000000000000000000000000000..c62d8c74e8b2e339f0280afbb881b4a238fa02eb --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/19-the-current-owner-register.json @@ -0,0 +1,57 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 1, + "service_label": "Checkout (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 340, + "owning_team": "Commerce Platform", + "row_id": 2, + "service_label": "Payments (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 210, + "owning_team": "Discovery Squad", + "row_id": 3, + "service_label": "Search (growth)", + "slack_channel": "#growth", + "week_start": "sunday" + }, + { + "last_reviewed_day": 180, + "owning_team": "Edge Team", + "row_id": 4, + "service_label": "Gateway (platform)", + "slack_channel": "#edge", + "week_start": "sunday" + }, + { + "last_reviewed_day": 355, + "owning_team": "Commerce Platform", + "row_id": 5, + "service_label": "Inventory (commerce)", + "slack_channel": "#commerce", + "week_start": "sunday" + }, + { + "last_reviewed_day": 419, + "owning_team": "team-inventory", + "row_id": 12023, + "service_label": "inventory", + "slack_channel": "case-023-inventory", + "week_start": "monday" + } + ], + "source": "the current owner register" +} diff --git a/task_files/dob100-023-rca-inventory-missing-role/material/20-the-pagerduty-service-catalog.json b/task_files/dob100-023-rca-inventory-missing-role/material/20-the-pagerduty-service-catalog.json new file mode 100644 index 0000000000000000000000000000000000000000..f3ffe9808d0feec34f13b4fa12a70baff33c9ca8 --- /dev/null +++ b/task_files/dob100-023-rca-inventory-missing-role/material/20-the-pagerduty-service-catalog.json @@ -0,0 +1,39 @@ +{ + "as_of_world_day": 420, + "case_scope": "DOB-023", + "note": "Raw isolated-sandbox export. It contains evidence, not a precomputed conclusion or execution recipe.", + "query_scope": {}, + "records": [ + { + "escalation_policy": "EP-Commerce", + "name": "checkout-api", + "pd_service_id": "PSVC001", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "payments-api", + "pd_service_id": "PSVC002", + "status": "active" + }, + { + "escalation_policy": "EP-Platform", + "name": "edge-gateway", + "pd_service_id": "PSVC003", + "status": "active" + }, + { + "escalation_policy": "EP-Growth", + "name": "search-svc", + "pd_service_id": "PSVC004", + "status": "active" + }, + { + "escalation_policy": "EP-Commerce", + "name": "inventory-api", + "pd_service_id": "PSVC005", + "status": "active" + } + ], + "source": "the PagerDuty service catalog" +} diff --git a/task_files/dob100-024-attr-three-at-once/01-employee-request.md b/task_files/dob100-024-attr-three-at-once/01-employee-request.md index 5778cd21d4115d56b4a486c94d5d7c2bab1b3e3d..80b9b5ddf4b946beddecd66e88ff48693c305afe 100644 --- a/task_files/dob100-024-attr-three-at-once/01-employee-request.md +++ b/task_files/dob100-024-attr-three-at-once/01-employee-request.md @@ -1 +1 @@ -A customer-impact retrospective has one open question whose sources currently disagree. Keep this to an investigation; production should remain unchanged. OPS-150 — Three alarms in twenty minutes - is this one incident or three? 3 things are wrong at once this morning: - media uploads are stalling for customers - api-gateway p99 is 1030ms against a 250ms SLO - checkout error rate is 5.5% against a 1.0% SLO Ops suspects one rollback could cover all three; determine whether the evidence supports that. Give the incident lead one finding for each listed scope ('media-upload-stalls', 'gateway-latency-surge', 'checkout-error-spike' ), each naming the service, the fault type and the specific setting or version responsible. Treat a shared cause as a hypothesis, and attribute each symptom only to evidence for its own scope. The work item is DOB-024 for media-service. Its business boundary is customer uploads, image transformation, object storage, and CDN delivery behavior. Reconcile current authority with live state, make only supported changes, and leave a case-room handoff that you have reopened and verified. +Three alarms in twenty minutes - is this one incident or three? Three customer-impacting alarms arrived within the same twenty-minute window. Determine whether one mechanism explains them or whether they are independent failures, localize each supported cause, and record a production-safe finding that tells the incident lead how many investigations are actually needed. For media-service, api-gateway, and checkout incident set, the affected business boundary includes temporal correlation versus shared causation, the distinct runtime and deployment evidence for each affected service, and whether one or several incident owners are required. Explain which conclusion survives cross-checking, record it in the existing incident work item, and leave the live evidence that lets the incoming engineer reproduce it; production controls should remain unchanged. The supported cause controls whether checkout can enter the recovery window on 2026-03-08, making this one incident decision rather than a separate planning exercise. Resolve whether the committed window can be met and what would have to change to improve it. Distinguish an approved acceleration from an attractive but unauthorised shortcut. diff --git a/task_files/dob100-024-attr-three-at-once/02-jira-work-item.csv b/task_files/dob100-024-attr-three-at-once/02-jira-work-item.csv index 40f3bb30e3da64c4003a529c56ce236c7fe1c2fd..b15f7aec2fd5e981cf5578d676f3841aec64000b 100644 --- a/task_files/dob100-024-attr-three-at-once/02-jira-work-item.csv +++ b/task_files/dob100-024-attr-three-at-once/02-jira-work-item.csv @@ -1,2 +1,2 @@ assignee,component,created_day,issue_type,key,priority,project,resolution,status,summary,updated_day -on-call,media-service,94,Task,DOB-024,High,DOB,,In Progress,"This is an investigation, not a change.",100 +on-call,checkout,414,Task,DOB-024,High,DOB,,In Progress,"This is an investigation, not a change.",420 diff --git a/task_files/dob100-024-attr-three-at-once/04-github-issue.json b/task_files/dob100-024-attr-three-at-once/04-github-issue.json index 749fe45cbe0b6494a50ac180dc6225a36ad357db..7e075ff005cb2b4410037f83c893617b5fc2402b 100644 --- a/task_files/dob100-024-attr-three-at-once/04-github-issue.json +++ b/task_files/dob100-024-attr-three-at-once/04-github-issue.json @@ -1,8 +1,8 @@ { - "created_day": 95, + "created_day": 415, "labels": "attribution,needs-correlation", "number": 9024, - "repo": "novacart/media-service", + "repo": "novacart/checkout", "state": "open", "title": "Operational evidence for DOB-024" } diff --git a/task_files/dob100-024-attr-three-at-once/05-current-operating-control.pdf b/task_files/dob100-024-attr-three-at-once/05-current-operating-control.pdf index 3235437e39e743ed0578919a431073d0871e6bc7..4a6e326be248bdf67c6936bb52c96d5ddc46f113 100644 --- a/task_files/dob100-024-attr-three-at-once/05-current-operating-control.pdf +++ b/task_files/dob100-024-attr-three-at-once/05-current-operating-control.pdf @@ -10,13 +10,19 @@ endobj << /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> endobj 4 0 obj -<< /Length 141 >> +<< /Length 741 >> stream BT /F1 9 Tf 54 750 Td 11 TL -(Control OPS-CONTROL-2026.03 is effective for DOB-024 and supersedes OPS-CONTROL-2025.11. Establish identi) Tj +(Control OPS-CONTROL-2026.03 is effective for DOB-024 and supersedes OPS-CONTROL-2025.11. Establish) Tj +T* (identity across Jira and the linked GitHub issue, compare the case-room report with live operational) Tj +T* (records, follow task-specific approval and rollout controls, and verify writes from the system of) Tj +T* (record. This page defines evidence precedence; it does not contain the task's conclusion. Change) Tj +T* (windows for checkout: 2026-03-04, 2026-03-06, 2026-03-08, 2026-03-10 at 14:00Z; work outside these) Tj +T* (windows requires incident-commander approval. Vendor capacity order VEND-24 and change approval) Tj +T* (CHG-24 are the authoritative records for the cutover capacity plan.) Tj ET endstream endobj @@ -30,9 +36,9 @@ xref 0000000064 00000 n 0000000121 00000 n 0000000247 00000 n -0000000439 00000 n +0000001039 00000 n trailer << /Size 6 /Root 1 0 R >> startxref -509 +1109 %%EOF diff --git a/task_files/dob100-024-attr-three-at-once/06-retired-shortcut-note.pdf b/task_files/dob100-024-attr-three-at-once/06-retired-shortcut-note.pdf index 783e8edb894d029a6d2754c4c8cfc9fec44e9e99..abcabaa85b19462f48d0ed9ba57fc71cfeac5f49 100644 --- a/task_files/dob100-024-attr-three-at-once/06-retired-shortcut-note.pdf +++ b/task_files/dob100-024-attr-three-at-once/06-retired-shortcut-note.pdf @@ -10,13 +10,15 @@ endobj << /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> endobj 4 0 obj -<< /Length 141 >> +<< /Length 276 >> stream BT /F1 9 Tf 54 750 Td 11 TL -(Retired control OPS-CONTROL-2025.11 for DOB-024. This draft recommends trusting the first alert and closi) Tj +(Retired control OPS-CONTROL-2025.11 for DOB-024. This draft recommends trusting the first alert and) Tj +T* (closing the tracker after a single-system check. It is retained for audit history and was superseded) Tj +T* (by OPS-CONTROL-2026.03.) Tj ET endstream endobj @@ -30,9 +32,9 @@ xref 0000000064 00000 n 0000000121 00000 n 0000000247 00000 n -0000000439 00000 n +0000000574 00000 n trailer << /Size 6 /Root 1 0 R >> startxref -509 +644 %%EOF diff --git a/task_files/dob100-024-attr-three-at-once/07-case-room-thread.json b/task_files/dob100-024-attr-three-at-once/07-case-room-thread.json index 2ae33465a69a7bb2704680fc3026cf61a345aca9..d48a4fe7edbb915ece391c5b513bc01b0603266e 100644 --- a/task_files/dob100-024-attr-three-at-once/07-case-room-thread.json +++ b/task_files/dob100-024-attr-three-at-once/07-case-room-thread.json @@ -2,19 +2,25 @@ { "author": "release-manager", "body": "Please resolve DOB-024. The Jira state is only intake; confirm the live systems.", - "channel": "case-024-media-service", + "channel": "case-024-checkout", "message_id": 7 }, { "author": "on-call", - "body": "For media-service, the first signal may be symptomatic. Check the linked records before changing production.", - "channel": "case-024-media-service", + "body": "For checkout, the first signal may be symptomatic. Check the linked records before changing production.", + "channel": "case-024-checkout", "message_id": 8 }, { "author": "former-owner", "body": "I would follow OPS-CONTROL-2025.11, but that note may be stale. No one has verified it against today's state.", - "channel": "case-024-media-service", + "channel": "case-024-checkout", "message_id": 9 + }, + { + "author": "customer-success", + "body": "The checkout cutover is committed for 2026-03-08; please state in the handoff whether the capacity plan lands on time and what it costs.", + "channel": "case-024-checkout", + "message_id": 10 } ] diff --git a/task_files/dob100-024-attr-three-at-once/08-pagerduty-change-events.csv b/task_files/dob100-024-attr-three-at-once/08-pagerduty-change-events.csv index a74ac62938f85f5e2ca3334e2a2fc453fa25e47f..a9923b01960effb792dc51de69ec5c08043405bb 100644 --- a/task_files/dob100-024-attr-three-at-once/08-pagerduty-change-events.csv +++ b/task_files/dob100-024-attr-three-at-once/08-pagerduty-change-events.csv @@ -1,2 +1,3 @@ change_id,day,pd_service_id,summary -4,99,PD-DOB-024,DOB-024 intake evidence for media-service; outcome not yet established +4,419,PD-DOB-024,DOB-024 intake evidence for checkout; outcome not yet established +5,418,PD-DOB-024,Scaled the checkout production pool to 8 replicas across 2 zones (DOB-024 capacity baseline) diff --git a/task_files/dob100-024-attr-three-at-once/09-service-owner-register.xlsx b/task_files/dob100-024-attr-three-at-once/09-service-owner-register.xlsx index 45d22590f2c532e9b11b8bf6458309d1ff73c7d9..8a0886c89406c7b6f753302fde88fa579aa63c21 100644 Binary files a/task_files/dob100-024-attr-three-at-once/09-service-owner-register.xlsx and b/task_files/dob100-024-attr-three-at-once/09-service-owner-register.xlsx differ diff --git a/task_files/dob100-024-attr-three-at-once/10-release-calendar.xlsx b/task_files/dob100-024-attr-three-at-once/10-release-calendar.xlsx index 97a1a0ab8f0e961603edde76f48a36f9931b3abd..b896911e8f8a1b4501659ff00398f58de697545e 100644 Binary files a/task_files/dob100-024-attr-three-at-once/10-release-calendar.xlsx and b/task_files/dob100-024-attr-three-at-once/10-release-calendar.xlsx differ diff --git a/task_files/dob100-024-attr-three-at-once/15-slo-export.csv b/task_files/dob100-024-attr-three-at-once/15-slo-export.csv index f0836beaed5a28e8cfae1aa43c6d4c4b79f803b6..29747f099887f98a7115eb56662cc2388a1710a4 100644 --- a/task_files/dob100-024-attr-three-at-once/15-slo-export.csv +++ b/task_files/dob100-024-attr-three-at-once/15-slo-export.csv @@ -1,2 +1,3 @@ case_id,description,metric,service,slo_id,threshold -DOB-024,Media p99 under 400ms.,latency_p99_ms,media-service,9509,400.0 +DOB-024,Checkout succeeds 99% of the time.,error_rate_pct,checkout,9503,1.0 +DOB-024,Checkout p99 under 400ms.,latency_p99_ms,checkout,9506,400.0 diff --git a/task_files/dob100-024-attr-three-at-once/16-metrics-export.csv b/task_files/dob100-024-attr-three-at-once/16-metrics-export.csv index ae0f1635f0bdf26f0784dbfcbf45061c4ee2110c..a92e77a2bb056eae3924380baf0e0017fa7ccef3 100644 --- a/task_files/dob100-024-attr-three-at-once/16-metrics-export.csv +++ b/task_files/dob100-024-attr-three-at-once/16-metrics-export.csv @@ -1,3 +1,3 @@ case_id,environment,metric,service,value -DOB-024,production,error_rate_pct,media-service,0.2 -DOB-024,production,latency_p99_ms,media-service,800.0 +DOB-024,production,error_rate_pct,checkout,5.5 +DOB-024,production,latency_p99_ms,checkout,530.0 diff --git a/task_files/dob100-024-attr-three-at-once/17-observability-log-slice.log b/task_files/dob100-024-attr-three-at-once/17-observability-log-slice.log index 6f4c36f65ba48527900c4efbf261e35dece9c845..965f152d10878d6af87d85b6a4c3c964d570a734 100644 --- a/task_files/dob100-024-attr-three-at-once/17-observability-log-slice.log +++ b/task_files/dob100-024-attr-three-at-once/17-observability-log-slice.log @@ -1 +1,3 @@ -{"case_id": "DOB-024", "environment": "production", "level": "WARN", "log_id": 9020, "message": "cdn_enabled=false: all 240 rps of asset requests served from origin object store; p99 800ms", "service": "media-service"} +{"case_id": "DOB-024", "environment": "production", "level": "ERROR", "log_id": 9015, "message": "refund worker panic: nil pointer in instant_refunds path; errors correlate 1:1 with feature flag instant_refunds=enabled", "service": "checkout"} +{"case_id": "DOB-024", "environment": "production", "level": "WARN", "log_id": 9016, "message": "CI: test_checkout_idempotency failed on run #142, passed on rerun #143 - nondeterministic idempotency-key collision in test fixture", "service": "checkout"} +{"case_id": "DOB-024", "environment": "production", "level": "WARN", "log_id": 9024, "message": "checkout p99 530ms; time is spent waiting on the payments call, which itself blocks on its downstream notifications timeout - checkout's own handlers are idle", "service": "checkout"} diff --git a/task_files/dob100-024-attr-three-at-once/19-kubernetes-pods.yaml b/task_files/dob100-024-attr-three-at-once/19-kubernetes-pods.yaml index bac4e4f81d99302a638dd702428ca9495b580d08..90baa5d6da1ab75a945d6b3580b4fc19df45e08b 100644 --- a/task_files/dob100-024-attr-three-at-once/19-kubernetes-pods.yaml +++ b/task_files/dob100-024-attr-three-at-once/19-kubernetes-pods.yaml @@ -1,4 +1,4 @@ case_id: DOB-024 items: - - {"image_tag": "v1.4.2", "memory_limit_mb": 1024, "memory_usage_mb": 480, "namespace": "production", "node": "node-b3", "pending_reason": "", "phase": "Running", "pod": "media-service-2e4f-ee55", "restarts": 0, "service": "media-service"} - - {"image_tag": "v1.4.2", "memory_limit_mb": 1024, "memory_usage_mb": 505, "namespace": "production", "node": "node-b3", "pending_reason": "", "phase": "Running", "pod": "media-service-2e4f-ff66", "restarts": 0, "service": "media-service"} \ No newline at end of file + - {"image_tag": "v2.6.3", "memory_limit_mb": 2048, "memory_usage_mb": 890, "namespace": "production", "node": "node-a1", "pending_reason": "", "phase": "Running", "pod": "checkout-5b8c-aa10", "restarts": 0, "service": "checkout"} + - {"image_tag": "v2.6.3", "memory_limit_mb": 2048, "memory_usage_mb": 0, "namespace": "production", "node": "", "pending_reason": "0/4 nodes are available: 4 Insufficient cpu (58 of 64 replicas unschedulable)", "phase": "Pending", "pod": "checkout-5b8c-bb31", "restarts": 0, "service": "checkout"} \ No newline at end of file diff --git a/task_files/dob100-024-attr-three-at-once/21-deployment-history.json b/task_files/dob100-024-attr-three-at-once/21-deployment-history.json index 972e8a70e5675303ebc1b048b80f6d7bebc8f02e..15b8157c5b5e50135c1f846be2ee4dc8eabc2f07 100644 --- a/task_files/dob100-024-attr-three-at-once/21-deployment-history.json +++ b/task_files/dob100-024-attr-three-at-once/21-deployment-history.json @@ -3,19 +3,19 @@ "deployments": [ { "canary_percent": 100, - "deployment_id": 9269, + "deployment_id": 9257, "environment": "staging", - "service": "media-service", + "service": "checkout", "status": "succeeded", - "version": "v0.9.4" + "version": "v2.6.3" }, { "canary_percent": 100, - "deployment_id": 9270, + "deployment_id": 9258, "environment": "production", - "service": "media-service", + "service": "checkout", "status": "succeeded", - "version": "v0.9.4" + "version": "v2.6.3" } ] } diff --git a/task_files/dob100-024-attr-three-at-once/22-ci-runs.csv b/task_files/dob100-024-attr-three-at-once/22-ci-runs.csv index 2081bc53c304bce57a27f5ce1bc55b35d33a5f9a..cb85544d0e144c06b137848cd357ff6d6442bda6 100644 --- a/task_files/dob100-024-attr-three-at-once/22-ci-runs.csv +++ b/task_files/dob100-024-attr-three-at-once/22-ci-runs.csv @@ -1,2 +1,3 @@ -case_id,status -DOB-024,no matching rows in this source +case_id,detail,pr_number,run_id,service,status +DOB-024,intermittent failure: test_checkout_idempotency (rerun may pass),,2,checkout,failed +DOB-024,all checks passed,,3,checkout,passed diff --git a/task_files/dob100-024-attr-three-at-once/24-migration-state.sql b/task_files/dob100-024-attr-three-at-once/24-migration-state.sql index b002688bb4ca5079dc163d7228e19204b20de445..56696d121d34af8a93b9b8707e82c0d0e50d5244 100644 --- a/task_files/dob100-024-attr-three-at-once/24-migration-state.sql +++ b/task_files/dob100-024-attr-three-at-once/24-migration-state.sql @@ -1,2 +1,3 @@ -- case_id: DOB-024 - +-- {"environment": "production", "migration_id": 4, "name": "0087_cart_line_discounts", "service": "checkout", "status": "applied"} +-- {"environment": "staging", "migration_id": 3, "name": "0087_cart_line_discounts", "service": "checkout", "status": "applied"} diff --git a/task_files/dob100-024-attr-three-at-once/25-security-scanner-report.pdf b/task_files/dob100-024-attr-three-at-once/25-security-scanner-report.pdf index 10275b91e174593b7d50d47ca0a5e84615d084ee..af87c44ab89711dc1c8b34c97fc26271c6b9dbd4 100644 --- a/task_files/dob100-024-attr-three-at-once/25-security-scanner-report.pdf +++ b/task_files/dob100-024-attr-three-at-once/25-security-scanner-report.pdf @@ -10,13 +10,15 @@ endobj << /Type /Page /Parent 2 0 R /MediaBox [0 0 612 792] /Resources << /Font << /F1 5 0 R >> >> /Contents 4 0 R >> endobj 4 0 obj -<< /Length 118 >> +<< /Length 290 >> stream BT /F1 9 Tf 54 750 Td 11 TL (Case DOB-024 security observations) Tj +T* ({"cve": "CVE-2026-40881", "fixed_version": "11.4.0", "package": "stripe-sdk", "service": "checkout",) Tj +T* ("severity": "high", "status": "open", "vuln_id": 9802}) Tj T* (No task conclusion is precomputed here.) Tj ET endstream @@ -31,9 +33,9 @@ xref 0000000064 00000 n 0000000121 00000 n 0000000247 00000 n -0000000416 00000 n +0000000588 00000 n trailer << /Size 6 /Root 1 0 R >> startxref -486 +658 %%EOF