2026-05-25 00:13:12 +02:00
|
|
|
# evidence-source
|
2026-05-24 13:49:33 +00:00
|
|
|
|
2026-05-25 00:13:12 +02:00
|
|
|
Document source, ingestion, extraction, metadata, and citation recovery —
|
|
|
|
|
PDF/HTML/MD ingest, fingerprinting, page-/offset-map construction,
|
|
|
|
|
canonical-text extraction, and the recovery behavior for stale selectors.
|
|
|
|
|
|
|
|
|
|
## MVP status: INTENT only
|
|
|
|
|
|
|
|
|
|
During the citation-evidence MVP, code lives upstream in
|
|
|
|
|
[`citation-evidence`](../citation-evidence/) under `src/source/`. This repo
|
|
|
|
|
currently holds `INTENT.md` describing what will move here. Contract
|
|
|
|
|
changes belong in
|
|
|
|
|
[`citation-evidence/wiki/SharedContracts.md`](../citation-evidence/wiki/SharedContracts.md),
|
|
|
|
|
not here.
|
|
|
|
|
|
|
|
|
|
Per the dependency map, source depends on `shared/` and `engine/` only.
|