feat(FN-3084): add active node visual states to dependency graph

The merge adds active graph node visual states (highlight, pulsing indicator, selected border) to the dependency-graph plugin with corresponding test coverage, introduces a plugin AI security scan gate and GraphTaskNode wrapper per FN-3426, and includes a small test stabilization fix alongside docum

Fusion-Task-Id: FN-3084
This commit is contained in:
Fusion
2026-05-07 03:01:20 -07:00
committed by gsxdsm
parent 16d3f18d8d
commit 89719e892d
7 changed files with 313 additions and 11 deletions

View File

@@ -56,6 +56,7 @@ Behavior:
- Renders directed bezier dependency edges (dependent → dependency) with arrowheads
- Supports pan/zoom and fit-to-graph controls via floating toolbar actions
- Dependency graph nodes reuse the same `TaskCard` UI as board/list views, so status badges, progress/steps, mission badges, retry/archive controls, and active-task glow stay visually consistent
- Active graph nodes also add a dedicated top status indicator bar and current-step row highlighting so in-progress execution state stays visible even when zoomed out
## Chat View