| startup_hydrated_position_queues_work_before_service_ready | REST-hydrated open positions queue work before service readiness. | Hydration marks affected scopes dirty and a reconciliation pass runs before service_ready. |
| private_event_marks_dirty_and_schedules_reconcile | Private event ingestion leads to scoped workflow scheduling. | The event applies to accountstate, marks the precise or bounded scope dirty, and schedules reconciliation. |
| private_event_burst_debounces_until_quiet_window | Accountstate ingestion is immediate while workflow execution waits for the burst to quiet. | Multiple related events produce one reconcile after quietWindowMs, bounded by maxDelayMs. |
| opaque_custom_id_registry_routes_exchange_echoes | Exchange-visible custom IDs are lookup keys into one order-context store. | Private order echoes map to slot, scope, role, and pending action through the registry without parsing the ID string. |
| pending_confirmation_does_not_unlock_dependent_phase | Accepted mutation responses are provisional and cannot unlock dependent phases. | Dependent phases wait for trusted private stream state or scoped recovery hydration. |