checkpoint: preserve reflection and response-contract work

This commit is contained in:
2026-08-21 14:29:39 +01:00
parent c9335cf850
commit 41afd9b49f
5 changed files with 218 additions and 312 deletions
+1
View File
@@ -484,6 +484,7 @@ export function buildScenarioFixture(scenarioName, turnIdx) {
var t = s.turns[Math.min(turnIdx, s.turns.length - 1)];
return {
success: true,
summary: t.summary || null,
situationGraph: {
centralStatement: t.centralStatement,
currentSummary: t.summary,