Jesús Pérez
|
0706803339
|
refactor(services/mod): selective re-exports replace 6 star re-exports (ADR-025 L3)
services/mod.nu had 6 `export use X *`. Each is now explicit.
Symbol counts per target:
manager.nu 13
lifecycle.nu 4
health.nu 5
preflight.nu 7
dependencies.nu 8
commands.nu 19 (multi-word: 7 "platform X" + 12 "services X")
Total: 56 symbols, 19 quoted multi-word Nu subcommands.
Validation:
nu --ide-check 50 services/mod.nu -> 0 errors
Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 3
|
2026-04-17 08:16:49 +01:00 |
|