{
  "schema": "kentledge/proof-envelope/v0-preview",
  "subject": "https://kentledge.colossusforge.com/",
  "status": "pre-release",
  "ledger": "https://kentledge.colossusforge.com/ledger.jsonl",
  "public_key": "https://kentledge.colossusforge.com/production-harness.pub.json",
  "verify": "curl -sO https://kentledge.colossusforge.com/ledger.jsonl && curl -sO https://kentledge.colossusforge.com/production-harness.pub.json && python3 -m kentledge verify ledger.jsonl --pubkey production-harness.pub.json",
  "verifier_availability": "self-hosted: pip install \"kentledge[crypto] @ https://kentledge.colossusforge.com/pip/kentledge-0.0.1-py3-none-any.whl\" (sha256 62dcfd76b790a125...). Source: https://github.com/Forge-the-Kingdom/kentledge-verifier; schemas: https://github.com/Forge-the-Kingdom/kentledge-core. Distributed from this domain, not a registry.",
  "head_hash": "2d491a5f1a642c401c9873a5308aeaa09c83eb9e7d06d4620e38ed9baf6f7fe2",
  "entries": 6,
  "claims": [
    {
      "id": "gate/site/no-payment",
      "assertion": "This site contains no pricing or payment links; none will exist until the product passes its own release gauntlet.",
      "verdict": "PASS",
      "seq": 0,
      "proof": "https://kentledge.colossusforge.com/ledger.jsonl"
    },
    {
      "id": "gate/site/no-tracking",
      "assertion": "This site loads no trackers, analytics SDKs, or cookies.",
      "verdict": "PASS",
      "seq": 1,
      "proof": "https://kentledge.colossusforge.com/ledger.jsonl"
    },
    {
      "id": "gate/product/refusal-ledger",
      "assertion": "Signed, hash-chained gate ledger verifiable by third parties.",
      "verdict": "PASS",
      "seq": 4,
      "proof": "https://kentledge.colossusforge.com/ledger.jsonl",
      "anchor": "https://github.com/Forge-the-Kingdom/kentledge-core/tree/master/ledgers/site (anchor commit c840775e68ab3fc1c7eb7b39927f8700d7955bd1; the raw file at that commit is byte-identical to the live ledger and diffable at https://raw.githubusercontent.com/Forge-the-Kingdom/kentledge-core/master/ledgers/site/ledger.jsonl)"
    }
  ],
  "contact": "jeff@colossusforge.com",
  "publisher": "Colossus Forge Studios",
  "note": "Every claim in this file is a row in the signed ledger above; claim ids equal the ledger's gate_id, and seq gives the 0-based line number in the JSONL. The head hash, key_id, and per-entry verdicts are machine-verifiable — run the verifier command to confirm. The chain is append-only: the historical REFUSE for gate/product/refusal-ledger at seq 2 remains in the ledger as immutable history (the ledger was not yet anchored at that time); the gate was re-stamped PASS at seq 4 once the public anchor existed. That sequence — refuse, build the anchor, flip — is the product's operating procedure, not an exception to it."
}
