From 07224f26da82755a266036104cf4ba76d811c7a9 Mon Sep 17 00:00:00 2001 From: oskar Date: Wed, 29 Jul 2026 18:49:52 +0200 Subject: [PATCH] docs(claude): drop mqtt_unreachable row from supervisor routing table Follows the supervisor change: mqtt_unreachable never becomes an incident (recon D15), so the documented container_restart routing was false. Table now matches code. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index d76bc9a..fc02256 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -108,7 +108,6 @@ Normalized event types: `deployment_started/completed/failed`, `service_unhealth | Event type | Source | Action generated | Cooldown | |---|---|---|---| | `containers_not_running` | stability-agent | `container_restart` | dedup via stable ID | -| `mqtt_unreachable` | stability-agent | `container_restart` | dedup via stable ID | | `service_unhealthy` / other | stability-agent | `redeploy` | dedup via stable ID | | `disk_pressure` (high) | stability-agent | `disk_cleanup` | dedup via stable ID | | `ha_websocket_dead` | ha-diag-agent | `container_restart` (homeassistant) | 30 min after completion |