Merge branch 'codex/work-folders-staging-hardening-refresh' into codex/work-folders-remote-recovery-refresh

* codex/work-folders-staging-hardening-refresh:
  Keep native session wiring checks compatible with timing instrumentation
This commit is contained in:
Dotta 2026-09-11 14:59:58 -05:00
commit 5268ecf85e
1 changed files with 2 additions and 2 deletions

View File

@ -415,9 +415,9 @@ it("wires exact-session recovery and guarded selected identity into heartbeat pe
new URL("../heartbeat.ts", import.meta.url),
"utf8",
);
expect(source).toContain("await findNativeSessionResumeRun(db,");
expect(source).toContain("findNativeSessionResumeRun(db,");
expect(source).toContain(
"await prepareNativeSessionBootstrapPersistence(tx,",
"prepareNativeSessionBootstrapPersistence(tx,",
);
expect(source).toContain("nativeSessionId: persistedNativeSessionId,");
expect(source).toContain("lockedProfile.sessionCheckpoint != null");