{
  "pack": "zeus-innovations-100y",
  "version": "1.0.0",
  "freezeDate": "2026-05-06",
  "nextReviewYear": 2031,
  "horizonYear": 2076,
  "provenanceRoot": "8e18723616e74c25a4210d43d906951c432b0536e6cf5acbc70e8c5274ef4d56",
  "owner": {
    "name": "Vladoi Ionut",
    "email": "vladoi_ionut@yahoo.com",
    "btc": "bc1q4f7e66z87mdfj56kz0dj5hvcnpmh0qh4wuv22e"
  },
  "timestamp": "2026-06-10T18:23:11.584Z",
  "title": "Civilization Protocol — Long-Term Web Contract",
  "purpose": "A machine-readable, human-readable migration contract that guarantees the same URL, same shape, same semantics will resolve across at least 50 years of platform turnover.",
  "commitments": [
    "No breaking removal of any documented endpoint without a 5-year deprecation window.",
    "All algorithmic identifiers (hash, signature, KEM, KDF) are versioned so future migrations are additive.",
    "Every published endpoint exposes its own semantic version + freezeDate.",
    "A signed attestation rotates yearly; old attestations remain verifiable.",
    "Any migration includes a backward-compatibility shim served for 5 years."
  ],
  "schemaPolicy": {
    "additiveOnly": true,
    "majorVersionBumpForbidden": true,
    "deprecationWindowYears": 5,
    "reviewIntervalYears": 5
  },
  "successors": "If this domain ever migrates, /.well-known/civilization-protocol.json on the new origin must include `predecessorOrigin: \"https://zeusai.pro\"`."
}