CheckInDecision
Interface: CheckInDecision
Defined in: src/core/checkin.ts:172
Properties
approved
readonlyapproved:boolean
Defined in: src/core/checkin.ts:174
True to run the tool, false to decline it.
at
readonlyat:number
Defined in: src/core/checkin.ts:180
When the decision was made (ms since epoch).
by
readonlyby:string
Defined in: src/core/checkin.ts:176
Who decided (an operator id, an email, a queue name — your call).
note?
readonlyoptionalnote?:string
Defined in: src/core/checkin.ts:178
Optional note. On decline it is surfaced to the model so it can adapt.
value?
readonlyoptionalvalue?:DecisionValue
Defined in: src/core/checkin.ts:187
What they chose, when the answer was a value and not just a yes.
Optional everywhere: a decision without one is byte-identical to every earlier release, and a screen that only approves or declines never sets it.
