Phantom Route Rumor Afteruse Receipt Lens / 幻路线传言后用回执 Lens

This lens checks that a reviewed phantom-route rumor result cannot later be spent as clean route delivery, universal waiver, permanent proof erasure, or clean disavowal unless source row, absence state, managed result, claimant, proof bridge, canon-change claim, after-state, and future effect remain visible.

Entry Oracle

entry_state:
  trigger_kind: state_pressure
  source_phantom_rumor_row_visible: true
  source_absence_state_visible: true
  managed_rumor_result_visible: true
  requested_afteruse_visible: true
  future_reader_consumes_phantom_rumor_state: true
  claimant_or_default_reader_visible_or_explicit_absence: true
  proof_anchor_or_countercopy_visible_or_explicit_absence: true
  canon_change_claim_visible_or_explicit_absence: true
  player_can_certify_restrict_bridge_reopen_split_quarantine_or_default: true
  no_fixed_turn_trigger: true
  no_fixed_day_or_week_trigger: true
  no_raw_rumor_count_trigger: true
  no_dashboard_or_lens_health_trigger: true

The lens fails if entry is driven by fixed turn, fixed day/week, raw rumor count, dashboard state, lens health, or a prior phantom-route review with no future reader trying to consume it.

Checks

1. Docket Preserves Source, Reader, And Afteruse

phantom_route_rumor_afteruse_docket:
  source_phantom_rumor_row: required
  source_absence_state: required
  managed_rumor_result: required
  requested_afteruse: required
  future_reader_or_route: required
  claimant_or_default_reader: required
  proof_anchor_or_countercopy_or_explicit_absence: required
  canon_change_claim_or_explicit_absence: required
  selected_afteruse_posture: required
  phantom_route_afteruse_state_after: required
  future_reader_or_route_effect: required
  counter_deltas: required

2. Review Branches Diverge

Required branch families:

  • certify_absence_scope;
  • restrict_phantom_afteruse_reader;
  • attach_countercopy_or_disavowal_bridge;
  • reopen_phantom_claimant;
  • split_phantom_afteruse_by_reader;
  • quarantine_phantom_afteruse;
  • false_phantom_route_rumor_afteruse_default;
  • future_effect_any.

3. Default Mutates Future Play

false_phantom_route_rumor_afteruse_default:
  false_clean_phantom_route_afteruse: true
  source_phantom_row_or_absence: required
  hidden_or_overbroad_phantom_scope: required
  capturing_reader_or_route: required
  claimant_or_default_reader: required
  phantom_route_afteruse_state_after: required
  future_reader_effect: required
  counter_deltas_min: 3
  absence_remains_true: true
  durable_mutation: true

4. Runtime Rollup Status Is Explicit

This is a direct-wiki contract bound to an evaluator entry. Runtime source objects and durable replay can be added later if phantom-route rumor afteruse becomes executable in the game-content rollup.