False-Service Claimant Row / 误服裁定认领行

False-Service Claimant Row is the state card that appears when 执行负荷违约 creates a claimant-facing consequence instead of a clean route penalty.

It exists to prevent a false-served ruling from becoming only narration. If a future reader tried to use a ruling while notice, carrier, proof bridge, boundary, gate, or cost was absent, the harmed reader may now enter play as a concrete claimant row.

Playable promise

The card answers:

Who was mis-served, what ruling row did they read, what missing load made them move, where do they enter the floor, and what future route changes if the producer receives, converts, suppresses, or misses them?

The card is not a new verdict and not a generic reputation penalty. It is a docket row with future-reader consequences.

Entry sources

Create or refresh this card only from state pressure:

entry_state:
  trigger_kind: state_pressure
  source_default: storyteller.event.enforcement_load_default.v1
  source_ruling_or_row_present: true
  missing_or_false_load_row_present: true
  default_narrator_is_claimant_facing: true
  future_reader_attempted_use: true
  no_fixed_turn_trigger: true

Claimant-facing default narrators include:

  • claimant_queue_first;
  • pirate_receipt_first;
  • artist_boundary_break;
  • floor_overrun_first when a person, proof carrier, or public line is mis-served;
  • management_false_clean when the false clean report names an omitted claimant;
  • sponsor_compression_first when private relief is counted as public service.

If the default narrator is not claimant-facing, the implementation must record explicit absence instead of creating this row.

Required row shape

false_service_claimant_row:
  card_id: storyteller.card.false_service_claimant_row.v1
  row_id: <stable row id>
  source_ruling_or_row: <source>
  source_default_event: storyteller.event.enforcement_load_default.v1
  missing_or_false_load_row: <notice | remedy | carrier | proof_chain | public_receipt | artist_boundary | floor_lane | sponsor_carveout | equivalent>
  attempted_future_reader: <route | rite | event | asset | claimant desk>
  claimant_family: fan_public | omitted_claimant | pirate_relay | artist_boundary | floor_carrier | archive_clerk | sponsor_counterparty | inspector_proxy | equivalent
  named_claimant_or_absence: <character/faction/queue/persona/proof-carrier or explicit_absence>
  demanded_control: receipt | correction | oxygen_refund | public_number | first_interrogator | custody | quarantine | countercopy | boundary | equivalent
  proof_or_absence: <proof object or explicit_absence>
  intake_gate_or_absence: <gate/lane or explicit_absence>
  conversion_window_state: offered | narrowing | hardening_ready
  default_if_unanswered: <hardening or queue overrun default>
  future_route_effect_if_unanswered: blocked | costlier | hostile | public_only | lawful_only | sponsor_only | recovery_only | contradiction_pending

The row fails validity if it only says angry claimant, public backlash, or fan heat without source ruling, missing load, named claimant or explicit absence, gate, demanded control, and future route effect.

State values

states:
  - row_created_from_false_service
  - received_at_floor
  - converted_bounded
  - appeased_pending
  - counterclaimed
  - boundary_quarantined
  - custody_traded
  - suppressed_without_receipt
  - missed_claimant
  - hostile_claimant
  - false_first_claimant
  - recovery_only_claimant

Branch hooks

The card can be consumed by:

Counter contract

Any branch that consumes this row must change at least three surfaces:

  • one relief surface, such as claimant_row_received, public_receipt_legitimacy, future_route_mitigated, custody_clarity, or false_service_exposed;
  • one cost surface, such as inspection_heat, sponsor_stop_loss_pressure, contract_capture, archive_debt, public_receipt_distrust, fan_oxygen_resentment, handler_burden, or crew_refusal_risk;
  • one future reader / route surface, such as future_route_acceptance, claimant_hostility, conversion_window_state, route_recovery_cost, public_only_use, lawful_only_use, or recovery_only_claimant.

Non-goals

  • Not a new court case.
  • Not a crowd flavor card.
  • Not a reputation marker.
  • Not valid from a fixed turn or calendar trigger.
  • Not valid unless the false-served source row and future reader remain visible.