71d724d5f8
Problem: @ delimiter not valid for sed i/a commands, caused unknown command error Solution: Use proper sed syntax with forward slash and literal newline after backslash The i and a commands in sed require a literal newline after the backslash. Fixed by using actual newlines in the here-doc style syntax. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>