Ingestion Pipeline
Pipeline sequence for each new source document:
- New source file is placed in
../current-documentsor../input-documents. - Manifest metadata is updated in
ingestion/manifests/current-mvp.json(or a new snapshot manifest). npm run import:documentsextracts markdown from the canonical source format.- Normalization applies clause anchors and removes register export artifacts.
- Full text and section pages are generated in
src/content/docs/.... - Original files and markdown exports are mirrored to
public/downloads/.... - Link suggestion files are generated for human review before publication.
- Human review confirms legal interpretation and cross-links.
Human review is mandatory
Section titled “Human review is mandatory”The import pipeline is an acceleration layer. It does not replace legal review.