{
  "pack": "zeus-performance-100y-v3",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "84bec430b87b1163b9b51d3124c2f4c0a603bb8ceeae1bb61e6e28db76d155f7",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:18:46.949Z",
  "title": "Offline-First Pledge — Every Endpoint Has An Offline Contract",
  "purpose": "Pledge that every public surface has a documented offline behavior (cached snapshot, queued action, or graceful denial with retry hint). No more white screens on flaky networks.",
  "contracts": [
    {
      "route": "/",
      "offline": "cached snapshot ≤ 24h",
      "staleOK": true
    },
    {
      "route": "/innovations",
      "offline": "cached snapshot ≤ 24h",
      "staleOK": true
    },
    {
      "route": "/api/v100/*",
      "offline": "503 + Retry-After + cached fallback when present"
    },
    {
      "route": "/api/auth/*",
      "offline": "queued, replays on reconnect with idempotency key"
    }
  ],
  "swStrategy": "stale-while-revalidate for assets; network-first with timeout 1500ms for HTML.",
  "pledge": "No surface may render a blank screen for an offline user."
}