Fallback retry-queue enrolment for the default (non-top-N) flow: downloadAllDocuments() already attempts limited full-text enrichment (MAX_ENRICHMENT_PER_TYPE) and can set mcpCoverageState: 'not_indexed', but those documents are not represented in fullTextOutcomes. Without this loop, same-day not-yet-indexed documents are silently dropped from the deferred retry queue instead of being scheduled for a later run.
Fallback retry-queue enrolment for the default (non-top-N) flow:
downloadAllDocuments()already attempts limited full-text enrichment (MAX_ENRICHMENT_PER_TYPE) and can setmcpCoverageState: 'not_indexed', but those documents are not represented infullTextOutcomes. Without this loop, same-day not-yet-indexed documents are silently dropped from the deferred retry queue instead of being scheduled for a later run.