setup/mod.nu had 4 star-imports. Resolution per target:
Converted to selective:
config/accessor.nu -> [config-get] 1 symbol
utils.nu (re-export) -> [create_versions_file ...] 4 symbols
config.nu (re-export) -> [env_file_providers ...] 2 symbols
Dropped:
utils/logging.nu -> 0 used symbols in this file DEAD
Also promoted the accessor import to absolute path
(lib_provisioning/config/accessor/core.nu) per ADR-025 rule.
Validation:
nu --ide-check 50 setup/mod.nu -> 0 errors
Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 3