pub fn is_current_query(query: &str) -> boolExpand description
True when the query asks for the current/latest value of something, e.g. “What’s my current favorite coffee?”.
Only such queries trigger post-retrieval temporal resolution
(EpisodicStore::resolve_current); all other queries take the
deterministic score order unchanged.