diff --git a/components/investigation-map.jsx b/components/investigation-map.jsx index 213c49d..e220a83 100644 --- a/components/investigation-map.jsx +++ b/components/investigation-map.jsx @@ -84,10 +84,10 @@ export default function InvestigationMap({ turnCount = 0 }) { return (

- Investigation Map Preview + Investigation Map

- This preview shows where a future reasoning map may appear. Its final shape will emerge from the reasoning engine. + Active investigation topics and their status.

diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index 8021ccd..3e83656 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -669,72 +669,100 @@ export default function ReasoningWorkspace({ {/* Post-update acknowledgement — only after success, never during loading */} {updateStatus === "success" && !isUpdating && } - {/* ── Active workspace (left) + Working memory (right) ─────── */} -
- {/* Left column — active workspace */} -
- {/* ── Local update loading (always visible when updating) ─ */} - {isUpdating && ( - - )} + {/* ══════════════════════════════════════════════════════════ + FACILITATED INVESTIGATION WORKSPACE — PHASE 4 EXPLORATION + ══════════════════════════════════════════════════════════ - {/* ── Response form — hidden during update loading ─ */} - {!isUpdating && canAnswer && ( -
-
- -