prvng_core/nulib/lib_provisioning/utils/version
Jesús Pérez 3b76beb769
refactor(utils/version/mod): selective re-exports replace 6 star re-exports (ADR-025 L3)
utils/version/mod.nu had 6 `export use X *`. Each is now explicit.

Symbol counts per target:
  core.nu       6
  formatter.nu  3
  loader.nu     6
  manager.nu    7
  registry.nu   6
  taskserv.nu   7

Total: 35 symbols re-exported.

Validation:
  nu --ide-check 50 version/mod.nu -> 0 errors

Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 3
2026-04-17 08:12:30 +01:00
..
core.nu feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
formatter.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00
loader.nu feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +01:00
manager.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00
mod.nu refactor(utils/version/mod): selective re-exports replace 6 star re-exports (ADR-025 L3) 2026-04-17 08:12:30 +01:00
registry.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00
taskserv.nu chore: Fix try cath and nushell bugs, fix long script files, review for nu 0.110.0 2026-01-21 10:24:17 +00:00