修正策划界面测试运行模式
Project CI / Repository checks (pull_request) Successful in 3m8s
Project CI / Frontend tests (pull_request) Successful in 3m16s
Project CI / Backend tests (pull_request) Successful in 6m33s
Project CI / Native shell tests (pull_request) Successful in 15m8s

为正式策划测试显式启用 planningStartMode

避免 CI 误入 direct-codex 分支导致 planning runtime strip 不挂载
This commit is contained in:
2026-08-31 13:18:18 +00:00
parent 5bdccf1191
commit 29ce74efd5
@@ -26,6 +26,7 @@ function mountFormalSupervisor(
React.createElement(App, {
initialProjectPath: harness.projectPath,
orchestrationMode: 'single-supervisor',
planningStartMode: true,
projectSupervisorOnly: true,
}),
);