{
  "portaShape": {
    "formatVersion": "0.1",
    "kind": "mvp-example",
    "id": "legacy.task-status-lookup",
    "name": "Task Status Translation",
    "mvpStatus": "complete",
    "summary": "Legacy catalog fixture upgraded for MVP use: legacy.task_status to modern.task_status.",
    "sourceShape": {
      "id": "legacy.task_status",
      "sampleId": "legacy.task_status.sample",
      "variables": [
        {
          "id": "statusCode",
          "label": "statusCode",
          "value": "sample statusCode",
          "authority": "source-snapshot"
        }
      ]
    },
    "destinationShape": {
      "id": "modern.task_status",
      "sampleId": "modern.task_status.template",
      "variables": [
        {
          "id": "statusLabel",
          "label": "statusLabel",
          "proposedValue": "proposed statusLabel",
          "authority": "proposed-output"
        }
      ]
    },
    "controls": [
      {
        "id": "control-review-mapping",
        "label": "Review mapping",
        "type": "mapping-inspector",
        "edits": [
          "mapping.sources",
          "mapping.operation",
          "destination.proposedValue"
        ]
      },
      {
        "id": "control-save-as-new-shape",
        "label": "Save as new shape",
        "type": "action",
        "writes": "artifact-library"
      }
    ],
    "mappings": [
      {
        "id": "map-task-status-lookup-statuslabel",
        "sources": [
          "statusCode"
        ],
        "destination": "statusLabel",
        "operation": "translate",
        "editable": true,
        "confidence": 0.82
      }
    ],
    "preview": {
      "source": {
        "statusCode": "sample statusCode"
      },
      "proposed": {
        "statusLabel": "proposed statusLabel"
      },
      "destination": "modern.task_status"
    },
    "workflow": {
      "steps": [
        "import-source-shape",
        "inspect-variables",
        "map-values",
        "preview-transform",
        "validate-result",
        "save-as-new-shape",
        "export-posh-artifact"
      ]
    },
    "policy": {
      "requiresApproval": false,
      "checks": [
        "schema-valid",
        "authority-declared",
        "loss-reviewed",
        "provenance-recorded"
      ]
    },
    "snapshot": {
      "capturedAt": "2026-07-20T00:00:00Z",
      "sourceShape": "legacy.task_status",
      "destinationShape": "modern.task_status"
    },
    "runEvidence": {
      "status": "sample-passed",
      "assertions": [
        "all-required-destination-values-populated",
        "mapping-confidence-recorded",
        "export-contains-workflow-policy-snapshot-and-evidence"
      ]
    }
  }
}
