Rulvar API reference / @rulvar/core / EffectReconciliationCompleteDecision
Interface: EffectReconciliationCompleteDecision
Defined in: packages/core/src/effects/types.ts:279
The post-restore gate release (RFC section 4.5, item 3): after a restoration epoch's reconciliation sweep completes, this decision re-enables attempt dispatch for that epoch. An epoch born from a restore (its recorded restoration generation differs from its predecessor's) refuses to open attempts until this row exists.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
decisionType | "effect_reconciliation_complete" | - | packages/core/src/effects/types.ts:280 |
epochRef | number | Seq of the effect_epoch this completion releases. | packages/core/src/effects/types.ts:283 |
opId | string | - | packages/core/src/effects/types.ts:281 |
swept | number | - | packages/core/src/effects/types.ts:284 |