Rulvar API reference / @rulvar/store-conformance / KillPointExpectation
Interface: KillPointExpectation
Defined in: packages/store-conformance/src/kill-points.ts:85
The pinned recovery semantics a scenario asserts.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
childCalls | number | Provider calls the child paid before dying. | packages/store-conformance/src/kill-points.ts:87 |
childToolExecutions | number | Tool executions the child performed before dying. | packages/store-conformance/src/kill-points.ts:89 |
limitTerminals | number | agent terminals with status limit in the final journal. | packages/store-conformance/src/kill-points.ts:95 |
resumeCalls | number | Provider calls the resume pays (the bracket's documented re-pay). | packages/store-conformance/src/kill-points.ts:91 |
resumeToolExecutions | number | Tool executions during the resume. | packages/store-conformance/src/kill-points.ts:93 |
value | unknown | The workflow value after recovery. | packages/store-conformance/src/kill-points.ts:97 |