spb/cancerindex
Public
TypeScript 97.2%
SQL 1.5%
CSS 0.6%
JavaScript 0.5%
1import type { ConnectorManifest } from './sdk/manifest.js';23/**4 * Sources that are registered (visible on /sources with their compliance status) but have no5 * ingesting connector yet — either because license review is pending (CLAUDE.md §10.4, §142) or6 * because credentials are required. Nothing here ingests data.7 *8 * 2026-09-08: the former `iarc-globocan` and `seer` placeholders became real (gated) connectors in9 * connectors/iarc-globocan and connectors/seer; their compliance status now lives in those manifests.10 */11export const PLANNED_MANIFESTS: ConnectorManifest[] = [];12