Minimum full-text follow-up count enforced for long-horizon batches (e.g. year-ahead / cycle-style runs with --limit >= 30).
Kept separate from MAX_ENRICHMENT_PER_TYPE so the per-type default for normal downloadAllDocuments() callers stays at the historic value of 5, while resolveAutoFullTextTopN(...) can raise the floor only when the long-horizon resolver explicitly asks for it.
Minimum full-text follow-up count enforced for long-horizon batches (e.g. year-ahead / cycle-style runs with
--limit >= 30).Kept separate from
MAX_ENRICHMENT_PER_TYPEso the per-type default for normaldownloadAllDocuments()callers stays at the historic value of 5, whileresolveAutoFullTextTopN(...)can raise the floor only when the long-horizon resolver explicitly asks for it.