- •
ConductorTopBar — stats header strip
- •
NowPlayingStrip — phase progress (plan → report)
- •
MissionCanvas — static DAG SVG (flow / org views)
- •
WorkerLanes — per-worker progress bars
- •
MissionRail — right sidebar, mission list + filters
- •
MissionDetailDrawer — slide-in mission detail
- •
LaunchWizard — modal for new mission creation
- •
GET /api/conductor/missions — mission list
- •
GET /api/conductor/mission/$id — mission detail
- •
POST /api/conductor/missions/$id/abort — abort mission
- •
GET /api/conductor/state — top bar stats
- •
GET /api/conductor/workers — worker lane data
- • No capability gate — page always renders
- •
useConductorUIStore — focused mission, filter, canvas view
- •
useConductorMissions() — polls missions endpoint
- •
useConductorState() — polls state endpoint for top bar
- •
useWorkflowDefinitions() — workflow picker source
- • DAG is static reference illustration (live coming later)