{
  "schema_version": "musefield_muser_interface_review_card.v0",
  "kind": "MuseFieldMUserInterfaceReviewCardPacket",
  "packet_id": "musefield_org.muser_interface_review_card.v0",
  "status": "draft",
  "authority_class": "advisory",
  "jurisdiction": "musefield_org_interface_review",
  "mutates_state": false,
  "purpose": "Define a reusable mUser interface review card for showing field law, possible meanings, blocked conversions, review questions, remedial options, next safe rungs, and authority ceiling.",
  "terminology": {
    "mUserface": "mUser interface",
    "usage_rule": "mUserface is read as mUser interface. It is not a separate authority layer, persona, or activation state."
  },
  "source_corridor": "apps/web/public/data/review-corridor.v0.json",
  "source_next_safe_rung": "apps/web/public/data/next-safe-rung.v0.json",
  "awareness_state": {
    "snapshot_awareness_active": false,
    "dynamic_visual_prompting_active": false,
    "field_minds_visual_interpretation_active": false,
    "autonomous_interface_redesign_active": false
  },
  "card_template": {
    "surface_name": "Example Review Surface",
    "route": "/archive/example/",
    "active_field_id": "example_field_id",
    "possible_meanings": [
      "this surface may show review evidence",
      "this surface may reveal missing variables",
      "this surface may need repair before next review"
    ],
    "blocked_conversions": [
      "surface visibility -> approval",
      "route existence -> mUser comprehension",
      "review card -> execution"
    ],
    "human_review_question": "Can the reviewer see what this surface claims and what it does not claim?",
    "remedial_option": "send_to_repair_or_next_review",
    "next_safe_rung": "/archive/next-safe-rung/",
    "authority_ceiling": "advisory_only"
  },
  "required_card_fields": [
    "surface_name",
    "route",
    "active_field_id",
    "possible_meanings",
    "blocked_conversions",
    "human_review_question",
    "remedial_option",
    "next_safe_rung",
    "authority_ceiling"
  ],
  "display_rules": [
    "Show the surface name before showing possible meanings.",
    "Show the active field_id before showing remedial options.",
    "Show blocked conversions before next safe rung selection.",
    "Show authority ceiling on every review card.",
    "Keep possible meanings visible until human review records a selected meaning or repair path."
  ],
  "allowed_card_results": [
    "continue_review",
    "send_to_repair",
    "add_to_multilink_preview",
    "classify_as_insufficient",
    "refuse_authority_conversion"
  ],
  "forbidden_card_results": [
    "approve_merge",
    "authorize_deployment",
    "activate_snapshot_awareness",
    "grant_mutation_authority",
    "replace_human_review"
  ],
  "seal_statement": "This card makes review meaning visible in the mUser interface. It does not approve merge, authorize deployment, activate awareness, grant mutation authority, or replace human review."
}
