On Wayland the CLI/TUI clipboard helper shells out to wl-copy, which daemonizes while holding inherited stdio, so spawnSync can block. Pre-existing and shared with the TUI, but now sits on the 'everything is broken, file an issue' path (ade report-issue --open / TUI /report-issue). Fix: stdio 'ignore' + detach, or a bounded timeout with a clear fallback message. Surfaced by PR #1102 review.
On Wayland the CLI/TUI clipboard helper shells out to wl-copy, which daemonizes while holding inherited stdio, so spawnSync can block. Pre-existing and shared with the TUI, but now sits on the 'everything is broken, file an issue' path (ade report-issue --open / TUI /report-issue). Fix: stdio 'ignore' + detach, or a bounded timeout with a clear fallback message. Surfaced by PR #1102 review.