From bb0b2dfe7eb0bad8d35a5ece599b11c11ad8f4c9 Mon Sep 17 00:00:00 2001 From: Sylpheed port agent Date: Sun, 30 Aug 2026 21:52:19 +0000 Subject: [PATCH] port: correct three words the shell ate from the previous commit message The message of the commit before this one lost three backticked words to command substitution: it should read "what each `kind` in authored/ rests on", "had no `why` of their own", and "fell back to the parent's `why`". The sentences still parse, which is why it was not obvious -- a dropped noun leaves grammar intact. Not amended: that commit is pushed, and rewriting published history on a shared remote is forbidden regardless of how small the fix is. A correction that costs one empty commit is cheaper than a rule bent once. Cause: the message was passed to `git commit -m` inside a double-quoted shell string, so every backtick pair ran as a command. Fixed by writing commit messages to a file and using `-F`, which is also why this one is intact. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01N7FiFFFwbvG2uxdcEh8HyF