latestMeaningfulSummary
latestMeaningfulSummary(
entries):string|null
Defined in: src/activity-signal.ts:32
Return the summary of the newest non-noise entry in entries (oldest→newest).
Falls back to the newest entry’s summary when all entries are noise.
Returns null for an empty list.
Parameters
Section titled “Parameters”entries
Section titled “entries”Returns
Section titled “Returns”string | null