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(cloud): false-FAILED bug + stale bare repo — 2 entrypoint fixes
Bug #20: When Claude Code creates PR directly via gh pr create,
COMMIT_COUNT is never set, causing false FAILED status even though
PR exists. Fix: count commits when PR already exists, report DONE.
Bug #21: Bare repo worktree uses stale main ref from Docker prebake.
git fetch updates origin/main but not local main. Fix: git update-ref
after fetch to sync local main to origin/main.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments