core/ingest
2026-07-04 15:11:28 -07:00
..
__init__.py chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
gate.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
README.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00

Runtime Ingest Gate

ingest/ owns the runtime injection boundary: raw token/state material enters the versor manifold through ingest/gate.py.

This is an allowed normalization boundary. inject() calls algebra.versor.normalize_to_versor() once at construction time and returns a FieldState satisfying the field invariant.

It is not the durable learning compiler. Candidate learning material should be prepared by core_ingest and reviewed through the teaching/governance path before it becomes durable standing.