{
  "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:22:28.089Z",
  "title": "Cognitive Load Budget — Per-Page Complexity Cap",
  "purpose": "A signed cap on the cognitive complexity of every public page (reading level, decisions per screen, jargon density). The web has Flesch-Kincaid but no enforced public budget.",
  "units": {
    "reading": "grade",
    "decisions": "choices",
    "jargon": "pct"
  },
  "caps": {
    "readingGradeMax": 9,
    "decisionsPerScreenMax": 5,
    "jargonDensityPctMax": 8,
    "modalsPerSessionMax": 1,
    "requiredFieldsPerFormMax": 6
  },
  "rationale": "Cognitive accessibility is the largest unaddressed gap in WCAG. We codify it."
}