7b9b1c6312
test / integration-docker (pull_request) Successful in 19s
test / unit (pull_request) Successful in 38s
lint / lint (push) Failing after 2m47s
test / integration-firecracker (pull_request) Successful in 3m17s
test / coverage (pull_request) Successful in 44s
test / publish-infra (pull_request) Has been skipped
tracker-policy-pr / check-pr (pull_request) Failing after 12m13s
merge_bottles_runtime used .get(n, base_repos_by_name[n]) which eagerly evaluates the default, crashing when a repo exists only in the override bottle. Replaced with a conditional expression so the base lookup only runs when needed. Adds three regression tests covering override-only, base-only, and name-collision cases. Closes #457 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>