{
  "pack": "zeus-performance-100y-v2",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "3911a0aef0d5ffa0cd7796c7931f8353bbffcce845ae09a155e4c4a55ed1f8e2",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:21:25.352Z",
  "title": "Critical-Path Diet — Signed Byte Cap",
  "purpose": "A hard, signed byte budget for everything required to reach first contentful paint. Other budgets are advisory; this one bounces in CI.",
  "units": {
    "size": "B"
  },
  "breakdown": {
    "htmlCriticalBytes": 65536,
    "criticalCssBytes": 14336,
    "criticalFontBytes": 0,
    "criticalImageBytes": 120000,
    "criticalScriptBytes": 0,
    "totalCriticalBudget": 200000
  },
  "enforcement": "Pre-deploy lint (build/critical-budget.js) measures gzipped bytes per route; CI fails if total > totalCriticalBudget.",
  "pledge": "totalCriticalBudget may only shrink, never grow, for the next 50 years."
}