Skip to content

Commit 08c5a69

Browse files
committed
fix(workspace): drop DEFAULT_MEMORY_ALT_FILENAME from STANDARD allowlist
Upstream main consolidated DEFAULT_MEMORY_FILENAME = CANONICAL_ROOT_MEMORY_FILENAME and removed the separate _ALT_ constant. Our STANDARD bootstrap allowlist still referenced the old name, breaking type-check after the rebase. The single DEFAULT_MEMORY_FILENAME entry already covers the canonical case, so the _ALT_ entry was redundant — drop it.
1 parent cf99538 commit 08c5a69

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/agents/workspace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ const STANDARD_BOOTSTRAP_ALLOWLIST = new Set([
697697
DEFAULT_HEARTBEAT_FILENAME,
698698
DEFAULT_BOOTSTRAP_FILENAME,
699699
DEFAULT_MEMORY_FILENAME,
700-
DEFAULT_MEMORY_ALT_FILENAME,
701700
]);
702701

703702
/**

0 commit comments

Comments
 (0)