* 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
665 B
665 B
Core Ingest
core_ingest/ converts external source material into typed candidate pressure:
content-addressed packets with provenance, modality, determinism class, review
level, and semantic keys.
Its durable path runs the three-gate IngestCompiler and can export
LearningArtifact objects. Its read-only CLI surface (core ingest compile) is
for inspection and does not write vault entries, mutate packs, ratify learning,
or call ingest/gate.py.
Boundary:
core_ingestprepares and validates candidate pressure.ingest/gate.pyinjects runtime field state into the versor manifold.- durable mutation still belongs to the reviewed teaching path.