{
  "schemaVersion": 1,
  "brand": "Happiest Labs",
  "industry": "Legal",
  "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": "agreement",
      "name": "services-agreement.txt",
      "description": "Synthetic agreement, clause 8",
      "content": "Clause 8. The customer may terminate this agreement on 60 days written notice.\nClause 9. Fees are payable within 30 days of invoice."
    },
    {
      "id": "amendment",
      "name": "first-amendment.txt",
      "description": "Synthetic signed amendment, section 2",
      "content": "Section 2. Clause 8 is replaced in full: The customer may terminate on 30 days written notice.\nAll other clauses remain unchanged."
    },
    {
      "id": "summary",
      "name": "review-note.txt",
      "description": "Synthetic analyst working note",
      "content": "Working summary: termination notice is 60 days. Invoice payment term is 30 days."
    }
  ],
  "workflows": [
    {
      "slug": "operative-agreement-terms",
      "industry": "legal",
      "title": "Identify the operative term",
      "description": "Read the agreement and amendment together before relying on a summary.",
      "question": "What termination notice period applies after the amendment?",
      "resultTitle": "The amendment sets 30 days",
      "columns": [
        "Document",
        "Reference",
        "Notice period"
      ],
      "rows": [
        [
          "Original agreement",
          "Clause 8",
          "60 days"
        ],
        [
          "First amendment",
          "Section 2",
          "30 days"
        ]
      ],
      "explanation": "The supplied amendment replaces clause 8 in full. This illustrates document precedence, not a legal opinion.",
      "sourceIds": [
        "agreement",
        "amendment"
      ]
    },
    {
      "slug": "clause-discrepancy-brief",
      "industry": "legal",
      "title": "Find a stale clause summary",
      "description": "Compare the working note against amended source language.",
      "question": "Does the review note reflect the amended termination term?",
      "resultTitle": "The termination summary is out of date",
      "columns": [
        "Term",
        "Working note",
        "Amended source"
      ],
      "rows": [
        [
          "Termination notice",
          "60 days",
          "30 days"
        ],
        [
          "Invoice payment",
          "30 days",
          "Unchanged"
        ]
      ],
      "explanation": "The working note retains the original notice period. The invoice payment term is not changed by the amendment.",
      "sourceIds": [
        "summary",
        "agreement",
        "amendment"
      ]
    }
  ]
}