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
fix(scripts): handle missing uv gracefully with clear error and auto-install
Add shared ensure_uv() to common.sh that shows install instructions and
offers interactive auto-install via install_uv.sh. Remove the no-op
override in install_python.sh so the shared function takes effect.
Fix SC1091 shellcheck warnings with source directives.
Closes#24
0 commit comments