Skip to content

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.

Session

GitState | undefined

(id) => boolean

Record<string, boolean>

number

boolean