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) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N7FiFFFwbvG2uxdcEh8HyF
This commit is contained in: