feat(ui): ship workflow visualization replay workspace

This commit is contained in:
master
2026-03-07 23:25:13 +02:00
parent e11c0a6b59
commit c568e09a1d
26 changed files with 2891 additions and 93 deletions

View File

@@ -10,6 +10,15 @@ Restore workflow graphing, time-travel, and replay as a run-detail capability un
This capability should help operators understand what happened in a release run, why a run failed or slowed, and how evidence or replay confirms the outcome.
## Shipped Outcome
- The canonical runtime workspace now ships under `/releases/runs/:runId/{summary|graph|timeline|critical-path|replay|evidence}`.
- `Releases > Activity` and release detail flows deep-link into the mounted run workspace instead of the dead prototype route family.
- `Evidence > Verify & Replay` can open the same run context, and replay controls can return operators into the canonical run workspace.
- Legacy `workflow-visualization/:runId/*` URLs now redirect into the canonical run workspace.
- Workflow editor preview reuse is bounded to graph preview mode and does not load runtime replay semantics.
- Verification evidence is captured in `docs/features/checked/web/workflow-visualization-replay-ui.md`.
## Why This Is The Right Shape
- The abandoned visualizer models runtime concepts such as graph state, auto-refresh, step detail, critical path, and time travel.