Shen Luo Contract Capture Fork / 沈洛合同捕获分岔机制

Shen Luo Contract Capture Fork is the mechanism that turns legal mitigation into character state.

沈洛 should not be a passive button that lowers schedule pressure. He is a route-bearing manager who can become protective, complicit, missed, or hostile depending on how the player handles consent, refusal, proxy authority, sponsor language, and proof.

Design promise

A correct implementation must prove all four truths:

  1. legal packaging can relieve real pressure;
  2. legal packaging always records ownership or witness consequences; 3.沈洛 has durable route status, not just a temporary action modifier;
  3. hidden or counterfeit consent can produce 合同证人倒戈.

State model

shen_luo_route_state_any:
  - unseen_company_pressure
  - mitigation_offer
  - protective_manager
  - sponsor_broker
  - refusal_witness
  - lawful_escrow_handler
  - route_missed
  - hostile_contract_witness
consent_package_state_any:
  - unfiled
  - consent_visible
  - refusal_visible
  - proxy_only
  - sponsor_implied
  - memory_refusal
  - voice_body_split
  - explicit_absence
  - hidden_refusal
  - counterfeit_consent
  - company_folded
  - contract_capture_hardened
future_route_effect_any:
  - protected
  - protected_but_owned
  - captured
  - lawful_only
  - public_only
  - split_canon
  - contradiction_pending
  - costlier
  - hostile
  - recovery_only

Entry predicate

The mechanism activates from state, not calendar position:

entry_requires_all:
  - legal_packaging_needed: true
  - subject_or_asset_named: true
  - consent_or_absence_visible_or_required: true
  - immediate_pressure_relief_possible: true
  - future_route_effect_possible: true
  - no_fixed_turn_trigger: true

The predicate is satisfied by examples such as a saint persona consent row, a memory refusal receipt, a voice/body split, a witness payroll clause, a sponsor quiet package, a settlement aftershock clause, or a three-key custody release that requires legal language.

Required surfaces

Route-status rules

Protective manager

沈洛 can be recruited as a manager asset only when he personally carries a clause with visible consent, visible refusal, memory refusal, or lawful split terms.

route_state: protective_manager
requires_any: [explicit_yes, explicit_no, memory_refusal, voice_body_split]
blocks_any: [hidden_refusal, counterfeit_consent]
relief_any: [schedule_stability_up, consent_integrity_up]
cost_any: [manager_leverage_up, contract_scrutiny_up, sponsor_or_inspection_pressure_up]

沈洛 can become a sponsor broker when his legal language saves a slot while making later ownership debt visible.

route_state: sponsor_broker
requires_any: [sponsor_stop_loss, broadcast_insolvency, owned_settlement, sponsor_quiet_clause]
relief_any: [slot_pressure_down, sponsor_default_paused]
cost_any: [contract_capture_up, shen_luo_complicity_up, public_receipt_distrust_up]

Refusal witness

沈洛 can become a refusal witness when he refuses clean packaging and records the refusal as proof.

route_state: refusal_witness
requires_any: [explicit_no, memory_refusal, voice_body_split]
relief_any: [false_consent_blocked, counterclaim_enabled]
cost_any: [schedule_stability_down, sponsor_retaliation_up, inspection_heat_up]

Route missed

If the player bypasses him through company legal,沈洛’s personal route is missed even though company pressure continues.

route_state: route_missed
requires_any: [bypass_to_company_legal, null_company_fold]
relief_any: [immediate_slot_pressure_down]
cost_any: [contract_capture_hardened, witness_trust_down, future_recovery_cost_up]

Hostile contract witness

If the player hides refusal, counterfeits consent, overrides refusal witness terms, or expects protective management without cost,沈洛 becomes adverse evidence.

route_state: hostile_contract_witness
requires_any: [hidden_refusal, counterfeit_consent, overridden_refusal_witness, accepted_cost_missing]
emits: storyteller.event.contract_witness_defection.v1
relief_any: [false_clean_contract_exposed]
cost_any: [manager_asset_lost, inspection_heat_up, contract_capture_up, future_recovery_cost_up]

Counter contract

Every branch must mutate at least three counters or durable states. Recommended state names:

counters:
  shen_luo_trust: integer
  shen_luo_complicity: integer
  shen_luo_route_missed: boolean
  shen_luo_hostile_witness: boolean
  contract_capture: integer
  manager_leverage: integer
  consent_integrity: integer
  refusal_legibility: integer
  witness_trust: integer
  sponsor_stop_loss_pressure: integer
  inspection_heat: integer
  public_receipt_distrust: integer
  schedule_stability: integer
  future_recovery_cost: integer

Integration rules

Failure states

The mechanism fails if implementation allows any of these:

-沈洛 recruited without a visible consent/refusal/proxy/absence state;

  • legal packaging deletes contract pressure rather than converting it;
  • sponsor broker and protective manager collapse into the same status;
  • bypassing沈洛 gives the same future options as recruiting him;
  • hostile witness event is absent after hidden or counterfeit consent;
  • all branches leave future route effect unchanged.

Non-goals

  • Not a legal bureaucracy system.
  • Not a governance checklist.
  • Not a turn-count encounter.
  • Not a universal schedule repair.
  • Not a replacement for custody, settlement, narration, three-key, or proxy systems.