Orchestra Bridge Cable Tie Afteruse Receipt Lens

This lens checks that a prior orchestra_bridge-cable tie tag cannot be consumed later as universal clean bridge_patch authority after the window bay, pit-map version, pit operator, caller, scene, or displaced crew has changed.

Entry Oracle

entry_state:
  trigger_kind: state_pressure
  source_orchestra_bridge_cable_tie_visible: true
  tie_inventory_id_or_absence_visible: true
  original_window_bay_visible: true
  original_patch_operator_visible: true
  original_patch_map_version_visible: true
  requested_afteruse_scene_visible: true
  afteruse_caller_visible: true
  current_patch_map_version_or_absence_visible: true
  current_patch_operator_or_absence_visible: true
  displaced_crew_or_crew_visible_or_absence: true
  proof_bridge_or_absence_visible: true
  player_can_certify_attach_split_checksum_notice_quarantine_or_default: true
  no_fixed_turn_trigger: true
  no_dashboard_or_lens_health_trigger: true

Checks

1. Docket Separates Prior Tie From Current Pit Authority

orchestra_bridge_cable_tie_afteruse_docket:
  bridge_patchRouteRows: required
  source_tie_tag: required
  tie_inventory_id_or_absence: required
  original_window_bay: required
  original_patch_operator: required
  original_patch_map_version: required
  requested_afteruse_scene: required
  afteruse_caller: required
  current_patch_map_version_or_absence: required
  current_patch_operator_or_absence: required
  displaced_crew_or_crew: required
  proof_bridge_or_absence: required
  selected_afteruse_posture: required
  future_route_effect: required

2. Review Branches Diverge

Required branch families:

  • certify_current_patch_operator;
  • attach_orchestra_bridge_cable_tie_afteruse_receipt;
  • split_original_and_later_pit_readers;
  • require_editor_checksum_before_reuse;
  • publish_crew_notice;
  • quarantine_tie_afteruse_claim;
  • false_clean_tie_default;
  • future_effect_any.

3. False-Clean Default Mutates Future Play

false_clean_tie_default:
  stale_tie_claim: true
  state_before_resolution: false_clean_pending
  terminal_state_exactly_one:
    - false_clean_bridge_patch_route
    - checksum_required_before_reuse
    - recovery_only
  future_gate_effect_exactly_one:
    - orchestra_bridge_cable_tie_afteruse_route_costlier
    - orchestra_bridge_cable_tie_editor_checksum_required
    - orchestra_bridge_cable_tie_afteruse_recovery_only
  counter_deltas_min: 3
  durable_mutation: true

Evidence Shape

Playable satisfaction is now backed by focused game content, the runtime test lens/storyteller-orchestra-bridge-cable-tie-afteruse.runtime.test.ts, and the lens-scoped durable session lens-storyteller-lens-orchestra-bridge-cable-tie-afteruse-receipt-v1-20260720t1000z-runtime-v1 exported to lens/replays/storyteller-lens-orchestra-bridge-cable-tie-afteruse-receipt-v1.replay.json with seed 20260720.

The runtime proof exercises all seven review branches, verifies the false-clean default arms the follow-up event, and checks that each default resolution clears pending flags while leaving exactly one durable terminal state and one matching future route effect.