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
Balance routing prompt — prefer precision over recall
The old prompt told the LLM to over-include ("when in doubt, include it").
This led to aggressive suggestions where tangentially related docs and
skills were injected constantly.
New rules: match against read_when hints, prefer fewer high-relevance
items, leave it out when in doubt. Empty results are explicitly noted
as valid and common.
0 commit comments