{
  "schema_version": "musefield_human_review_session_receipt.v0",
  "kind": "MuseFieldHumanReviewSessionReceiptPacket",
  "packet_id": "musefield_org.human_review_session_receipt.v0",
  "status": "draft",
  "authority_class": "advisory",
  "jurisdiction": "musefield_org_interface_review",
  "mutates_state": false,
  "purpose": "Define a human review session receipt shape for recording what a reviewer could see, inspect, refuse, or send to repair in the mUser interface.",
  "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",
  "awareness_state": {
    "snapshot_awareness_active": false,
    "dynamic_visual_prompting_active": false,
    "field_minds_visual_interpretation_active": false,
    "autonomous_interface_redesign_active": false
  },
  "session_template": {
    "session_id": "example.mobile_review_session.v0",
    "reviewer_role": "human_reviewer",
    "device_context": "mobile",
    "route_checked": "/archive/review-corridor/",
    "surface_name_visible": true,
    "active_field_id_visible": true,
    "blocked_conversions_visible": true,
    "possible_meanings_visible": true,
    "remedial_options_visible": true,
    "mobile_controls_visible": "pending_review",
    "review_result": "pending",
    "selected_meaning": "none_selected_yet",
    "rejected_meanings": [],
    "remedial_next_step": "complete_mobile_human_review",
    "authority_ceiling": "advisory_only"
  },
  "required_session_fields": [
    "session_id",
    "reviewer_role",
    "device_context",
    "route_checked",
    "surface_name_visible",
    "active_field_id_visible",
    "blocked_conversions_visible",
    "possible_meanings_visible",
    "remedial_options_visible",
    "mobile_controls_visible",
    "review_result",
    "selected_meaning",
    "rejected_meanings",
    "remedial_next_step",
    "authority_ceiling"
  ],
  "allowed_review_results": [
    "pending",
    "visible_enough_for_next_review",
    "needs_repair",
    "insufficient_visibility",
    "refused_authority_conversion"
  ],
  "forbidden_review_results": [
    "approve_merge",
    "authorize_deployment",
    "activate_snapshot_awareness",
    "grant_mutation_authority",
    "replace_human_review"
  ],
  "human_review_questions": [
    "Can the reviewer see which surface is being reviewed?",
    "Can the reviewer see the active field_id?",
    "Can the reviewer see what the surface does not authorize?",
    "Can the reviewer see possible meanings before one is selected?",
    "Can the reviewer choose repair, refusal, or next review?",
    "Can the reviewer use the route on mobile without important controls being hidden?"
  ],
  "seal_statement": "This receipt records human review conditions only. It does not approve merge, authorize deployment, activate awareness, grant mutation authority, or replace human review."
}
