{
  "tool_id": "art-119-traceability-lot-code-linker",
  "note": "golden_hash is empty until first `node golden-parity.test.mjs --update`.",
  "vectors": [
    {
      "name": "intact-lineage",
      "policy_parameters": {
        "events": [
          {
            "cte": "harvesting",
            "tlc": "TLC-001",
            "prev_tlc": null,
            "location_gln": "GLN-FARM",
            "date": "2026-05-01"
          },
          {
            "cte": "shipping",
            "tlc": "TLC-001",
            "prev_tlc": "TLC-001",
            "location_gln": "GLN-DC",
            "date": "2026-05-03"
          },
          {
            "cte": "receiving",
            "tlc": "TLC-001",
            "prev_tlc": "TLC-001",
            "location_gln": "GLN-STORE",
            "date": "2026-05-05"
          }
        ]
      },
      "output_payload": {
        "lineage": [
          {
            "step": 0,
            "cte": "harvesting",
            "tlc": "TLC-001",
            "linked": true,
            "new_lot_minted": false
          },
          {
            "step": 1,
            "cte": "shipping",
            "tlc": "TLC-001",
            "linked": true,
            "new_lot_minted": false
          },
          {
            "step": 2,
            "cte": "receiving",
            "tlc": "TLC-001",
            "linked": true,
            "new_lot_minted": false
          }
        ],
        "breaks": [],
        "depth": 3
      },
      "golden_hash": "643c8646ee5466ee8bf39e1cba27646414c01ba3067ac45033b3c76a30018798"
    },
    {
      "name": "broken-lineage",
      "policy_parameters": {
        "events": [
          {
            "cte": "harvesting",
            "tlc": "TLC-001",
            "prev_tlc": null,
            "location_gln": "GLN-FARM",
            "date": "2026-05-01"
          },
          {
            "cte": "shipping",
            "tlc": "TLC-002",
            "prev_tlc": "TLC-WRONG",
            "location_gln": "GLN-DC",
            "date": "2026-05-03"
          }
        ]
      },
      "output_payload": {
        "lineage": [
          {
            "step": 0,
            "cte": "harvesting",
            "tlc": "TLC-001",
            "linked": true,
            "new_lot_minted": false
          },
          {
            "step": 1,
            "cte": "shipping",
            "tlc": "TLC-002",
            "linked": false,
            "new_lot_minted": false
          }
        ],
        "breaks": [
          {
            "index": 1,
            "tlc": "TLC-002",
            "expected_prev": "TLC-001",
            "got": "TLC-WRONG"
          }
        ],
        "depth": 2
      },
      "golden_hash": "d44541c72c29c342a8e06ef7628cb7bf6ff3354e6b2e3ce14698a6a51a3a9ced"
    }
  ]
}
