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(claude): sanitize branch name when building PR body temp path
Branch names always contain a `/` (feat/<kebab> or fix/<kebab>), so
`/tmp/pr-body-<branch>.md` resolved to a non-existent subdirectory and
broke the write, --body-file, and cleanup steps. Sanitize via
`tr '/' '-'` into `$BRANCH_SAFE` and thread it through all three.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments