Interfaces
CheckInDecision
Interface: CheckInDecision
Defined in: src/core/checkin.ts:122
The human's answer to a check-in — the record that lands. Produced by
checkInApproved / checkInDeclined and passed to
agent.resume(checkpoint, decision). JSON/clone-safe.
Properties
approved
readonlyapproved:boolean
Defined in: src/core/checkin.ts:124
True to run the tool, false to decline it.
at
readonlyat:number
Defined in: src/core/checkin.ts:130
When the decision was made (ms since epoch).
by
readonlyby:string
Defined in: src/core/checkin.ts:126
Who decided (an operator id, an email, a queue name — your call).
note?
readonlyoptionalnote?:string
Defined in: src/core/checkin.ts:128
Optional note. On decline it is surfaced to the model so it can adapt.
