From 68ade6609f474c6345992f02c3f2bd28314dae47 Mon Sep 17 00:00:00 2001 From: Lirian Su Date: Fri, 22 May 2026 15:30:15 +0800 Subject: [PATCH] chore(engine): drop stale fork-branch reference from test comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The screenshotService.test.ts regression-suite comment pointed at the author's fork branch as backstory. Strip the line so upstream code doesn't carry a fork-relative reference; the surrounding paragraph already explains the bug end-to-end without it. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) --- packages/engine/src/services/screenshotService.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/engine/src/services/screenshotService.test.ts b/packages/engine/src/services/screenshotService.test.ts index 94b244a93..9fb4a2416 100644 --- a/packages/engine/src/services/screenshotService.test.ts +++ b/packages/engine/src/services/screenshotService.test.ts @@ -202,7 +202,6 @@ describe("video-frame injection respects ancestor visibility", () => { // injected `data-start="0"` + probed full-source duration cover the // whole timeline), so the bug produced one full-bleed speaker overlay // per inactive sub-comp — covering whichever moment was actually visible. - // See: https://github.com/lirian-su-opus/hyperframes branch issue thread. type StyleLike = { display?: string;