Five test files, 2 stars each -> selective.
config/encryption_tests.nu:
config/encryption.nu [7 symbols]
kms/client.nu [kms-status]
extensions/tests/test_cache.nu:
extensions/cache.nu DROPPED (dead)
utils/logger.nu REMOVED (file does not exist — dangling)
extensions/tests/test_oci_client.nu:
oci/client.nu [4 symbols]
utils/logger.nu REMOVED (dangling)
extensions/tests/test_discovery.nu:
extensions/discovery.nu [5 symbols]
utils/logger.nu REMOVED (dangling)
config/loader/test.nu:
config/validators.nu [validate-interpolation]
config/interpolators DROPPED (dead)
Pre-existing bug found and removed: 3 test files imported
`../../utils/logger.nu` which doesn't exist. Star-import silenced the
missing-file error; with selective imports it would fail. Cleanest fix:
remove the dangling import (the files never actually used any symbols
from logger.nu — it was a zombie import from a long-deleted file).
Validation: 4 files 0 errors. encryption_tests.nu has 1 pre-existing
error matching baseline.
Refs: ADR-025