Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / ResumeReport

Interface: ResumeReport

Defined in: packages/core/src/journal/matching.ts:74

Extended by

Properties

PropertyTypeDescriptionDefined in
hitsnumber-packages/core/src/journal/matching.ts:75
missesnumber-packages/core/src/journal/matching.ts:76
orphanednumber[]Effect roots that genuinely need recovery under the entry-type pairing rules: dangling dispatches (status 'running' with no terminal) and suspensions with no resolution, neither consumed by a live call nor covered by abandon. Complete operations are NEVER listed: settled roots, single-entry kinds (decisions, facts, plan and termination entries), and resolved suspensions are whole by construction. A call deleted from the code is silently skipped and never re-paid; it appears here only while its effect is dangling.packages/core/src/journal/matching.ts:89
rerunsnumber-packages/core/src/journal/matching.ts:78
skippednumber-packages/core/src/journal/matching.ts:77