diff --git a/SPEC.md b/SPEC.md index 8c66f7e..554d9f4 100644 --- a/SPEC.md +++ b/SPEC.md @@ -188,6 +188,13 @@ sev3 nudge lands on ntfy, sev4 on telegram-repeat-til-ack, sev1–2 drops silently. Existing delivery test patterns in `internal/delivery/` show the shape. +Note: the `store.Away` routing path is already built and tested +(`TestDispatchNudgeOpsHardAwayTelegramRepeatUntilAck` passes). The gap is +the **runtime** `ErrNoSession` path — when the dispatcher chose voice +(severity table said voice was available) but no session is live at push +time. `voicesink.go:62` has a TODO for this. Wire the fallthrough onto the +same routing table the Away path uses; converge, don't duplicate. + --- ### 3. CalDAV poller (`cmd/mavcaldav`)