From 4598bdba207f777438bebdc42846f338f1e1f81c Mon Sep 17 00:00:00 2001 From: xNet Test Date: Tue, 28 Jul 2026 18:42:37 -0700 Subject: [PATCH] docs(exploration): flip CI-proven 0406 validation boxes Signed-off-by: xNet Test --- ...]_ONE_SHELL_TWO_SURFACES_ENDING_THE_DESKTOP_WEB_UI_FORK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/explorations/0406_[-]_ONE_SHELL_TWO_SURFACES_ENDING_THE_DESKTOP_WEB_UI_FORK.md b/docs/explorations/0406_[-]_ONE_SHELL_TWO_SURFACES_ENDING_THE_DESKTOP_WEB_UI_FORK.md index 7e57f539f..148b2ea9e 100644 --- a/docs/explorations/0406_[-]_ONE_SHELL_TWO_SURFACES_ENDING_THE_DESKTOP_WEB_UI_FORK.md +++ b/docs/explorations/0406_[-]_ONE_SHELL_TWO_SURFACES_ENDING_THE_DESKTOP_WEB_UI_FORK.md @@ -583,8 +583,8 @@ export class ShellErrorBoundary extends React.Component { main-process (`main/menu.ts`, untouched); meetings and bridge auto-pair verified inside the unified shell - [x] Web-only paths are unaffected: no URL/deep-link/back-button regressions -- [ ] `pnpm --filter @xnetjs/workbench test` and both app suites green -- [ ] `electron-e2e` passes against the unified shell +- [x] `pnpm --filter @xnetjs/workbench test` and both app suites green +- [x] `electron-e2e` passes against the unified shell - [ ] Desktop cold-open time within 10% of the pre-unification baseline — **measured 0.87–0.90s vs 0.52s baseline (+~70%) on the end state**; the regression is renderer bundle parse (26.1→36 MB). Needs a code-splitting pass (lazy the heavy view clusters) — follow-up work,