[
  {
    "code": "RC.STATE.PASS.VALID",
    "severity": "low",
    "decision": "PASS",
    "meaning": "All declared dependencies verified within freshness and policy constraints.",
    "route_hint": "all"
  },
  {
    "code": "RC.STATUS.HOLD.REQUIRED_PUBLICATION_PROOF",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "Required public publication proofs are missing, withheld, or not yet authoritative.",
    "route_hint": "security"
  },
  {
    "code": "RC.POINTER.HOLD.READY_TO_SIGN",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "The canonical production pointer remains in READY_TO_SIGN phase and must not be treated as PASS.",
    "route_hint": "security"
  },
  {
    "code": "RC.MANIFEST.HOLD.UNSIGNED_ENVELOPE",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "The current DSSE envelope exists, but the required signature state is not yet authoritative.",
    "route_hint": "security"
  },
  {
    "code": "RC.ANCHOR.HOLD.READY_TO_ANCHOR",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "External anchor material is present but not yet anchored to authoritative publication proof.",
    "route_hint": "security"
  },
  {
    "code": "RC.WITNESS.PASS.PUBLIC_INDEX_PRESENT",
    "severity": "low",
    "decision": "PASS",
    "meaning": "The witness index is publicly discoverable and machine-readable.",
    "route_hint": "security"
  },
  {
    "code": "RC.ROUTING.PASS.REVIEWER_INDEX_PRESENT",
    "severity": "low",
    "decision": "PASS",
    "meaning": "The reviewer index is published and can route security, procurement, licensing, and leadership.",
    "route_hint": "all"
  },
  {
    "code": "RC.POINTER.HOLD.MISSING",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "The canonical production pointer was missing or not resolvable.",
    "route_hint": "security"
  },
  {
    "code": "RC.SIGNATURE.FAIL.INVALID",
    "severity": "high",
    "decision": "FAIL",
    "meaning": "A required signature did not verify against the declared trust anchor.",
    "route_hint": "security"
  },
  {
    "code": "RC.FRESHNESS.HOLD.STALE",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "A required proof artifact fell outside its declared freshness window.",
    "route_hint": "security"
  },
  {
    "code": "RC.DIGEST.FAIL.MISMATCH",
    "severity": "high",
    "decision": "FAIL",
    "meaning": "A declared digest did not match the recomputed content digest.",
    "route_hint": "security"
  },
  {
    "code": "RC.WITNESS.HOLD.THRESHOLD",
    "severity": "medium",
    "decision": "HOLD",
    "meaning": "Declared witness threshold was not met for the selected challenge fixture.",
    "route_hint": "security"
  },
  {
    "code": "RC.CORROBORATION.PENDING.INDEPENDENT_REPLAY",
    "severity": "medium",
    "decision": "PENDING",
    "meaning": "The corroboration slot is live, but no independent replay has been published yet.",
    "route_hint": "trust-center"
  }
]