core/ingest
2026-07-03 12:05:56 -07:00
..
__init__.py test: fix broken test baselines and formatting 2026-07-03 12:05:42 -07:00
gate.py fix: derive oov grounding from token content 2026-06-06 05:46:01 -07:00
README.md docs: add domain boundary READMEs for governance anchors 2026-07-03 12:05: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.