/**
 * News Scout Pipeline — Orchestrator
 *
 * Runs all phases sequentially:
 *   RSS → Google News → Reddit → Twitter → Score → Curate → Graphics
 * Each phase in try/catch so failures don't kill other results.
 * Bulk upserts candidates into rm_news_links via ON CONFLICT (guid) DO UPDATE.
 *
 * Usage: npx tsx src/workers/news-scouts/index.ts
 */
import 'dotenv/config';
//# sourceMappingURL=index.d.ts.map