pub async fn daemon_health(
pid_file: String,
data_dir: String,
format: String,
) -> Result<()>Expand description
Comprehensive health check for the daemon and system
Checks:
- Daemon status
- Repository health
- Network connectivity
- Disk space
- Memory usage
- API responsiveness