Connect evidence items to structured targets such as form fields, claims, requirements.
Find a file
custodian-sync 87d4eb3006
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
chore(consistency): sync task status from DB [auto]
Updated by fix-consistency on 2026-07-08:
  - update .custodian-brief.md for evidence-binder
2026-07-08 20:24:11 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 5) 2026-07-08 19:51:22 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow (enablement template) 2026-07-08 12:31:21 +02:00
registry Add registry/NO_CAPABILITIES.md (reuse-surface REUSE-WP-0017-T03) 2026-07-06 18:50:37 +02:00
workplans docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 5) 2026-07-08 19:51:22 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-08 20:24:11 +02:00
.gitignore Initial commit 2026-05-24 13:51:57 +00:00
.repo-classification.yaml Add .repo-classification.yaml (CUST-WP-0050 T11 agent first-pass) 2026-06-22 17:47:36 +02:00
AGENTS.md Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:20 +02:00
CLAUDE.md Normalize agent instructions and workplan frontmatter (STATE-WP-0067) 2026-06-22 23:16:24 +02: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
SCOPE.md Normalize agent instructions and workplan frontmatter (STATE-WP-0067) 2026-06-22 23:16:24 +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).