prvng_core/nulib/lib_provisioning/vm
Jesús Pérez 6a9acd2f41
refactor(vm/version/auth_impl): selective imports batch (ADR-025 L2)
Three unrelated files, 4 stars each -> selective. Batched because pattern
is mechanical.

vm/multi_tier_deployment.nu:
  network_management.nu [network-create]
  nested_provisioning.nu [nested-vm-create nested-vm-delete]
  volume_management.nu   DROPPED (dead)
  lifecycle.nu           DROPPED (dead)

utils/version/manager.nu:
  version/core.nu      [check-version]
  version/loader.nu    [discover-configurations load-configuration-file]
  version/formatter.nu [format-results]
  utils/interface.nu   [_print]

plugins/auth_impl.nu:
  config/accessor/core.nu [config-get]
  commands/traits.nu      [get-command-metadata]
  plugins/auth_core.nu    [plugin-login plugin-mfa-enroll plugin-verify]
  utils/path-utils.nu     [get-typedialog-form-path] — inline import at
    line 392 also converted (was `use ../utils/path-utils.nu *`).

Validation:
  vm/multi_tier_deployment.nu     50 errors (all PRE-EXISTING, baseline match)
  utils/version/manager.nu         0 errors
  plugins/auth_impl.nu             0 errors

Refs: ADR-025
2026-04-17 08:41:12 +01:00
..
backend_libvirt.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
cleanup_scheduler.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
detector.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
golden_image_builder.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
golden_image_cache.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
lifecycle.nu chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
mod.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
multi_tier_deployment.nu refactor(vm/version/auth_impl): selective imports batch (ADR-025 L2) 2026-04-17 08:41:12 +01:00
nested_provisioning.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
network_management.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
persistence.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
preparer.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
ssh_utils.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
state_recovery.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
vm_persistence.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
volume_management.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