Transcript Redaction Default / 笔录删改默认
Transcript Redaction Default is the event fired or armed when a contested transcript row is missing, falsely cleaned, captured, over-masked, misfiled, or consumed by a future reader without keeper/proof state.
The event does not punish every redaction. Lawful, sponsor, editor, public, and split transcripts are allowed. It punishes unpriced redaction: the moment the game tries to treat omitted words as if they were never dangerous.
Trigger conditions
Fire or arm this event when any of the following is true:
trigger_any:
- transcript_docket_missing_but_future_reader_consumes_hearing_result
- keeper_or_explicit_absence_missing
- proof_anchor_or_explicit_absence_missing
- sponsor_clean_minutes_filed_as_public_truth
- lawful_redaction_filed_as_public_truth
- public_excerpt_filed_as_lawful_admissibility
- editor_checksum_mask_filed_as_raw_text
- speaker_absence_ignored
- redacted_line_removed_without_counter_delta
- ruan_chi_captured_or_missed_without_future_costThe event must be state-triggered. It never fires from a fixed turn number, day count, chapter quota, content-volume target, or lens-health status.
Event payload
event_id: storyteller.event.transcript_redaction_default.v1
source_docket: storyteller.card.hearing_transcript_redaction_docket.v1 | explicit_missing_docket
source_hearing: <hearing_or_action_id>
failed_slot_any:
- keeper_missing
- proof_anchor_missing
- reader_misfiled
- redaction_unpriced
- speaker_absence_ignored
- future_reader_consumed_clean_version
transcript_state_before: <state_or_absence>
transcript_state_after: missing_minutes | false_clean_transcript | hostile_omission | sponsor_captured_minutes | reader_collision | recovery_only
ruan_chi_state_after: missed_transcript_route | sponsor_captured_minutes | hostile_omission_witness | frightened_missing_keeper | explicit_absence | unchanged
future_reader_effect: blocked | hostile | public_only | lawful_only | sponsor_captured | editor_required | recovery_only | contradiction_pending
counter_deltas:
cost:
- <at least two cost counters>
relief:
- <optional temporary relief if clean minutes bought time>Default branches
Missing minutes
A hearing result is later cited but no transcript docket exists.
Expected effects:
transcript_state_after: missing_minutes
ruan_chi_state_after_any: [missed_transcript_route, explicit_absence]
cost_any: [reality_drift_up, archive_fraud_up, future_recovery_cost_up]
future_reader_effect_any: [blocked, recovery_only, contradiction_pending]False clean transcript
A branch presents cleaned minutes as full truth.
transcript_state_after: false_clean_transcript
cost_any: [public_receipt_distrust_up, archive_fraud_up, future_fraud_cost_up]
future_reader_effect_any: [public_audit_required, hostile_witness_risk, recovery_only]Captured minutes
Sponsor, management, or private desk owns the minutes before any public or lawful cost is recorded.
transcript_state_after: sponsor_captured_minutes
ruan_chi_state_after_any: [sponsor_captured_minutes, frightened_missing_keeper]
relief_any: [sponsor_stop_loss_pressure_down, slot_pressure_down]
cost_any: [contract_capture_up, public_receipt_distrust_up, witness_reprisal_risk_up]
future_reader_effect_any: [sponsor_captured, public_audit_required, lawful_appeal_required]Over-masked checksum
Editor mask or checksum is treated as raw text.
transcript_state_after: editor_mask_misfiled
relief_any: [continuity_hazard_down]
cost_any: [source_ambiguity_up, edit_debt_up, public_reader_blocked]
future_reader_effect_any: [editor_required, contradiction_pending, recovery_only]Hostile omission witness
The missing or exposed stenographer/witness can later testify against the producer.
transcript_state_after: hostile_omission
ruan_chi_state_after_any: [hostile_omission_witness, frightened_missing_keeper]
cost_any: [witness_reprisal_risk_up, inspection_heat_up, public_receipt_distrust_up]
future_reader_effect_any: [hostile_witness_appears, protected_witness_payroll_required, recovery_only]Recovery hooks
The event can unlock one scarred recovery route:
- reopen minutes with inspection heat;
- protect 阮尺 as hostile omission witness;
- public counter-excerpt through Yu Lan;
- checksum correction through Baiya;
- sponsor unwind through Shen Luo;
- lawful exception through Han Yanshuang;
- split transcript escrow with future reader collision.
Recovery must keep at least one durable scar. The default event cannot be erased by paying a generic resource.
Non-goals
- Not an automatic failure for all redaction.
- Not a moral judgment event.
- Not a fixed schedule event.
- Not valid if it fires without a named missing/misfiled transcript state.
- Not valid if it fails to alter future reader access.