Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openbootdotdev/openboot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.58.13
Choose a base ref
...
head repository: openbootdotdev/openboot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.58.14
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on May 26, 2026

  1. fix: propagate brew errors, replace raw Scanln, remove sudo rm -rf su…

    …ggestion (#106)
    
    - installer: applyPackages now returns brewErr instead of nil; Apply()
      collects it as a soft error so shell/dotfiles/macos steps still run
      but the final result reflects the failure
    - installer: replace raw fmt.Scanln in npm retry prompt with ui.Confirm
      for consistency with the rest of the codebase
    - brew: DoctorDiagnose no longer suggests 'sudo rm -rf /usr/local/include'
      or 'sudo chown -R'; replaced with safe guidance to review brew doctor
      output before taking action
    fullstackjam authored May 26, 2026
    Configuration menu
    Copy the full SHA
    2932d6a View commit details
    Browse the repository at this point in the history
Loading