From c3b602ffed217e7601b3d1970f1927964210e0b0 Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 25 May 2026 00:13:14 +0200 Subject: [PATCH] Point README at citation-evidence umbrella during MVP phase Code lives upstream in citation-evidence/src/binder/ during the MVP. README documents that, flags the rect-registry contract as a SharedContracts.md responsibility, and notes work/ may not import binder. Co-Authored-By: Claude Opus 4.7 --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01537d1..b2cfc61 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -Connect evidence items to structured targets such as form fields, claims, requirements. +# evidence-binder + +Connect evidence items to structured targets — form fields, claims, +requirements — and render the visual guide that ties a target, its evidence +card, and the source highlight together in the workspace UI. + +## MVP status: INTENT only + +During the citation-evidence MVP, code lives upstream in +[`citation-evidence`](../citation-evidence/) under `src/binder/`. This repo +currently holds `INTENT.md` describing what will move here. Contract +changes — including the rect-registry contract that the visual guide +depends on — belong in +[`citation-evidence/wiki/SharedContracts.md`](../citation-evidence/wiki/SharedContracts.md), +not here. + +Per the dependency map, binder depends on `shared/`, `engine/`, and +`anchor/`. It must not be imported by `work/` (the UI talks to binder via +the active-state context, not by direct import).