"""Shared OKF (Open Knowledge Format) ingestion library. Three entry doors: spec-based ingestion (manifest -> connector -> deterministic materialization -> index), a bundle inbox converting common file types to OKF concepts, and import of external OKF bundles. Security is delegated to llm-ingestion-guard at every persist gate. Pre-implementation: no pipeline code yet. See README.md and CLAUDE.md for scope and boundaries. """ __version__ = "0.1.0"