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?
readonlyoptionaldrivers?: readonlyCheckInDriver[]
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?
readonlyoptionalread?: readonlyCheckInContextFrame[]
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?
readonlyoptionaltrail?:CheckInTrail
Defined in: src/core/checkin.ts:81
A compact grouped summary of the run so far. Absent under 'minimal'.
willDo
readonlywillDo:string
Defined in: src/core/checkin.ts:71
Plain-words claim of what will happen: the tool description + the rendered arguments. Always present.
