diff --git a/bin/rclaude b/bin/rclaude index 1fa5351..fdd68a3 100755 --- a/bin/rclaude +++ b/bin/rclaude @@ -563,7 +563,8 @@ list_triage_on() { # pre-installed on the remote. ssh -o BatchMode=yes -o ConnectTimeout=5 "$_host" \ "${_REMOTE_TRIAGE_BOOT} \$PY -${_args}" \ - < "$_helper" 2>/dev/null || true + < "$_helper" 2>>/tmp/rclaude-debug.log \ + | tee -a "/tmp/rclaude-debug-stdout-${_host}.log" || true fi | awk -F'\t' -v host="$_host" ' # _claude-triage writes informational lines starting with "# " to # stderr; the stdout we capture is pure TSV. Each row: