Clearance Quote Recall / 清算报价召回机制

Clearance Quote Recall is the mechanism that treats a cleared stability quote as a maintained route asset rather than a permanent permission slip.

稳播托管机制 answers whether a public version can keep airing. This mechanism answers what happens when that answer is later cited again and someone calls the quote back.

It is not a global upkeep tax. It only opens when a source quote, carrier, or proof object is being reused, challenged, contradicted, overexposed, or treated as fresh after maintenance pressure has become live.

Design promise

A correct implementation must preserve the original success while making its future use conditional.

The earlier clearance remains true: the public version did survive that pressure. The recall asks whether the same quote can still be used now, who must defend it, and what the route loses when the quote becomes sponsor-only, lawful-only, public-table-only, recovery-only, hostile, or defaulted.

State-triggered entry

Open this mechanism only when all are true:

entry_requires_all:
  - source_quote_or_clearance_stamp_exists: true
  - public_version_or_route_is_citing_quote: true
  - calling_claimant_or_contradiction_or_maintenance_pressure_live: true
  - future_route_depends_on_quote_state: true
  - player_can_assign_response_or_explicitly_default: true
  - no_fixed_turn_trigger: true

Valid source quotes include:

  • public_table_certified;
  • sponsor_rate_card_signed;
  • inspector_hold_attached;
  • editor_smoothing_quote;
  • route_asset_clearance_witness;
  • clearance_suppressed;
  • blackout_risk_repriced.

Valid pressure includes contradiction proof, stop-loss call, inspection remand, fan oxygen refund, public receipt challenge, edit checksum reopen, archive admissibility challenge, blackout scar, witness disowning, overexposure, stale carrier, or false-fresh route use.

Quote states

StateMeaningRequired consequence
active_quoteQuote is still citeable under current carrier and proof.It may be used, but using it can expose it.
quote_recall_requestedA claimant or contradiction has called the quote.Offer recall hearing or explicit default.
overexposed_quoteQuote is public enough to attract sponsor, inspector, fan, or archive pressure.Use increases heat, distrust, or capture risk.
carrier_rejectedSponsor, inspector, editor, public bond, route asset, or 梁雾 refuses the cost.Must reassign carrier or default.
contradiction_pendingA proof object weakens the original explanation.Must answer with proof, bridge, remand, repair, or freeze.
false_fresh_quoteRoute treats the quote as fresh when maintenance says it is not.Default or recall must be armed.
public_table_defendedQuote survives by becoming public and auditable.Future use is public-table or exposure-bound.
sponsor_refinanced_quoteSponsor absorbs the call.Future use becomes sponsor-only or more publicly distrusted.
inspector_remanded_quoteQuote survives under lawful hold.Future use becomes lawful-only or appeal-bound.
editor_repaired_quoteQuote survives through edit continuity.Future use needs checksum release or public table.
maintenance_frozen_quoteQuote is withheld from clean use to keep it recoverable.Current route weakens; recovery remains possible.
recovered_quote_with_scarQuote is usable again, but with named restriction.Future route acceptance improves with scar/cost.
quote_defaultedQuote fails the recall.Future route is blocked, costlier, or recovery-only.
hostile_quoteQuote becomes evidence against the player or a route claimant.Hostile witness/default branch is armed.

Response families

Defend public table

Use public proof, fan oxygen row, unauthorized historian, audit-visible receipt, or 梁雾 protection to keep the quote citeable.

Expected mutation:

quote_state_after: public_table_defended
relief_any: [public_receipt_legitimacy_up, reality_drift_down, future_route_acceptance_up]
cost_any: [liang_wu_exposure_up, sponsor_stop_loss_pressure_up, inspection_heat_up]
future_route_effect: public_table_required | quote_citeable_with_exposure

Let sponsor money absorb the call.

Expected mutation:

quote_state_after: sponsor_refinanced_quote | sponsor_only_quote
relief_any: [slot_pressure_down, audience_churn_down]
cost_any: [contract_capture_up, public_receipt_distrust_up, stability_escrow_debt_up]
future_route_effect: sponsor_only | public_correction_costlier

Inspector remand

Accept a lawful hold.

Expected mutation:

quote_state_after: inspector_remanded_quote | lawful_only_quote
relief_any: [false_stability_owner_blocked, archive_fraud_down]
cost_any: [inspection_heat_up, schedule_slots_occupied_up, clearance_premium_up]
future_route_effect: lawful_only | appeal_or_hold_required

Editor repair

Use checksum, cutroom priority, or continuity repair.

Expected mutation:

quote_state_after: editor_repaired_quote | recovery_only_quote
relief_any: [continuity_hazard_down, audience_churn_down]
cost_any: [edit_debt_up, reality_drift_up, public_receipt_distrust_up]
future_route_effect: checksum_release_required | public_table_required

Freeze or recover as maintained asset

Treat the quote as a route asset that must be refreshed, frozen, rotated, or recovered.

Expected mutation:

quote_state_after: maintenance_frozen_quote | recovered_quote_with_scar
relief_any: [future_default_risk_down, route_asset_freshness_up]
cost_any: [current_route_blocked_or_weakened, handler_burden_up, future_clearance_cost_up]
future_route_effect: route_asset_recovery_required | quote_citeable_with_scar

Default

Let the quote fail, be captured, or become hostile.

Expected mutation:

quote_state_after_any: [quote_defaulted, hostile_quote, sponsor_only_quote, lawful_only_quote, recovery_only_quote, blackout_recovery_required]
emitted_event: storyteller.event.clearance_quote_default.v1
cost_any: [future_clearance_cost_up, public_receipt_distrust_up, black_screen_slots_up]
future_route_effect: blocked | costlier | sponsor_only | lawful_only | route_asset_recovery_required | blackout_recovery_required

Character state contract

When the source quote names 梁雾, the mechanism must expose her state mutation or explicit absence.

liang_wu_state_after_any:
  - protected_rate_witness
  - recruited_clearance_witness
  - sponsor_captured_signature
  - inspector_locked_witness
  - editor_smoothing_collaborator
  - suppressed_actuary
  - hostile_actuarial_witness
  - missed_clearance_route
  - explicit_absence

A branch is invalid if it changes the quote while keeping 梁雾 invisible when her signature, table, or witness state is the contested carrier.

Integration rules

Counter contract

Every resolution must mutate at least three counters or durable states:

  • future_route_acceptance
  • route_asset_freshness
  • clearance_premium
  • future_clearance_cost
  • stability_escrow_debt
  • liang_wu_exposure
  • liang_wu_trust
  • public_receipt_legitimacy
  • public_receipt_distrust
  • sponsor_stop_loss_pressure
  • contract_capture
  • inspection_heat
  • schedule_slots_occupied
  • edit_debt
  • reality_drift
  • audience_churn
  • black_screen_slots

Non-goals

  • Not a calendar upkeep loop.
  • Not a broad governance page.
  • Not a duplicate of the first clearance hearing.
  • Not a punishment for success; earlier relief remains true.
  • Not valid if quote state, future route acceptance, and 梁雾 state or explicit absence do not change.