mirror of
https://github.com/thedotmack/claude-mem.git
synced 2026-07-04 05:00:26 +08:00
'exit' can fire before piped stderr has drained, so the WARN log could miss the tail end of the CLI's dying words — the exact text the tail exists to capture. 'close' waits for all stdio to finish. Registry unregistration stays on 'exit' since it doesn't read the streams. Addresses greptile review on PR #2911. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>