classifyAttention
classifyAttention(
session,caches,now?):object
Defined in: src/rundown-core.ts:120
Classify a single session’s attention demand into a tier + its raw signal codes.
Pure: every input is already-derived state, no I/O. A session may carry multiple
signals; its tier is the most urgent (lowest) of them. Returns tier: null when the
session bears no attention signal at all (filtered out of fingerprints/assembly).
Parameters
Section titled “Parameters”session
Section titled “session”caches
Section titled “caches”number = ...
Returns
Section titled “Returns”object
signals
Section titled “signals”signals:
SignalCode[]
tier:
AttentionTier|null