Skip to content

Commit f225f4a

Browse files
anandgupta42claude
andcommitted
fix: keep packages/altimate-engine/** in keepOurs for backward-compat
upstream-merge-guard.test.ts requires this entry in the critical keepOurs list. The Python engine was eliminated in commit 845ee98, but the glob entry harmlessly matches nothing today and covers the directory if anyone re-adds it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d1c785c commit f225f4a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

script/upstream/utils/config.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,11 @@ export const defaultConfig: MergeConfig = {
258258
"github/README.md",
259259
"github/index.ts",
260260
"install",
261-
// Note: packages/altimate-engine/** was removed when the Python engine was
262-
// eliminated (commit 845ee98271). Kept entry intentionally absent.
261+
// packages/altimate-engine/** — kept for backwards compatibility with the
262+
// upstream-merge-guard regression test even though the Python engine was
263+
// eliminated in commit 845ee98271. Glob matches nothing today; it'll cover
264+
// the directory if anyone re-adds it.
265+
"packages/altimate-engine/**",
263266
"packages/drivers/**",
264267
"packages/opencode/src/altimate/**",
265268
"packages/opencode/src/bridge/**",

0 commit comments

Comments
 (0)