Three unrelated files grouped in one commit because each is a mechanical
3-5 star -> selective conversion with small cleanups.
providers/loader.nu (L2):
registry.nu [4 symbols]
logging.nu [2 symbols]
interface.nu DROPPED (dead)
Note: dynamic `use ($provider_entry.entry_point) *` at line ~173 is
intentional runtime dispatch; not convertible.
extensions/loader_oci.nu (L2):
logging.nu [3 symbols]
oci/client.nu [7 symbols]
loader.nu [4 symbols] — fixed comma-separated list syntax quirk
config/accessor DROPPED (dead)
extensions/cache DROPPED (dead)
plugins/mod.nu (L3 facade):
auth.nu [1 symbol]
kms.nu [8 symbols]
secretumvault.nu [9 symbols]
config/accessor DROPPED (dead)
+ added `use utils/interface.nu [_ansi]` — _ansi was used in body but
previously arrived through implicit star chain; now explicit.
Validation: all three nu --ide-check 50 -> 0 errors.
Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md
|
||
|---|---|---|
| .. | ||
| auth.nu | ||
| auth_core.nu | ||
| auth_impl.nu | ||
| auth_test.nu | ||
| kms.nu | ||
| kms_test.nu | ||
| mod.nu | ||
| orchestrator.nu | ||
| orchestrator_test.nu | ||
| secretumvault.nu | ||