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
-`stack sync --dry-run [branch]`: preview inferred PR-base stack links and repairs without changing branches or PRs.
44
+
-`stack sync [branch]`: infer clear PR-base stack links, repair descendants, retarget PRs, and refresh stack blocks. With a branch argument, sync only the stack containing that branch.
45
+
-`stack sync --continue-on-failure` / `stack sync --keep-going`: process independent stacks, summarize successes and failures, and exit nonzero if any stack failed.
45
46
-`stack doctor`: inspect local Git, GitHub, stack metadata, trunk branches, and undo journal health without changing anything.
46
47
-`stack merge [branch]`: dry-run root PR merge plus descendant repair.
47
48
-`stack merge [branch] --apply`: retarget immediate child PRs, squash-merge the root PR, then repair descendants.
0 commit comments