From 436b6dd470c0569a442a2b91cf1f05df4e3717bb Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Tue, 1 Sep 2026 13:47:01 -0700 Subject: [PATCH] Send a lone CR through the newline transform, and say what `pinned` is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `toClaudePayload` matched `/\r?\n/`, so a bare CR that is not part of a CRLF went through verbatim — and a bare CR *submits* in a Claude prompt and *runs* the line in a shell, which is the terminator the function's own contract says it never appends. A `