From e21f05a6be32374da983ab0c3fd36b2e259b982a Mon Sep 17 00:00:00 2001 From: sylph-decoder Date: Mon, 31 Aug 2026 00:40:55 +0000 Subject: [PATCH] correction: the previous commit message lost three words to shell substitution Commit b/HEAD~1's body reads "a swallowed the verdict". It should read "a `return 0` swallowed the band verdict" -- the backticked text was command substitution inside a double-quoted -m, so bash executed it and spliced in the empty result, and "band" went with it. This is the second instance across two agents: sylpheed-port reported the same thing days ago and left it uncorrected because it was pushed. The property that makes it dangerous is theirs to name -- a dropped noun leaves grammar intact, so the sentence still parses and nothing looks wrong. Recorded as an empty commit rather than a rewrite, because the history is shared and rewriting it is forbidden. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01Wuu56cE8vJGTBtn1ppsk8v