From 0f823b4ecded82f40af6c153c8b2eac0e156e8e3 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 17 May 2026 22:24:01 -0700 Subject: [PATCH] =?UTF-8?q?fix(@scripts):=20=F0=9F=90=9B=20log=20and=20cap?= =?UTF-8?q?ture=20debug=20output=20in=20triage=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- bin/rclaude | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: