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 2fd12b124c - Show all commits
@@ -142,6 +142,7 @@ var TURNS = [
function buildDefaultFixture(idx) {
var d = TURNS[Math.min(idx, TURNS.length - 1)];
return {
success:true,
situationGraph: { centralStatement:"Complaints increased by 35% while production increased by 40%.", currentSummary:d.summary, nodes:d.nodes, edges:d.edges, activeUnknownNodeId:d.active, resolvedNodeIds:d.resolved },
selectedQuestion: d.question || null,
noQuestionReason: d.noQReason,