{
  "gate": "pass",
  "completed_count": 3,
  "duplicate_count": 1,
  "waiting_approval_count": 1,
  "effect_ledger": {
    "user-42:create-ticket:access": "EFF-0001"
  },
  "unique_effects": true,
  "trace_complete_rate": 1.0,
  "runs": [
    {
      "run_id": "fb2265df-d817-48c2-8d26-d4bdbdbb59fb",
      "state": "COMPLETED",
      "decision": "completado",
      "route": "support_ticket",
      "effect": {
        "created": true,
        "effect_id": "EFF-0001",
        "reason": "new_effect"
      },
      "trace": {
        "trace_id": "b902d513-f100-46a5-84b1-0d5a36cd2e03",
        "request_id": "req-001",
        "spans": [
          {
            "name": "run.started",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "run_id": "fb2265df-d817-48c2-8d26-d4bdbdbb59fb"
            }
          },
          {
            "name": "route.decision",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "route": "support_ticket",
              "effect": "persistent_write",
              "tool": "create_ticket"
            }
          },
          {
            "name": "tool.call",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "create_ticket",
              "route": "support_ticket"
            }
          },
          {
            "name": "tool.result",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "create_ticket",
              "created": true,
              "effect_id": "EFF-0001",
              "reason": "new_effect"
            }
          },
          {
            "name": "run.completed",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "state": "COMPLETED"
            }
          }
        ]
      }
    },
    {
      "run_id": "fb2265df-d817-48c2-8d26-d4bdbdbb59fb",
      "state": "DUPLICATE",
      "decision": "no repetir efecto",
      "trace": {
        "trace_id": "0d6b6dfd-e21a-4c5e-9bd8-9f12e2d2ae4a",
        "request_id": "req-002",
        "spans": [
          {
            "name": "run.duplicate",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "original_run_id": "fb2265df-d817-48c2-8d26-d4bdbdbb59fb",
              "idempotency_key": "user-42:create-ticket:access"
            }
          }
        ]
      }
    },
    {
      "run_id": "778e5435-1603-4501-b591-2d555add4a24",
      "state": "WAITING_APPROVAL",
      "decision": "esperando aprobación",
      "route": "guide_update",
      "effect": null,
      "trace": {
        "trace_id": "83a6e455-f238-4e36-b2ef-29ad8d8a6b16",
        "request_id": "req-003",
        "spans": [
          {
            "name": "run.started",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "run_id": "778e5435-1603-4501-b591-2d555add4a24"
            }
          },
          {
            "name": "route.decision",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "route": "guide_update",
              "effect": "persistent_write",
              "tool": "prepare_guide_diff"
            }
          },
          {
            "name": "approval.required",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "route": "guide_update",
              "reason": "persistent_write"
            }
          }
        ]
      }
    },
    {
      "run_id": "ae4e8202-731a-47f4-bc7b-bd7ccd3bca9d",
      "state": "COMPLETED",
      "decision": "completado",
      "route": "reference_flow",
      "effect": {
        "answer": "referencia validada con fuente y formato APA",
        "source_checked": true
      },
      "trace": {
        "trace_id": "24a3efff-fb8a-4049-abbd-47cc468a7471",
        "request_id": "req-004",
        "spans": [
          {
            "name": "run.started",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "run_id": "ae4e8202-731a-47f4-bc7b-bd7ccd3bca9d"
            }
          },
          {
            "name": "route.decision",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "route": "reference_flow",
              "effect": "read",
              "tool": "validate_reference"
            }
          },
          {
            "name": "tool.call",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "validate_reference",
              "route": "reference_flow"
            }
          },
          {
            "name": "tool.result",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "validate_reference",
              "answer": "referencia validada con fuente y formato APA",
              "source_checked": true
            }
          },
          {
            "name": "run.completed",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "state": "COMPLETED"
            }
          }
        ]
      }
    },
    {
      "run_id": "fd210954-f7b2-4cb9-be9c-ff2384d68ec9",
      "state": "COMPLETED",
      "decision": "completado",
      "route": "data_flow",
      "effect": {
        "answer": "Norte: 2; Centro: 1",
        "query_id": "payments_by_campus_v1"
      },
      "trace": {
        "trace_id": "5e776095-d572-4ff1-afc8-f43e1b8a60a6",
        "request_id": "req-005",
        "spans": [
          {
            "name": "run.started",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "run_id": "fd210954-f7b2-4cb9-be9c-ff2384d68ec9"
            }
          },
          {
            "name": "route.decision",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "route": "data_flow",
              "effect": "read",
              "tool": "query_payments"
            }
          },
          {
            "name": "tool.call",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "query_payments",
              "route": "data_flow"
            }
          },
          {
            "name": "tool.result",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "tool": "query_payments",
              "answer": "Norte: 2; Centro: 1",
              "query_id": "payments_by_campus_v1"
            }
          },
          {
            "name": "run.completed",
            "timestamp_ms": 1781119457315,
            "attrs": {
              "state": "COMPLETED"
            }
          }
        ]
      }
    }
  ]
}
