{
  "schemaVersion": "decision-agent-decision-record-v1",
  "decisionId": "synthetic-weekly-replenishment-2026-08-30-001",
  "decisionTime": "2026-08-30T09:00:00Z",
  "accountableOwner": "Inventory manager",
  "alternatives": [
    { "id": "release-proposed-order", "label": "Release proposed order", "considered": true },
    { "id": "reduce-quantity", "label": "Reduce quantity", "considered": true },
    { "id": "transfer-stock", "label": "Transfer stock", "considered": true },
    { "id": "defer", "label": "Defer and gather evidence", "considered": true }
  ],
  "evidenceReferences": [
    {
      "evidenceId": "inventory-snapshot-001",
      "snapshotReference": "synthetic://inventory-snapshot-001",
      "eventTime": "2026-08-30T08:45:00Z",
      "effectiveTime": "2026-08-30T08:45:00Z",
      "retrievedAt": "2026-08-30T08:50:00Z",
      "freshness": "CURRENT",
      "validation": "PASSED"
    }
  ],
  "missingAndConflictingEvidence": [
    {
      "evidenceId": "supplier-lead-time-confirmation",
      "state": "MISSING",
      "detail": "Do not release an order until current supplier lead time is reconciled."
    }
  ],
  "objectives": [
    { "id": "service-level", "measure": "Weekly service level", "expected": "Maintain the approved service-level range." },
    { "id": "excess-inventory", "measure": "Projected excess units", "expected": "Remain below the approved inventory threshold." }
  ],
  "constraints": [
    { "id": "approved-supplier", "status": "SATISFIED", "evidence": ["inventory-snapshot-001"] },
    { "id": "current-lead-time", "status": "UNKNOWN", "evidence": [] }
  ],
  "uncertainty": [
    { "id": "next-week-demand", "representation": { "kind": "RANGE", "lowerUnits": 760, "upperUnits": 940 }, "materiality": "HIGH" }
  ],
  "recommendation": {
    "status": "PROPOSED",
    "alternativeId": "reduce-quantity",
    "rationale": "Protect service while supplier lead time remains unresolved.",
    "expectedOutcome": { "serviceLevel": "within approved range", "excessInventory": "below approved threshold" }
  },
  "authorization": {
    "status": "PENDING",
    "authorizedBy": null,
    "authorizedAt": null,
    "policyVersion": "synthetic-replenishment-policy-v1",
    "expiresAt": null
  },
  "execution": {
    "status": "NOT_EXECUTED",
    "actionReference": null,
    "attemptedAt": null,
    "completedAt": null,
    "idempotencyKey": null
  },
  "observedOutcome": {
    "status": "NOT_YET_OBSERVABLE",
    "observedAt": null,
    "expected": { "serviceLevel": "within approved range", "excessInventory": "below approved threshold" },
    "actual": null,
    "attribution": "NOT_ASSESSED"
  },
  "versions": {
    "methodology": "decisagent-methodology-v0.2",
    "policy": "synthetic-replenishment-policy-v1",
    "decisionDesign": "decision-design-specification-v0.4-alpha.1",
    "evidenceContract": "synthetic-replenishment-evidence-contract-v1"
  }
}
