doctor runs a series of health checks against the local environment and the running profClaw server. Each check reports pass, warn, or fail along with a suggested fix command.Checks performed:
profClaw Doctor ✓ Node.js v22.11.0 ✓ Config settings.yml found (+.env) ✓ Port Port 3000 available ⚠ Redis REDIS_URL not set (optional for pico/mini mode) Fix: docker compose up redis -d ⚠ Ollama Not running (optional) Fix: https://ollama.com/download ✓ Server Running and healthy ✓ Database Configured and accessible ✓ AI Provider 2/2 healthy ✓ Memory 14.2 GB free ✓ Disk 120G free (42% used) ⚠ Cloudflared Not installed (optional) Fix: brew install cloudflared ⚠ Tailscale Not installed (optional) Fix: https://tailscale.com/download 10/12 passed, 4 warnings