{
  "site": "https://awssucks.is",
  "stories": 3,
  "algorithm": "sha256(sorted story ids, newline-joined)",
  "root": "a9c44ff3fd2aee3de95f4008572120d801e8aa26352498f9afc865fb91084e36",
  "export": "https://awssucks.is/export.jsonl",
  "verify": "curl -s ORIGIN/export.jsonl | node -e 'let d=\"\";process.stdin.on(\"data\",c=>d+=c).on(\"end\",async()=>{const ids=d.trim().split(\"\\n\").map(l=>JSON.parse(l).id).sort();const h=await crypto.subtle.digest(\"SHA-256\",new TextEncoder().encode(ids.join(\"\\n\")));console.log([...new Uint8Array(h)].map(b=>b.toString(16).padStart(2,\"0\")).join(\"\"))})'"
}
