refactor(confidence-engine): expose canonical graph replacement seam

This commit is contained in:
2026-09-01 15:15:55 +01:00
parent 9da0928453
commit a23da2b727
3 changed files with 37 additions and 0 deletions
+2
View File
@@ -1316,6 +1316,8 @@ export default function ReasoningWorkspace({
onUpdateFindingProposition,
/* ── v0.49 — done-for-now promotion callback ───────── */
onSummaryUpdate,
/* ── canonical graph-replacement seam (future Re-open) ── */
onSituationGraphChange,
}) {
const [investigationHistory, setInvestigationHistory] = useState([]);
const turnCounter = useRef(0);