2026-06-16 01:52:27 +02:00
|
|
|
version: 1
|
2026-08-21 08:58:31 +02:00
|
|
|
updated: '2026-08-21'
|
2026-08-21 11:59:37 +02:00
|
|
|
domain: infotech
|
Extract binder package from citation-evidence (EBIND-WP-0001)
Extracts citation-evidence/src/binder/ into this repo as the standalone
@citation-evidence/evidence-binder package: headless binding service +
in-memory link repo, active-state machine, the SharedContracts §7
rect-registry contract (registry, change pumps, hooks, SVG overlay), and
the target-neutral reference FormRenderer.
- toolchain mirrors sibling extracted repos (pnpm/tsc/vitest/eslint);
imports rewritten from @shared/@engine aliases to the engine's
@citation-evidence/engine package specifiers
- dependency boundary (engine + anchor only; no source/work/umbrella)
enforced via eslint no-restricted-imports
- docs: extraction inventory + contract deltas, ADR-0001 (reference UI
kept as supported exports), refreshed README/SCOPE/INTENT, populated
capabilities index
- typecheck + lint green, 37 tests passing
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 01:36:33 +02:00
|
|
|
capabilities:
|
2026-08-21 08:58:31 +02:00
|
|
|
- id: capability.evidence.binding
|
|
|
|
|
name: Evidence-to-Target Binding
|
|
|
|
|
summary: >-
|
|
|
|
|
Links evidence items to structured targets with relation, status, and
|
|
|
|
|
confidence metadata, bidirectional queries, active-state coordination,
|
|
|
|
|
and canonical engine events.
|
|
|
|
|
vector: D3 / A2 / C3 / R3
|
|
|
|
|
domain: infotech
|
|
|
|
|
status: draft
|
|
|
|
|
owner: evidence-binder
|
|
|
|
|
path: registry/capabilities/capability.evidence.binding.md
|
|
|
|
|
tags: [evidence, binding, evidence-link, form-field, citation-evidence]
|
|
|
|
|
consumption_modes: [source module, React provider]
|
|
|
|
|
- id: capability.evidence.rect-registry
|
|
|
|
|
name: Visual-Guide Rect Registry
|
|
|
|
|
summary: >-
|
|
|
|
|
Coordinates field, evidence-card, and highlight rectangles from
|
|
|
|
|
independent renderers so an SVG overlay can draw the active visual guide
|
|
|
|
|
without polling.
|
|
|
|
|
vector: D3 / A2 / C3 / R3
|
|
|
|
|
domain: infotech
|
|
|
|
|
status: draft
|
|
|
|
|
owner: evidence-binder
|
|
|
|
|
path: registry/capabilities/capability.evidence.rect-registry.md
|
|
|
|
|
tags: [rect-registry, visual-guide, overlay, active-state, citation-evidence]
|
|
|
|
|
consumption_modes: [source module, React component]
|