You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace priority-based search ranking with boost-based interleaving
Old ranking used hard source priority (all memories before all facts
before all messages), so message hits could never appear when 10+
memories existed. New ranking uses score * source_boost (memory=1.3,
fact=1.15, message=1.0) so strong message matches can beat weak
memory matches while still favoring higher-signal sources.
0 commit comments