Feature/product platform foundation v0.62 #1

Merged
robbond merged 683 commits from feature/product-platform-foundation-v0.62 into feature/emergent-unknowns-v0.5 2026-09-09 07:58:20 +01:00
Showing only changes of commit c40d8c6d49 - Show all commits
@@ -61,7 +61,7 @@ async function runLiveExperiment({ graph, previousQuestion, answer }) {
}
const { updateCase } = await import(
"../lib/graph/orchestrator.js"
"../../lib/graph/orchestrator.js"
);
const result = await updateCase({ situationGraph: graph, previousQuestion, answer });