You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: make page-script mount assertion cross-platform; trim comments
Use pathe consistently in the install-devframe test so the served-dir
assertion matches the implementation's normalized path on Windows.
Trim the verbose comments/descriptions added across the change per review.
Copy file name to clipboardExpand all lines: examples/hub-next/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The built-in devframes run node-side (child processes, the native `zigpty` PTY b
57
57
58
58
| File | Role |
59
59
|---|---|
60
-
|`src/client/devframe/next-devframe-hub.ts`| The Next host - one `initHub()` call: devframes (the a11y page script rides along automatically as its dock's declared `clientScript`), hub RPCs, commands, the json-render dock + renderer manifest, instance-registry registration |
60
+
|`src/client/devframe/next-devframe-hub.ts`| The Next host - one `initHub()` call: devframes, hub RPCs, commands, the json-render dock + renderer manifest, instance-registry registration |
61
61
|`src/client/devframe/unrendered-dock.ts`| A dock type registered with no renderer on purpose - the missing-renderer fallback witness |
62
62
|`../demo-dock-client/`| The shared demo client script, consumed here as a statically-mounted self-contained bundle |
63
63
|`src/client/app/%5F_devframes/[[...path]]/route.ts`| The one catch-all - delegates every `/__devframes/*` request to the instance's `handler`|
Copy file name to clipboardExpand all lines: examples/hub-vite/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The dock UI is plain DOM in `src/client/`. To skin your own hub UI provider, rea
45
45
| File | Role |
46
46
|---|---|
47
47
|`src/vite-devframe-hub.ts`| The Vite host - one `initHub()` call mounted as connect middleware, plus instance-registry registration |
48
-
|`vite.config.ts`| Passes the built-in and demo devframes to the hub's `devframes` option (the a11y page script rides along automatically as its dock's declared `clientScript`); composes the json-render frontend via `renderers`|
48
+
|`vite.config.ts`| Passes the built-in and demo devframes to the hub's `devframes` option; composes the json-render frontend via `renderers`|
49
49
|`src/unrendered-dock.ts`| A dock type registered with no renderer on purpose - the missing-renderer fallback witness |
50
50
|`../demo-dock-client/`| The shared demo client script, consumed here via bare specifier (`action: { importFrom: 'demo-dock-client' }`) |
51
51
|`src/client/main.ts`| The browser UI that consumes the hub protocol, including the interactive-OTP authorization view |
0 commit comments