Specialises the Wizard's right-pane preview by phase: graph-style flow chain in Analyze onward, disabled form preview in Generate onward, rules list in Validate onward. Draft saved shows all three. EA2 write contract unchanged. 31/31 vitest pass.
Specialises the Wizard's right-pane preview by phase: graph-style flow chain in Analyze onward, disabled form preview in Generate onward, rules list in Validate onward. Draft saved shows all three. EA2 write contract unchanged. 31/31 vitest pass.
The Wizard already has the progress stepper with checkmarks, the
preview pane, and the review summary card before Publish. The
remaining gap from the UX overhaul was that the preview pane showed
the same flat list regardless of phase. Specialise it:
- Analyze + onward: graph-style vertical chain with dispatch-kind
bubbles (manual / assistant / system) and connector edges, so the
operator sees the flow as a graph not a list.
- Generate + onward: form preview that renders disabled input/select
controls for each named field, so the operator sees what end users
will fill in.
- Validate + onward: rules list (unchanged).
- Draft saved: all three render together so the review card has the
full picture beside it.
EA2 write contract is unchanged — createDraft / applyBatch /
publishFlow still fire at every phase transition. 31/31 vitest pass.
shad
merged commit f739eedb47 into main2026-06-15 00:18:25 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Specialises the Wizard's right-pane preview by phase: graph-style flow chain in Analyze onward, disabled form preview in Generate onward, rules list in Validate onward. Draft saved shows all three. EA2 write contract unchanged. 31/31 vitest pass.