{
  "schemaVersion": 1,
  "brand": "Happiest Labs",
  "industry": "Energy",
  "proof": "illustrative_synthetic",
  "nativeEvaluation": "pending",
  "status": "Native product evaluation pending. This is an authored example of the intended workflow, not a recording of model output or a customer result.",
  "sources": [
    {
      "id": "generation",
      "name": "generation.csv",
      "description": "Synthetic monthly operating export",
      "content": "month,reported_MWh,metered_MWh\nJanuary,12500,12350\nFebruary,11800,11800\nMarch,13200,12900"
    },
    {
      "id": "maintenance",
      "name": "maintenance-notes.txt",
      "description": "Synthetic inspection revisions",
      "content": "Revision 1, March 2: Turbine T-04 inspection due March 20.\nRevision 2, March 9: T-04 inspection moved to March 15; vibration check added.\nRevision 2 replaces Revision 1."
    }
  ],
  "workflows": [
    {
      "slug": "generation-reconciliation",
      "industry": "energy",
      "title": "Reconcile reported generation",
      "description": "Compare operating exports and surface differences by reporting period.",
      "question": "Where does metered generation differ from the reported figures?",
      "resultTitle": "Two reporting differences to inspect",
      "columns": [
        "Month",
        "Reported MWh",
        "Metered MWh",
        "Difference"
      ],
      "rows": [
        [
          "January",
          "12,500",
          "12,350",
          "150"
        ],
        [
          "February",
          "11,800",
          "11,800",
          "0"
        ],
        [
          "March",
          "13,200",
          "12,900",
          "300"
        ]
      ],
      "explanation": "Difference = reported minus metered generation. The files establish a discrepancy, not its operational cause.",
      "sourceIds": [
        "generation"
      ]
    },
    {
      "slug": "maintenance-revision-review",
      "industry": "energy",
      "title": "Review inspection revisions",
      "description": "Find the changed date and scope across inspection records.",
      "question": "What changed in the latest T-04 inspection plan?",
      "resultTitle": "Inspection moved forward; scope expanded",
      "columns": [
        "Field",
        "Previous",
        "Current"
      ],
      "rows": [
        [
          "Inspection date",
          "March 20",
          "March 15"
        ],
        [
          "Scope",
          "Inspection",
          "Inspection + vibration check"
        ]
      ],
      "explanation": "Revision 2 explicitly replaces Revision 1. No equipment action is performed.",
      "sourceIds": [
        "maintenance"
      ]
    }
  ]
}