Expand description
IPC command handlers (14 commands).
§IPC
IPC command handlers for the Mountain binary.
§RESPONSIBILITIES
§Module Organization
- Export all IPC command modules
- Provide unified interface for Tauri command registration
§ARCHITECTURAL ROLE
§Position in Mountain
- Top-level IPC module in Binary subsystem
- Bridge between Tauri and internal services
§Dependencies
- tauri: IPC framework
- All IPC command submodules
§Dependents
- Binary: Registers commands with Tauri invoke handler
- Tauri invoke handler: Routes incoming IPC calls
§SECURITY
§Considerations
- All commands follow Tauri security model
§PERFORMANCE
§Considerations
- Async commands don’t block main thread
Modules§
- Cache
Stats Command - CacheStatsCommand
- Collaboration
Session Command - CollaborationSessionCommand
- Configuration
Data Command - ConfigurationDataCommand
- Configuration
Status Command - ConfigurationStatusCommand
- Configuration
Sync Command - ConfigurationSyncCommand
- Configuration
Update Command - ConfigurationUpdateCommand
- Document
Sync Command - DocumentSyncCommand
- IPCStatus
Command - IPCStatusCommand
- IPCStatus
History Command - IPCStatusHistoryCommand
- IPCStatus
Reporting Start Command - IPCStatusReportingStartCommand
- Invoke
Command - InvokeCommand
- Message
Receive Command - MessageReceiveCommand
- Performance
Stats Command - PerformanceStatsCommand
- Status
GetCommand - StatusGetCommand
- Update
Subscription Command - UpdateSubscriptionCommand
- Wind
Configuration Command - WindConfigurationCommand
- Workbench
Configuration Command - WorkbenchConfigurationCommand