ToggleEngine/AppModel.setAuto(true) re-applies enforcement when auto-toggle is switched back on. Add a unit test in LanGuardPackage/Tests/ covering: auto disabled → wired up (no action) → auto re-enabled → Wi-Fi forced off. Pure logic, no hardware (swift test). See existing tests for the injected-dependency pattern.
ToggleEngine/AppModel.setAuto(true)re-applies enforcement when auto-toggle is switched back on. Add a unit test inLanGuardPackage/Tests/covering: auto disabled → wired up (no action) → auto re-enabled → Wi-Fi forced off. Pure logic, no hardware (swift test). See existing tests for the injected-dependency pattern.