Add MVP Coordination section: code lives in citation-evidence umbrella during MVP

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 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 16:51:09 +02:00
parent 067e3e51a7
commit 58e77065b8

View File

@@ -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.**