Repair capability federation index
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-08-21 08:58:31 +02:00
parent f7dc9ee24b
commit e462775bae
7 changed files with 487 additions and 17 deletions

View file

@ -1,18 +1,30 @@
version: 1
updated: '2026-07-08'
updated: '2026-08-21'
domain: helix_forge
capabilities:
- type: library
title: Evidence-to-target binding
description: >-
Links evidence items to structured targets (form fields, claims,
requirements) with relation/status/confidence and two query directions,
emitting canonical engine bus events.
keywords: [evidence, binding, evidence-link, form-field, citation-evidence]
- type: library
title: Visual-guide rect registry
description: >-
The SharedContracts §7 rect-registry contract — independent renderers
publish field/evidence-card/highlight rects into one registry; an SVG
overlay draws the active-triple guide without polling.
keywords: [rect-registry, visual-guide, overlay, active-state, citation-evidence]
- 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]