-
Notifications
You must be signed in to change notification settings - Fork 3.7k
chore(skill): check branch is synced with origin/staging before pushing #5529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
9b964ad
chore(ship-skill): check branch is synced with origin/staging before …
waleedlatif1 7eaec2c
feat(babysit): add skill to drive a PR through review to a clean 5/5
waleedlatif1 78c5598
chore(cursor-commands): mirror sync-check into ship.md, add babysit.md
waleedlatif1 59ed18a
fix(ship-skill): compare commit content not count, handle WIP before …
waleedlatif1 422f81a
fix(ship-skill,babysit): clean rebase can still hide drift, fixed tem…
waleedlatif1 1379443
fix(ship-skill,babysit): guard tmp-branch delete, fetch before final …
waleedlatif1 627f99a
fix(ship-skill,babysit): fix reversed commit-list order, tail-1 grabb…
waleedlatif1 4407729
fix(ship-skill): checkout before deleting ship-sync-tmp, cherry-pick …
waleedlatif1 9fbaa60
fix(ship-skill): capture cherry-pick SHAs before switching to the tem…
waleedlatif1 59eec9a
fix(ship-skill,babysit): rebuild was replaying the exact stray commit…
waleedlatif1 04017a8
fix(ship-skill): push step needs force-with-lease too, not just babys…
waleedlatif1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(ship-skill,babysit): clean rebase can still hide drift, fixed tem…
…p-branch name blocks recovery - A clean git rebase can replay stray commits with zero conflicts, so 'rebase succeeded' was being treated as sufficient — now the log is always re-checked after rebasing, clean or not, before trusting it - The recovery text told the agent to 'pick another name' if ship-sync-tmp was taken but then hardcoded that literal name anyway; now it just deletes the leftover (disposable, single-purpose) branch instead of introducing a naming scheme - babysit's step 5 pointed at re-running the log check alone; it now points at the full /ship step 2 recovery flow, since a review loop spanning a long session is exactly where drift compounds silently
- Loading branch information
commit 422f81af02bd7eb4659d1007f08c2ed345f9d28b
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.