Expand description
§HealthCommand - Wind SharedProcessProxy bridge
Tauri commands invoked directly by Wind’s SharedProcessProxy
health-check pings. Each is a thin probe that maps the renderer’s
abstract service identifier onto Mountain’s actual readiness state.
Layout (one Tauri command per file, snake_case wire-bound names per the Naming-Convention exception):
cocoon_extension_host_health::cocoon_extension_host_healthcocoon_search_service_health::cocoon_search_service_healthcocoon_debug_service_health::cocoon_debug_service_healthshared_process_service_health::shared_process_service_health
Modules§
- cocoon_
debug_ service_ health - Tauri command - debug-adapter-protocol service health probe. Stub
returns
false; pending DAP wire-up. - cocoon_
extension_ host_ health - Tauri command - extension-host (Cocoon) health probe. Wire name
kept snake_case to match Wind’s
SharedProcessProxyinvoker. - cocoon_
search_ service_ health - Tauri command - search-service health probe. Returns
truewhile the file system is reachable; the search service treats FS access as its readiness signal. - shared_
process_ service_ health - Tauri command - generic shared-process service health probe.
Hard-coded readiness map for the three currently-shipped services
(storage / update / search); unknown services return
false.