Preserve explicit machine choice for project checkouts - #3567
Merged
ymichael merged 1 commit intoSep 12, 2026
Merged
Conversation
ymichael
deleted the
bb/fixer-preserve-explicit-machine-choice-for-proje-thr_a9ipk9h9ax
branch
September 12, 2026 04:10
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Human comments
What was wrong
The shared new-thread composer treated checkout-capable providers as eligible on every connected machine, even when a machine had no source for the selected project. That exposed Project checkout and Worktree on an unconfigured machine; if that explicit choice later became invalid, resolution could silently fall back to the primary machine. This regressed in b3c5434 (#3274).
What changed
The paired 390×844 dark-theme captures use the actual source components with synthetic SDK and machine data. The before image is from base
1ebdc56a50; the after image is from pushed head63920f8faa.No server/daemon wire contract, CLI, public SDK, generated file, or lockfile changes.
How you verified
pnpm exec turbo run build typecheck test --filter=@bb/app --force— build and typecheck passed; 4,469 tests passed and 3 were intentionally skipped.git diff --check origin/main...HEADpassed, and Git reports a conflict-free merge with currentmain.