Skip to main content

Module HealthCommand

Module HealthCommand 

Source
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_health
  • cocoon_search_service_health::cocoon_search_service_health
  • cocoon_debug_service_health::cocoon_debug_service_health
  • shared_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 SharedProcessProxy invoker.
cocoon_search_service_health
Tauri command - search-service health probe. Returns true while 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.