Dependency graph vizualization

This commit is contained in:
2026-05-03 12:52:51 +02:00
parent 60ebef0281
commit 8a5e38ce68
7 changed files with 543 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ Acceptance criteria:
```task
id: RREG-WP-0008-T05
status: todo
status: in_progress
priority: medium
state_hub_task_id: "02147d64-d339-40e2-b88d-406567bfa366"
```
@@ -129,6 +129,30 @@ Acceptance criteria:
abilities, and scope.
- Evidence remains the bridge between observed facts and interpreted claims.
## Interactive Dependency Graph Visualization
```task
id: RREG-WP-0008-T07
status: done
priority: medium
state_hub_task_id: "a1f57c22-017b-43ef-99b4-99c10a6bccd5"
```
Provide an interactive visualization of the dependency graph so users can inspect
fact-to-scope propagation paths, same-layer normalization signals, stale nodes,
and review recommendations.
Acceptance criteria:
- Users can pan, zoom, and select dependency graph nodes.
- Node styling distinguishes facts, evidence, features, capabilities, abilities,
and the root scope.
- Edge styling distinguishes dependency type, strength, and same-layer
normalization signals.
- Users can switch between full graph, impact-only, and selected-path views.
- The implementation framework choice is documented with tradeoffs before UI
implementation starts in
`docs/adr-dependency-graph-visualization-framework.md`.
## Documentation And Terminology
```task