Show the process map where workflows are actually selected
The blueprint overview was only on the workflow detail page
(/workflows/{type}/{id}), but clicking a workflow in the list calls
setSelected(wf), which opens UseWorkflowModal - whose preview pane showed
the raw prompt markdown or a bare column list. That preview is what you
see on selecting a workflow, so the process map never appeared in the
normal flow.
- WorkflowBlueprintPreview: compact blueprint view for the picker's
preview column - summary, process map, silent-failure hotspots and a
step accordion with objective, inputs, outputs, success criteria and
failure modes.
- WorkflowPickerContent: preview pane is now tabbed, Process first, with
the raw Instructions/Columns one click away. Keyed on workflow id so
switching selections remounts cleanly.
- WorkflowProcessMap: `compact` prop (narrower cards, tighter gaps) so
the map fits the modal's preview column without horizontal scrolling.
| Repository | pdombkins/rose_lawyer |
|---|---|
| Author | Peter Dombkins <pdombkins@gmail.com> |
| Authored | |
| Parents | 2021ca0d |
| Stats | 3 files changed , +334 , -3 |
| Part of | Workflow transparency: process map, pre-flight gate, senior-partner review |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-f2bf415c.md
from inside the repo you want the change in.