From 9e4e56704ede00b8a44dd95f3ddc28249cff8242 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 25 May 2026 00:13:10 +0200 Subject: [PATCH] Point README at citation-evidence umbrella during MVP phase Code lives upstream in citation-evidence/src/anchor/ during the MVP. README documents that, points at SharedContracts.md for the viewer adapter contract, and notes anchor's dependency-map constraints (imports shared/engine only). Co-Authored-By: Claude Opus 4.7 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 444ff87..c298f8e 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -Evidence anchoring, selector, resolution for citations. +# evidence-anchor + +Selector creation, resolution, and the `DocumentViewerAdapter` contract that +every document viewer in the workspace implements. + +## MVP status: INTENT only + +During the citation-evidence MVP, code lives upstream in +[`citation-evidence`](../citation-evidence/) under `src/anchor/`. 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, anchor depends on `shared/` and `engine/` only; +nothing in `binder/`, `source/`, or `work/` may flow back into it.