From d37f22ac18e954ace5c19af5f3870cdf0775a957 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 25 May 2026 00:13:12 +0200 Subject: [PATCH] Point README at citation-evidence umbrella during MVP phase Code lives upstream in citation-evidence/src/source/ during the MVP. README documents that and points at SharedContracts.md for ingest, fingerprint, and recovery contract changes. Co-Authored-By: Claude Opus 4.7 --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd7b8f..6860e3d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# repo-seed +# evidence-source -A git repository template to bootstrap coulomb projects from. \ No newline at end of file +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.