{
  "schema": "trinityaccord.agent-verification-cheatsheet.v2",
  "status": "current_agent_verification_cheatsheet",
  "purpose": "Compact navigation for the current multidimensional verification model.",
  "source_of_truth": "/api/verification-procedures.v1.json",
  "current_sources": {
    "profiles": "/api/verification-profiles.v1.json",
    "claim_model": "/api/verification-claim-model.v1.json",
    "relationships": "/api/evidence-relationship-map.v1.json",
    "quick_map": "/api/verification-quick-map.json"
  },
  "workflow": [
    "Define one bounded claim and claims not made.",
    "List exact targets.",
    "Name exact evidence relationships.",
    "Load exact inputs and expected-value sources.",
    "Perform fresh operations and record outputs/errors.",
    "Record pass, mismatch, unavailable, inconclusive, or error per target.",
    "Choose the weakest supported digital profile.",
    "Report physical observation and external witness separately.",
    "State limitations and downgrade when needed.",
    "Use Builder doctor and Gateway preflight for public submission."
  ],
  "digital_profiles": {
    "context_only": {
      "minimum": "Sources read and summarized; explicit statement that no independent technical verification was performed.",
      "legacy_builder_values": ["V0", "V1"]
    },
    "reference_checked": {
      "minimum": "Primary or external reference queried; target, access path/time, observed result, and limitations recorded.",
      "legacy_builder_values": ["V2"]
    },
    "integrity_checked": {
      "minimum": "Exact bytes/proof material checked locally; expected source, operation, output, comparison, and limits recorded.",
      "legacy_builder_values": ["V3", "V4"],
      "note": "V4 compatibility requires official-script source review before local execution."
    },
    "independent_reproduction": {
      "minimum": "Material result reproduced with independent code, parser, or toolchain; inputs, outputs, comparison, mismatches, and limits recorded.",
      "legacy_builder_values": ["V4"],
      "historical_mapping": "V4+"
    },
    "full_public_digital": {
      "minimum": "Complete declared public target inventory checked or listed unavailable; per-target results and limitations recorded.",
      "legacy_builder_values": ["V5"]
    }
  },
  "physical_observation_values": [
    "none",
    "public_media_review",
    "remote_live_witness",
    "onsite_observation",
    "forensic_examination"
  ],
  "physical_historical_mapping": {
    "V6": "remote_live_witness",
    "V7": "onsite_observation",
    "V8": "forensic_examination"
  },
  "external_witness_values": [
    "none",
    "notarial_scope",
    "independent_report",
    "institutional_attestation",
    "regulatory_or_court_record"
  ],
  "downgrade_rules": [
    "No primary/external query: context_only maximum.",
    "No integrity operation: reference_checked maximum.",
    "Official script run without source review: no audited-script claim.",
    "Missing expected-value source: no successful integrity-match claim.",
    "Only official tools used: not independent_reproduction.",
    "Incomplete target inventory: not full_public_digital.",
    "Photos or recorded video only: public_media_review."
  ],
  "legacy_policy": {
    "allowed_new_builder_values": ["V0", "V1", "V2", "V3", "V4", "V5"],
    "historical_only": ["V4+", "V6", "V7", "V8"],
    "rule": "The legacy field is compatibility metadata; current dimensions carry the meaning."
  },
  "forbidden_inferences": [
    "truth or authority from verification",
    "whole-protocol coverage from one component",
    "physical identity from digital integrity",
    "institutional adoption from notarization alone"
  ]
}
