Rulvar API reference / @rulvar/core / ToolCalibrationRow
Interface: ToolCalibrationRow
Defined in: packages/core/src/stores/tool-calibration.ts:28
One dispatch carrying BOTH sides of the calibration pair (RV3003).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
agentType? | string | The profile the dispatch ran under, when the terminal recorded it. | packages/core/src/stores/tool-calibration.ts:34 |
callsPerEntry? | number | toolCallsUsed / recordedEntries; absent when recordedEntries is 0. | packages/core/src/stores/tool-calibration.ts:44 |
handle | number | The dispatch seq (the terminal's ref): the child's handle. | packages/core/src/stores/tool-calibration.ts:32 |
minEntries | number | The declared floor the verdict was judged against. | packages/core/src/stores/tool-calibration.ts:40 |
recordedEntries | number | Successful record_evidence executions the RV806 verdict counted. | packages/core/src/stores/tool-calibration.ts:38 |
scope | string | The scope the dispatch journaled under. | packages/core/src/stores/tool-calibration.ts:30 |
status | string | The journaled terminal status. | packages/core/src/stores/tool-calibration.ts:36 |
toolCallsUsed | number | Executed tool calls the RV3002 terminal subset journaled. | packages/core/src/stores/tool-calibration.ts:42 |