Interfaces

CheckInEvidence

Interface: CheckInEvidence

Defined in: src/core/checkin.ts:68

The evidence pack — the "receipts". The 'minimal' assembler fills only willDo (zero cost); the 'standard' assembler fills all four.

Properties

drivers?

readonly optional drivers?: readonly CheckInDriver[]

Defined in: src/core/checkin.ts:79

Which context drove THIS choice, ranked most-to-least. Produced by the configured CheckInScorer (default: a zero-LLM lexical scorer). Absent under the 'minimal' assembler.


read?

readonly optional read?: readonly CheckInContextFrame[]

Defined in: src/core/checkin.ts:75

What context this run consumed so far — one frame per context piece (system rules, the user task, prior tool results). Absent under the 'minimal' assembler.


trail?

readonly optional trail?: CheckInTrail

Defined in: src/core/checkin.ts:81

A compact grouped summary of the run so far. Absent under 'minimal'.


willDo

readonly willDo: string

Defined in: src/core/checkin.ts:71

Plain-words claim of what will happen: the tool description + the rendered arguments. Always present.

On this page