Connect evidence items to structured targets such as form fields, claims, requirements.
Find a file
tegwick 441ebb87bb chore(ADR-001): add INTENT placeholder workplan for umbrella-first MVP
Add EBIND-WP-0001-intent-placeholder.md so consistency sweeps pass C-01 while this repo remains
INTENT-only. Implementation stays in citation-evidence until extraction.
Hub workstream id is written in frontmatter from fix-consistency.
2026-06-22 01:30:19 +02:00
registry Add capability registry scaffold (REUSE-WP-0014-T04 B02) 2026-06-16 01:52:27 +02:00
workplans chore(ADR-001): add INTENT placeholder workplan for umbrella-first MVP 2026-06-22 01:30:19 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-06-22 01:15:00 +02:00
.gitignore Initial commit 2026-05-24 13:51:57 +00:00
INTENT.md Add MVP Coordination section: code lives in citation-evidence umbrella during MVP 2026-05-24 16:51:11 +02:00
LICENSE Initial commit 2026-05-24 13:51:57 +00:00
README.md Point README at citation-evidence umbrella during MVP phase 2026-05-25 00:13:14 +02:00

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 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, 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).