assembly of ingest pipeline

This commit is contained in:
2026-05-25 01:37:56 -06:00
parent d15e09504a
commit fe93d2c8b4
6 changed files with 413 additions and 12 deletions
@@ -6,6 +6,12 @@ _Avoid_: import step, parse pass
**Run Identity**: the deterministic identity for one ingest run, derived from the upstream snapshot identity rather than manually assigned.
_Avoid_: ad hoc run id, operator-chosen id
**Trusted Bundle Location**: a bundle location that has been parsed and accepted for ingest use.
_Avoid_: raw bundle path, unchecked file location
**Verified Previous Run Manifest**: a prior run manifest that has passed schema and integrity checks before being used for continuity hints.
_Avoid_: trusted old manifest, reused manifest blob
**Segment Record**: one deterministic ingest-level code unit produced from any AST slice boundary that can be proven stably.
_Avoid_: chunk, guessed module