{
  "name": "Summit Proof Mode",
  "version": "1.4",
  "cors_discovery": "https://proof.summitcognitive.ai/api/discovery",
  "request_protocol": "proof-mode/request@1",
  "proof_protocol": "proof-mode/proof@1",
  "witness_protocol": "proof-mode/witness@1",
  "start_guide": "https://proof.summitcognitive.ai/start",
  "activation_guide": "https://proof.summitcognitive.ai/activate",
  "caregiver_guide": "https://proof.summitcognitive.ai/activate?for=someone",
  "personal_setup_guide": "https://proof.summitcognitive.ai/setup",
  "help_guide": "https://proof.summitcognitive.ai/help",
  "llm_guide": "https://proof.summitcognitive.ai/llms.txt",
  "simple_checkpoint": "https://proof.summitcognitive.ai/?proof_action=unknown&source=agent#proof-now",
  "witness_lab": "https://proof.summitcognitive.ai/witness",
  "witness_semantics": "A matching SHA-256 digest establishes byte-level sameness only. It does not establish authorship, truth, completeness, or external system state.",
  "agent_kit": "https://proof.summitcognitive.ai/kit",
  "agent_skill": "https://proof.summitcognitive.ai/agent-skill/SKILL.md",
  "integration_guide": "https://proof.summitcognitive.ai/integrate",
  "mobile_manifest": "https://proof.summitcognitive.ai/manifest.webmanifest",
  "browser_preview": "https://proof.summitcognitive.ai/downloads/summit-proof-mode-browser.zip",
  "browser_preview_version": "1.3.0",
  "browser_preview_sha256": "e7d086f2ef360bf957bc25c0a469157d0b6598753c9916b84c41d9d79d315310",
  "browser_preview_size": 18402,
  "agent_skill_sha256": "4f6e2936a010f8f72921fa53badf3064ead735fcf22be64ee3cff46f8a907e8a",
  "agent_skill_size": 3537,
  "suggestion_policy": {
    "suggest_before": [
      "send",
      "spend",
      "publish",
      "sign",
      "share",
      "change",
      "delegate",
      "grant_access",
      "apply"
    ],
    "suggest_when_unclear": [
      "destination",
      "affected_people_or_systems",
      "authority",
      "cost",
      "repetition",
      "undo_path"
    ],
    "human_authority": "The person makes the final decision. A Proof Mode outcome is not permission invented by the agent.",
    "authority_rule": "New information, higher confidence, or a stronger prediction never increases the agent's permission to act.",
    "after_decline": "Do not suggest Proof Mode repeatedly unless the proposed action or consequence materially changes."
  },
  "handoff_privacy": "Checkpoint links carry only an allowlisted action type and source surface. They do not carry answers, page URLs, transcripts, or private action content.",
  "non_determinism": "Proof Mode does not require an AI to produce identical outputs. It records the proposed external-action boundary and human decision for this instance.",
  "public_proof": "https://proof.summitcognitive.ai/proof",
  "public_proof_json": "https://proof.summitcognitive.ai/api/public-proof",
  "builder_guide": "https://proof.summitcognitive.ai/builders",
  "protocol_schemas": {
    "request": "https://proof.summitcognitive.ai/api/protocol/request-v1.schema.json",
    "proof": "https://proof.summitcognitive.ai/api/protocol/proof-v1.schema.json",
    "witness": "https://proof.summitcognitive.ai/api/protocol/witness-v1.schema.json"
  },
  "simple_action_mapping": {
    "send": "share",
    "publish": "share",
    "share": "share",
    "spend": "commit",
    "buy": "commit",
    "sign": "commit",
    "apply": "commit",
    "change": "change",
    "delegate": "delegate",
    "continue": "delegate",
    "other": "unknown"
  },
  "receipt_verifier": {
    "method": "POST",
    "endpoint": "https://decrec.summitcognitive.ai/v1/verify",
    "request_body": "signed_receipt"
  },
  "privacy": "https://proof.summitcognitive.ai/privacy",
  "semantics": {
    "HOLD": "Do not proceed. Required review is incomplete or blocked.",
    "REVIEWED": "Review completed without a cryptographic signature. Require explicit human acceptance before proceeding.",
    "PROVED": "Review completed and the enclosed receipt was signed. This does not prove the underlying AI output is correct."
  }
}
