You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2362,7 +2363,7 @@ function classifyExistingFile(command, sourceRel, targetRel, sourceAbs, targetAb
2362
2363
return{ ...base,action: "conflict",reason: "SESSION_LOG.md lacks a unique trusted entry-template boundary; migration stopped without replacing trace history"};
2363
2364
}
2364
2365
if(migratedLog!==targetText){
2365
-
return{ ...base,action: "merge",reason: "update only the log preamble/template and remove Kit-shaped full prompt copies while preserving trace entries",mergedText: migratedLog};
2366
+
return{ ...base,action: "merge",reason: "update only the trusted current log preamble/template while preserving every historical trace entry",mergedText: migratedLog};
0 commit comments