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
refactor: hoist platform_install_tier to core as apt-family default
ubuntu.sh and server.sh had near-identical platform_install_tier copies that
diverged only in whether the low tier installed snaps. That divergence was
incidental (no low-priority server snaps exist) and would have silently dropped
any future low server snap. Make the low tier run snap uniformly and hoist one
shared copy into lib/core.sh beside apt_install_tier; arch.sh keeps its yay
override. Package selection stays data-driven via package_manager.<platform> in
packages.json, so a manager only installs where a package declares it -- no
profile conditional needed in the install path.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments