core/core_ingest
2026-07-03 12:05:56 -07:00
..
__init__.py feat(core_ingest): IngestPipeline, manifold integration, full test suite 2026-05-13 12:07:12 -07:00
compiler.py Implement core physics and pack validation 2026-05-14 12:35:19 -07:00
manifold.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00
pipeline.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00
pressure.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00
README.md docs: add domain boundary READMEs for governance anchors 2026-07-03 12:05:56 -07:00
segmenter.py feat: scaffold core_ingest/ governance layer (ADR-0012) 2026-05-13 11:35:00 -07:00
types.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00

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_ingest prepares and validates candidate pressure.
  • ingest/gate.py injects runtime field state into the versor manifold.
  • durable mutation still belongs to the reviewed teaching path.