Remove legacy Hardening and Bridge from setup.rb uninstall list

Only Link and Proofmode addons exist now.

https://claude.ai/code/session_01GJYbRCFFJCJDAEcEVbD36N
This commit is contained in:
Claude 2026-02-15 15:51:14 +00:00
parent 3f13c00f12
commit 1eb4a508c1
No known key found for this signature in database

View file

@ -1,8 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
# uninstall # uninstall
# Include both Bridge (legacy) and Link (new) for migration support package_names = %w[Link Proofmode]
package_names = %w[Hardening Bridge Link Proofmode]
package_names.each do |name| package_names.each do |name|
puts "Attempting to uninstall #{name} package..." puts "Attempting to uninstall #{name} package..."