[P1][notify] Retirer la notification recording persistante si le terminal échoue #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Constat
La notification
CaptureReadyn'expire pas. Si son remplacement terminal D-Bus échoue, la connexion ferme sansCloseNotification(internal/ui/notify.go:121-203,:278-331), laissant potentiellement « microphone actif » affiché après la session.Tâche
Ajouter
CloseNotification(ctx,id)au client et retirer, sous budget borné, le dernier ID non terminal si aucun remplacement terminal n'a été accepté.Critères d'acceptation
Validation
go test -race ./internal/ui ./internal/sessionCorrectif proposé dans la PR #42 (#42). Les validations ciblées sous race sont détaillées dans la PR.
Correctif proposé et validé dans la PR #42 : #42.