chore(import): stop tracking real family PII canonical artifacts
The four files in tools/import-normalizer/out/ contain real names, addresses, and attribution prose for ~163 living/deceased family members and were committed by mistake. They are now removed from the index (kept on disk for local development) and gitignored. The canonical artifacts are produced locally from the Python normalizer and synced into IMPORT_HOST_DIR out-of-band alongside the PDFs. The contract between normalizer and importer is the header schema, not the file contents — CanonicalSheetReader fails closed on a missing header, which is what locks the contract. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
4
tools/import-normalizer/.gitignore
vendored
4
tools/import-normalizer/.gitignore
vendored
@@ -1,7 +1,5 @@
|
||||
.venv/
|
||||
out/*
|
||||
!out/canonical-persons-tree.json
|
||||
!out/*.xlsx
|
||||
out/
|
||||
review/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user