fix: stabilize stale buffer sweep landing (#52428) (thanks @karanuppal)

This commit is contained in:
Peter Steinberger
2026-03-22 22:27:55 +00:00
parent 841add8414
commit 797f3cc377
3 changed files with 40 additions and 45 deletions

View File

@@ -2,7 +2,7 @@ import { describe, expect, it } from "vitest";
import { readCommandSource } from "./command-source.test-helpers.js";
const SECRET_TARGET_CALLSITES = [
"src/cli/memory-cli.ts",
"src/cli/memory-cli.runtime.ts",
"src/cli/qr-cli.ts",
"src/commands/agent.ts",
"src/commands/channels/resolve.ts",