From 742bd09ddcdbee2279305c3892242b1eae41a42b Mon Sep 17 00:00:00 2001 From: robbond Date: Wed, 5 Aug 2026 12:03:08 +0100 Subject: [PATCH] experiment: separate conversation from workspace --- components/reasoning-workspace.jsx | 153 ++++++++++++----------------- docs/design-evolution-log.md | 75 +++++++++++++- 2 files changed, 135 insertions(+), 93 deletions(-) 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 && ( +
+
+ +