prvng_core/nulib/lib_provisioning/vm
Jesús Pérez f12fdce746
refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2)
Four vm/ files, 2 stars each -> selective.

vm/state_recovery.nu:
  vm_persistence.nu [get-vm-persistence-info list-permanent-vms]
  vm/lifecycle.nu   [vm-info vm-start]

vm/ssh_utils.nu:
  vm/backend_libvirt.nu [libvirt-get-vm-ip]
  vm/persistence.nu     [get-vm-state]

vm/lifecycle.nu:
  vm/backend_libvirt.nu [8 symbols — libvirt-* ops]
  vm/persistence.nu     [4 symbols — state tracking]

vm/golden_image_builder.nu:
  vm/lifecycle.nu      [vm-create vm-info vm-stop]
  vm/vm_persistence.nu DROPPED (dead)

Validation: 39-50 pre-existing errors each (matches baseline). Zero new.

Refs: ADR-025
2026-04-17 09:06:21 +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 refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01: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 refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01: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 refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01: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 refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01: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 refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01:00
state_recovery.nu refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01:00
vm_persistence.nu refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01: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