InProcessClient dispatches IPC requests directly to handlers in the same process, bypassing the unix socket entirely. All subsystem registries (pane, files, editor, git, pql) are created in the Flutter app's boot sequence and registered on a DaemonDispatcher. Events bridge to the kernel EventBus via _BusEventSink. The app no longer needs `clide --daemon` running. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>