isReadyForNotify
isReadyForNotify(
s,git,isReviewing,workingBlocked,now):boolean
Defined in: src/ready-stage.ts:95
Ready-for-notify predicate. Equivalent to the UI’s shownSessions(filter=“ready”) filter:
displayStatus !== “running” && !isReviewing(s.id) && stage ∉ NOT_NOTIFY.
Intentional delta vs the UI’s NOT_YOUR_TURN: also excludes merged.
Parameters
Section titled “Parameters”GitState | undefined
isReviewing
Section titled “isReviewing”(id) => boolean
workingBlocked
Section titled “workingBlocked”Record<string, boolean>
number
Returns
Section titled “Returns”boolean