fix(web): register the plan-review e2e lane in the host-plane program

The lane boots the host spine through the shared scaffold, so it belongs to
tsconfig.host.json and must stay out of the client-registered apps/web project
— one program cannot hold both sides of the cordis Context merges.
This commit is contained in:
creatixchu
2026-07-30 19:12:02 +08:00
parent 2363ef01eb
commit 132294fe8d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@
"tests/scaffold.ts",
"tests/live-interactions.e2e.ts",
"tests/question-composer.e2e.ts",
"tests/plan-review.e2e.ts",
"tests/steering.e2e.ts",
"tests/navigation-panes.e2e.ts",
"tests/lifecycle-chrome.e2e.ts",
+1
View File
@@ -12,6 +12,7 @@
"apps/web/tests/support.ts",
"apps/web/tests/live-interactions.e2e.ts",
"apps/web/tests/question-composer.e2e.ts",
"apps/web/tests/plan-review.e2e.ts",
"apps/web/tests/steering.e2e.ts",
"apps/web/tests/navigation-panes.e2e.ts",
"apps/web/tests/lifecycle-chrome.e2e.ts",