refactor(client): extract background file upload service

This commit is contained in:
creatixchu
2026-09-03 13:53:25 +08:00
parent a1956fa3e2
commit bbb2ca7c9b
61 changed files with 1225 additions and 500 deletions
+1
View File
@@ -153,6 +153,7 @@ export const SERVICE_WALK_EXEMPTIONS: Record<string, string> = {
dshHomePath: 'not a service: boot-provided root accessor function (typeof dshHomePath | undefined) for Loader !!js config expressions — packages/boot/app-boot/README.md owns the boot contract',
launchEnvironment: 'not a service: launcher-provided root accessor value (LaunchEnvironmentSnapshot | undefined) — packages/util/launch-environment/README.md owns this launcher contract',
connection: 'interface-typed (HostConnectionHandle); implementing class HostConnectionService is declared in rpc-host.ts — packages/client/connection/README.md owns the API',
fileUpload: 'client-side browser upload service — packages/client/file-upload/README.md owns the API',
uiRenderer: 'client-side interface-typed browser service — packages/client/ui-renderer/README.md owns the API',
uiSession: 'client-side Session source adapter — packages/client/ui-session/README.md owns the API',
uiConversation: 'client-side Conversation registries and assembler — packages/client/ui-conversation/README.md owns the API',