SPB Git forge

spb/cancerindex

Public
37commits 1branches 0releases
2.9 MBsize
maindefault branch
10 days agolast push
TypeScript 97.2% SQL 1.5% CSS 0.6% JavaScript 0.5%
592 B · 12 lines typescript
Raw Blame History
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