diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index 4413c25..bb1c708 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -656,108 +656,85 @@ export default function ReasoningWorkspace({ ) : ( <> - {/* ═══════════════ ZONE 1 — Active work ═══════════════ */} -
+ {/* ═══════════════ CONVERSATION — vertical flow ═══════════════ */} + + {hasSelectedQuestion && ( +
+ + {/* Current Investigation — primary focus, full width */} + + + {/* Post-update acknowledgement */} + {updateStatus === "success" && !isUpdating && } + + {/* Response — directly beneath the question */} + {!isUpdating && canAnswer && ( +
+
+ +