roadmap: #319 — add See also #257 (stale alert duplicate note)

This commit is contained in:
YeonGyu-Kim 2026-04-28 15:03:55 +09:00
parent a8fbb237a5
commit de8063f14d

View File

@ -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.