assembly of ingest pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user