* 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
9 lines
265 B
Python
9 lines
265 B
Python
"""Runtime injection gate for raw field construction.
|
|
|
|
See ``ingest/README.md`` for the boundary between runtime injection,
|
|
``core_ingest`` candidate-pressure validation, and reviewed teaching mutation.
|
|
"""
|
|
|
|
from .gate import inject as inject
|
|
|
|
__all__ = ["inject"]
|