The LivePipelineDetail component renders: (1) connection status badge, (2) pipeline overview card, (3) pending approval gates, (4) Agent Activity Feed (log stream), (5) Agent Jobs summary, (6) resolved approval gates. The Activity Feed and Agent Jobs are separate cards that cover similar information. The connection status badge is visually isolated at the top with no context.
Category: layout File: src/components/live-pipeline-detail.tsx Recommendation: Merge the connection status indicator into the pipeline overview card header alongside the status badge. Reorder sections: (1) Pipeline Overview Card with integrated connection/status, (2) Pending Approvals (if any — high priority), (3) Agent Jobs (the visual summary is more scannable), (4) Activity Feed (as secondary/detailed expandable). Consider making the Activity Feed collapsible by default on completed pipelines.