diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index c8aae00..7a12819 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -479,13 +479,7 @@ export default function ReasoningWorkspace({ {/* ── 2. Post-update acknowledgement ─────────────── */} {updateStatus === "success" && canAnswer && } - {/* ── 3. Current understanding ───────────────────── */} - {canAnswer && graph && } - - {/* ── 4. Investigation history ───────────────────── */} - - - {/* ── 5. Response form (immediately after Current investigation) ─ */} + {/* ── 3. Response form ───────────────────────────── */} {canAnswer && (
@@ -517,6 +511,12 @@ export default function ReasoningWorkspace({ )} + {/* ── 4. Current understanding ───────────────────── */} + {canAnswer && graph && } + + {/* ── 5. Investigation history ───────────────────── */} + + {/* ── 6. Original situation (collapsed by default) ─ */}