From 7b9cf80c24efc6e3fe11879caf660a2d65a30570 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 15:03:55 +0900 Subject: [PATCH] =?UTF-8?q?roadmap:=20#319=20=E2=80=94=20add=20See=20also?= =?UTF-8?q?=20#257=20(stale=20alert=20duplicate=20note)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index c999bfd..eaddaa1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -18085,3 +18085,5 @@ $ grep -r "LaneEventName\|lane_events" rust/crates/ --include="*.rs" **Fix shape:** Subscribe to tmux pane exit events (`tmux wait-for` or `pane-died` hook); automatically deregister/stop monitoring when the pane exits or the session inside it completes. Alternatively, track the last-seen line offset and only match new output. ~20 LOC in Clawhip tmux monitor. Related: #318 (keyword string-match gate). **Blocker:** None — fully additive. High priority: stale alert floods destroy operator trust in the monitoring system. + +**See also:** #257 (completed OMX sessions emit stale alerts) — #319 is additional live evidence strengthening the same gap via Clawhip tmux monitor specifically.