Expand description
Event-driven liveness: has a triggering change landed since a check last ran?
Impure (shells git), mirroring staleness.rs. The verdict engine stays pure — this
produces a bool the caller passes into verdict_for.
Functions§
- changed_
since - True if any commit reachable from HEAD and NEWER than
since_committouches one ofpaths(atriggered_byset).Noneif git fails orsince_commitis unknown — in which case event-driven staleness is simply NOT evaluated (never a false not-green).