import type { ConnectorManifest } from './sdk/manifest.js'; /** * Sources that are registered (visible on /sources with their compliance status) but have no * ingesting connector yet — either because license review is pending (CLAUDE.md §10.4, §142) or * because credentials are required. Nothing here ingests data. * * 2026-09-08: the former `iarc-globocan` and `seer` placeholders became real (gated) connectors in * connectors/iarc-globocan and connectors/seer; their compliance status now lives in those manifests. */ export const PLANNED_MANIFESTS: ConnectorManifest[] = [];