{
  "name": "JYOTINT verification recipe — as data",
  "description": "Recompute the proof yourself, trusting nobody. All read-only and safe (download public files, recompute SHA-256 locally; no secrets, no writes, no auth).",
  "generated_at": "2026-06-30T01:45:55.186Z",
  "one_command": "sh -c \"$(curl -fsSL https://jyotishintelligence.com/verify.sh)\"",
  "steps": [
    {
      "cmd": "curl -fsSL https://jyotishintelligence.com/seal-manifest.json -o seal-manifest.json",
      "expect": "the Bitcoin-anchored seal manifest (all sealed records)"
    },
    {
      "cmd": "curl -fsSL https://jyotishintelligence.com/seal-manifest.json.ots -o seal-manifest.json.ots",
      "expect": "the OpenTimestamps proof committing the manifest bytes to a Bitcoin block"
    },
    {
      "cmd": "curl -fsSL https://jyotishintelligence.com/grading-ledger.json -o grading-ledger.json",
      "expect": "the frozen grading ledger (the Brier is a mean of frozen per-call terms)"
    },
    {
      "cmd": "curl -fsSL https://jyotishintelligence.com/verify-jyotint.mjs -o verify-jyotint.mjs",
      "expect": "the zero-dependency verifier"
    },
    {
      "cmd": "node verify-jyotint.mjs --manifest seal-manifest.json --ots seal-manifest.json.ots",
      "expect": "exit 0; manifestHash 14b4c12e6a75f0e76521ed0762ca2caa45deda571546eda905b70f0861486545; 78 sealed / 68 graded; Brier 0.0717. Exits non-zero on ANY drift."
    }
  ],
  "expected": {
    "manifestHash": "14b4c12e6a75f0e76521ed0762ca2caa45deda571546eda905b70f0861486545",
    "ledgerHash": "ad86370537ab4ed11481cfecca34ec57f5877f3f1cd6a593477b8dcaf5601842",
    "sealed": 78,
    "graded": 68,
    "brier": 0.0717,
    "verdicts": {
      "HIT": 58,
      "NEAR": 3,
      "PARTIAL": 3,
      "MISS": 4
    }
  },
  "offline_kit_url": "https://jyotishintelligence.com/dataset/ai-verification-kit.zip",
  "live_source": "https://jyotishintelligence.com/api/v1/manifest-meta.json",
  "note": "If your recomputed manifestHash differs from /api/v1/manifest-meta.json, the corpus was simply updated — trust the live file, never a cached copy. Only the GRADED ledger is tamper-evident; OPEN / not-yet-windowed calls are unsealed text until their window."
}
