You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): pipe prompt via stdin in spec-review workflow
The claude --print command failed because shell expansion of
$(cat /tmp/pr-diff.txt) inside double quotes broke on diffs
containing special characters. Build the prompt in a file and
pipe it via stdin instead.
0 commit comments