From 58e77065b8dc368c076be11d094cd2e44ff28eea Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 24 May 2026 16:51:09 +0200 Subject: [PATCH] Add MVP Coordination section: code lives in citation-evidence umbrella during MVP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documents the umbrella-first MVP decision (2026-05-24). This repo remains INTENT-only until the review workspace UX stabilizes through real product use. Reconciles the original evidence-state vocabulary: strong-support / weak-support / contradicts now live on EvidenceLink.relation per umbrella SharedContracts §2.5. Reaffirms: work depends on engine + anchor + source, not on binder — review workspace must function without form binding. Co-Authored-By: Claude Opus 4.7 --- INTENT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/INTENT.md b/INTENT.md index a6a87b3..b5d627b 100644 --- a/INTENT.md +++ b/INTENT.md @@ -394,6 +394,36 @@ This repository should be: --- +## MVP Coordination — Code Lives Upstream + +During the umbrella-first MVP phase (decided 2026-05-24), **the source code +for this subsystem does not live in this repository yet**. It lives in the +umbrella repo at `citation-evidence/src/work/`. + +This INTENT.md documents the *intended* responsibilities and boundaries. +When the review workspace UX has stabilized through actual MVP use, the +corresponding code extracts into this repository. + +**Shared contracts** (Document.reviewStatus enum, EvidenceItem.status enum, +viewer adapter contract, allowed dependency edges) are maintained in the +umbrella repo: + +* `citation-evidence/wiki/SharedContracts.md` +* `citation-evidence/wiki/DependencyMap.md` +* `citation-evidence/docs/decisions/` (ADRs) + +This subsystem's eventual code must not contradict those documents. The +extra evidence states (`strong-support`, `weak-support`, `contradicts`) +mentioned in the original INTENT now live on `EvidenceLink.relation`, not on +the item itself — see `SharedContracts.md` §2.5. + +Under the dependency map, **`citation-work` may depend on `citation-engine`, +`evidence-anchor`, and `evidence-source`** — but NOT on `evidence-binder`. +The review workspace must function without form-binding logic. A separate +"evidence-backed form" application composes `citation-work` + `evidence-binder`. + +--- + ## Guiding Statement **citation-work exists to turn document review into reusable evidence capture.**