{
  "contract_id": "bridge-public-endpoint-contract-v1",
  "state": "static_until_public_service_exists",
  "chain_surface": "bridge",
  "public_rule": "Delivery is not admission; receiving chains own meaning inside their own economies.",
  "routes": [
    {
      "route": "/",
      "method": "GET",
      "class": "static_page",
      "static_source": "index.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/status-page",
      "method": "GET",
      "class": "static_page",
      "static_source": "status-page.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/proof",
      "method": "GET",
      "class": "static_page",
      "static_source": "proof.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/roles",
      "method": "GET",
      "class": "static_page",
      "static_source": "roles.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/readiness",
      "method": "GET",
      "class": "static_page",
      "static_source": "readiness.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/data",
      "method": "GET",
      "class": "static_page",
      "static_source": "data.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/bridge-stats.html",
      "method": "GET",
      "class": "static_page",
      "static_source": "bridge-stats.html",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/data/bridge-stats.json",
      "method": "GET",
      "class": "static_data",
      "static_source": "data/bridge-stats.json",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/endpoint-contract.json",
      "method": "GET",
      "class": "static_data",
      "static_source": "endpoint-contract.json",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/summary.txt",
      "method": "GET",
      "class": "static_data",
      "static_source": "summary.txt",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/llms.txt",
      "method": "GET",
      "class": "static_data",
      "static_source": "llms.txt",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/robots.txt",
      "method": "GET",
      "class": "static_data",
      "static_source": "robots.txt",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/sitemap.xml",
      "method": "GET",
      "class": "static_data",
      "static_source": "sitemap.xml",
      "requires_public_service": false,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/receipts/{receipt_id}.json",
      "method": "GET",
      "class": "future_live_receipt_data",
      "requires_public_service": true,
      "may_claim_delivery": true,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/receipts/{receipt_id}",
      "method": "GET",
      "class": "future_live_receipt_view",
      "requires_public_service": true,
      "may_claim_delivery": true,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    },
    {
      "route": "/routes/{route_id}",
      "method": "GET",
      "class": "future_live_route_view",
      "requires_public_service": true,
      "may_claim_delivery": false,
      "may_claim_admission": false,
      "may_mutate_bridge_state": false,
      "exposes_private_surface": false,
      "reason_tag": "bridge_public_endpoint_contract"
    }
  ]
}
