pub fn execute_status(_arguments: Value) -> Result<ToolResult>Expand description
Executes the status tool with comprehensive health checks (CHAOS-HIGH-006).
Performs actual health probes against all backend components:
- Persistence layer (
SQLite) - Index layer (
SQLiteFTS5) - Vector layer (usearch)
- Capture service
Returns overall system health based on component health:
- “healthy”: All components operational
- “degraded”: Some components have issues but system is functional
- “unhealthy”: Critical components are down