From 29ce74efd53a3a8a56e31ba90f28cfcf38f2121c Mon Sep 17 00:00:00 2001 From: Linghong Date: Mon, 31 Aug 2026 13:18:18 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=AD=96=E5=88=92=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=B5=8B=E8=AF=95=E8=BF=90=E8=A1=8C=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为正式策划测试显式启用 planningStartMode 避免 CI 误入 direct-codex 分支导致 planning runtime strip 不挂载 --- apps/ai-game-creator-shell/tests/appSurface/plan-gdd.suite.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/tests/appSurface/plan-gdd.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/plan-gdd.suite.ts index a26c135a9..e87da4da5 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/plan-gdd.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/plan-gdd.suite.ts @@ -26,6 +26,7 @@ function mountFormalSupervisor( React.createElement(App, { initialProjectPath: harness.projectPath, orchestrationMode: 'single-supervisor', + planningStartMode: true, projectSupervisorOnly: true, }), );