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(queue): widen rag-index fan-out to match the regate-sweep candidate set (#5686)
fanOutRagIndexJobs still filtered candidates to isRegistered repos unioned
with the LOOPOVER_REVIEW_REPOS allowlist, unlike fanOutAgentRegateSweepJobs
which unions ALL listRepositories(). An installed-but-never-registered,
non-allowlisted repo (the brokered self-host case) was never a fan-out
candidate, so a per-repo features.rag override could never resurface it —
the repo was still reviewed via the regate sweep, just without codebase-
context retrieval. Drop the isRegistered filter so the candidate set
matches the regate sweep exactly; convergedFeatureActive still gates the
actual indexing spend, so this only widens eligibility.
Closes#5024
0 commit comments