False Aisle-Light Fuse Afteruse Default

false_aisle_light_fuse_afteruse_default:
  false_clean_fuse_claim: true
  source_aisle_light_fuse_or_absence: fuse.tag.Aisle-4-left-circuit
  source_fuse_tag_or_absence: fuse.tag.Aisle-4-left-circuit
  hidden_or_stale_aisle_conflict: fuse_circuit_reassigned_after_evacuation hold
  false_claim_caller: house_electrician_recap_caller
  blocked_patron: patron_displaced_by_unlogged_circuit_reassignment
  state_before_resolution: false_claim_pending
  stable_options:
    - record_house_electrician_false_claim
    - force_public_circuit_notice
    - restore_blocked_patron
  terminal_state_exactly_one:
    - false_clean_aisle
    - circuit_change_notice_required
    - recovery_only
  future_gate_effect_exactly_one:
    - aisle_light_fuse_afteruse_route_costlier
    - aisle_light_fuse_public_notice_required_after_false_afteruse
    - aisle_light_fuse_afteruse_recovery_only
  counter_deltas_min: 3
  durable_mutation: true

Triggered only when the review chooses the false-afteruse branch and all pending flags are armed. The event records the house electrician’s false claim, forces a public circuit-handoff notice, or restores the displaced patron. Every option clears false_claim_pending and the pending triple, then writes exactly one terminal state and exactly one aisle-light-fuse-prefixed future-route effect.