Matured Claim Queue / 到期认领队列
Matured Claim Queue is the durable card that keeps old unresolved rows available without turning them into a blind timer or global todo list.
It holds rows from previous dockets, tickets, scars, burdens, receipts, and route-asset states. A row enters this card when it is not currently being resolved, but a later state can make it relevant again. When that happens, 休眠认领复核 decides whether the row is seated, merged, routed, deferred with collateral, split, or suppressed.
Card promise
The card must let the player see:
- what old row exists;
- where it came from;
- why it is dormant rather than resolved;
- what state can make it mature;
- who benefits if it stays quiet;
- who is harmed if it resurfaces;
- which current surfaces can legally seat it;
- what happens if the player ignores it.
The card is satisfied only when resurfacing changes play. It is not a backlog display.
Row schema
row_id: <stable id>
source_surface: correction_slot | stabilization_liability | archive_enforcement | ending_scar | handler_burden | public_contrition | cutroom_priority | route_asset | equivalent
source_session_id: <prior session>
source_seed: <prior seed>
source_row_id: <source row>
claimant_benefited_if_quiet: sponsor | inspector | archive | editor | fan_public | artist | witness | pirate | producer | route_claimant | public_audience | none
claimant_harmed_if_resurfaced: sponsor | inspector | archive | editor | fan_public | artist | witness | pirate | producer | route_claimant | public_audience | none
proof_anchor: public_receipt | archive_seal | edit_checksum | black_box_fragment | fan_queue_receipt | witness_testimony | voice_receipt | release_stamp | continuity_file | explicit_absence
carrier: handler | proxy | route_asset | public_bond | sponsor_escrow | legal_hold | edit_lane | production_lane | explicit_absence
row_state: dormant | watchlisted | matured | offered | seated | merged | routed | deferred_with_collateral | split | suppressed | breached | retired_with_scar
maturity_condition: <state condition, not turn count>
valid_seats:
- correction_slot
- archive_enforcement
- stabilization_handoff
- ending_scar
- handler_burden
- production_triage
- public_contrition
- cutroom_priority
future_risk_if_ignored: hostile_narration | captured | false_owner | recovery_only | blocked | costlier | contradiction_pending
last_known_route_effect: <effect>Row states
| State | Meaning | Play consequence |
|---|---|---|
dormant | The row exists but no current surface needs it. | Cannot fire alone. |
watchlisted | A likely future surface has been named. | May mature when the named state appears. |
matured | Current state makes the row relevant. | Review rite must be offered or explicit breach recorded. |
offered | The player can choose how to handle it. | At least two responses must be available. |
seated | The row enters the current surface. | Current crisis mutates around the old row. |
merged | The row modifies another rite or event. | It changes branch outcomes without opening a separate surface. |
routed | The row is sent to a specialist surface. | Future requirement is visible. |
deferred_with_collateral | Delay is accepted with explicit cost or carrier. | No silent expiry; collateral can be called later. |
split | The row becomes two incompatible claims. | Both sides remain route-visible. |
suppressed | Player hides or refuses the row. | Breach risk becomes live. |
breached | The row resurfaced through failure. | 休眠认领破口 mutates state. |
retired_with_scar | The row is closed, but not cleaned. | Scar, claimant effect, or future route restriction remains. |
Sources that can feed the queue
- 更正档期案卷 rows that were displaced, counterbroadcast-ready, lawful-only, public-only, or recovery-only.
- 稳定化责任票据 rows with recalled, underwritten, disputed, proxy-carried, production-carried, or recovery-only state.
- 归档执行案卷 rows that are pending, appealed, delayed, split, hostile, hardened, or voided.
- 结局伤痕账本 rows that are pending, clean-requested, public-only, lawful-only, split, captured, false-owner, recovery-only, or contradiction-pending.
- 处理人负荷账本 rows where a handler is strained, exposed, compromised, refusing, hostile, unavailable, captured, or recovered with scar.
- Route assets from Route Assets and Custody that are missed, hostile, captured, sacrificed, false-owner, protected, or route_asset with unresolved claimant pressure.
Valid resurfacing reasons
A row matures when later state makes it actionable, such as:
- a correction slot must choose a proof anchor and the row names omitted proof;
- archive enforcement needs a carrier and the row names a missing or hostile carrier;
- stabilization liability is called and the row names the harmed claimant;
- ending eligibility asks for clean closure and the row blocks clean laundering;
- handler assignment asks for a person whose burden row is not fresh;
- cutroom priority needs an edit lane and the row holds edit debt or source ambiguity;
- production triage has capacity but no claimant accounting;
- route asset custody asks for a proof object that the row marked captured, false-owner, or split.
Branch hooks
Select and seat
The player selects the matured row and spends the capacity or carrier to seat it now.
Expected result:
- row becomes
seatedormerged; - one immediate pressure improves;
- one current cost rises;
- future route effect records the scar.
Route to another surface
The player admits the row matters but sends it to a specialist surface.
Expected result:
- row becomes
routedorwatchlisted; - target surface and requirement are visible;
- current crisis gains delay, cost, or narrowed success.
Defer with collateral
The player delays the row but pays collateral.
Expected result:
- row becomes
deferred_with_collateral; - collateral is callable later;
- immediate pressure drops or stays contained;
- future route is costlier.
Split the row
The player accepts incompatible claimants.
Expected result:
- row becomes
split,public_only,lawful_only, orsponsor_only; - at least two claimants remain valid;
- later routes cannot pretend there was one clean owner.
Suppress or ignore
The player refuses to surface the row.
Expected result:
- row becomes
suppressedorbreached; - 休眠认领破口 fires or is recorded as default-ready;
- future route effect becomes hostile, captured, recovery-only, blocked, costlier, or contradiction-pending.
Non-goals
- Not a task list for workers.
- Not a hidden campaign clock.
- Not a fixed-turn callback card.
- Not a global debt meter.
- Not a place to dump every old row; only rows with future state relevance belong here.
- Not a clean archive of completed consequences; retired rows must keep scar, claimant, or route restriction if they mattered.