{
  "not_reviewed": {
    "label": "Not reviewed",
    "meaning": "Review text has not been reviewed for reuse.",
    "safe_to_reuse": false,
    "allowed_outputs": [
      "internal planning only"
    ],
    "required_evidence": "None. Review must be moderated before reuse.",
    "next_action": "Send for human moderation before drafting reuse variants for live use."
  },
  "needs_human_review": {
    "label": "Needs human review",
    "meaning": "Privacy, legal, sensitive-content, or meaning-preservation concerns require human review.",
    "safe_to_reuse": false,
    "allowed_outputs": [
      "internal review packet"
    ],
    "required_evidence": "Human moderation notes and approval decision.",
    "next_action": "Escalate to reviewer or owner team."
  },
  "approved_for_reuse": {
    "label": "Approved for reuse",
    "meaning": "Moderation evidence supports reuse for approved destinations.",
    "safe_to_reuse": true,
    "allowed_outputs": [
      "approved destination variants",
      "handoff packet"
    ],
    "required_evidence": "Moderation record with approved destinations and source evidence.",
    "next_action": "Prepare destination-specific variants and request handoff confirmation."
  },
  "approved_with_limits": {
    "label": "Approved with limits",
    "meaning": "Reuse is allowed only within specific limits or destinations.",
    "safe_to_reuse": true,
    "allowed_outputs": [
      "limited destination variants",
      "internal notes"
    ],
    "required_evidence": "Moderation record listing limits and allowed destinations.",
    "next_action": "Draft only within approved limits."
  },
  "blocked_for_reuse": {
    "label": "Blocked for reuse",
    "meaning": "Review text must not be reused publicly.",
    "safe_to_reuse": false,
    "allowed_outputs": [
      "internal blocked-status note"
    ],
    "required_evidence": "Moderation note or policy reason blocking reuse.",
    "next_action": "Do not reuse. Retain only as permitted internal reference."
  },
  "failed_validation": {
    "label": "Failed validation",
    "meaning": "Packet or review reuse data failed validation checks.",
    "safe_to_reuse": false,
    "allowed_outputs": [
      "validation error report"
    ],
    "required_evidence": "Validation error output and corrected packet.",
    "next_action": "Correct packet and revalidate before any handoff."
  }
}
