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

readonly approved: boolean

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

True to run the tool, false to decline it.


at

readonly at: number

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

When the decision was made (ms since epoch).


by

readonly by: string

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

Who decided (an operator id, an email, a queue name — your call).


note?

readonly optional note?: string

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

Optional note. On decline it is surfaced to the model so it can adapt.

On this page