* docs: consolidate governance anchors and clean up test registries * refactor(cli): decompose cli into dedicated modules * test: fix broken test baselines and formatting * docs: add domain boundary READMEs for governance anchors * test: update baseline for determination lane * test: fix capability_pass expectation * test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement * chore: cleanup CLI extraction and unreachable code
12 lines
525 B
Markdown
12 lines
525 B
Markdown
# 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.
|