prvng_core/nulib/lib_provisioning
Jesús Pérez 1ac3401315
refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2)
15 files. Most are dead `use ../config/accessor.nu *` imports dropped.

Selective imports:
  setup/utils.nu                 config/accessor/functions [get-providers-path]
  setup/detection.nu             setup/mod [8 symbols]
  plugins/secretumvault.nu       config/accessor/core [config-get]
  plugins/orchestrator.nu        config/accessor/core [config-get]
  kms/client.nu                  utils/error + utils/interface + plugins/kms
  deploy.nu                      result.nu [7 symbols]
  dependencies/resolver.nu       config/loader [get-config]

Dead imports dropped:
  setup/config.nu                config/accessor
  extensions/profiles.nu         config/accessor
  extensions/loader.nu           config/accessor
  workspace/init.nu              config/accessor
  utils/help.nu                  config/accessor
  utils/error_fixed.nu           config/accessor
  utils/error_clean.nu           config/accessor
  utils/error_final.nu           config/accessor
  dependencies/resolver.nu       oci/client

Validation: all 15 match or IMPROVE baseline:
  - 11 files: 0 errors
  - utils/error_fixed  4 -> 1  (IMPROVED)
  - utils/error_clean  4 -> 1  (IMPROVED)
  - dependencies/resolver  50 = 50 (unchanged pre-existing noise)
  - deploy.nu          19 = 19 (unchanged; file is orphaned — zero importers)

Refs: ADR-025
2026-04-17 12:17:22 +01:00
..
ai refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
cache refactor(cache/coredns/extensions/vm): selective imports — 6 files (ADR-025 L2) 2026-04-17 08:47:32 +01:00
cmd refactor(cmd/lib + config/loader/core + config/encryption): selective (ADR-025 L2) 2026-04-17 08:58:20 +01:00
commands chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
config refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
coredns refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
defs refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
dependencies refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
diagnostics refactor(7 files): extensions + diagnostics + sops + packaging (ADR-025 L2) 2026-04-17 09:12:55 +01:00
extensions refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
gitea refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
infra_validator refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
integrations refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
kms refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
layers refactor(module_loader + layers + diagnostics): selective imports (ADR-025 L2/L3) 2026-04-17 09:02:05 +01:00
mode refactor(5 subsystem mod.nu facades): selective re-exports (ADR-025 L3) 2026-04-17 09:11:19 +01:00
nickel 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
oci refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
oci_registry chore: codebase 2025-10-07 10:32:04 +01:00
platform refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
plugins refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
project refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
providers refactor(utils/clean + providers/registry + plugins/auth): selective (ADR-025 L2) 2026-04-17 08:54:33 +01:00
services refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
setup refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
sops refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
user refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
utils refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
vm refactor(vm/*): selective imports in 4 vm/ files (ADR-025 L2) 2026-04-17 09:06:21 +01:00
webhook refactor(23 files): selective imports + dangling/broken cleanup (ADR-025 L2/L3) 2026-04-17 12:13:13 +01:00
workspace refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
context.nu chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
deploy.nu refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
deploy.nu.example chore: fix more try/catch and errors 2026-01-17 03:57:20 +00:00
fluent_daemon.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 fix(core): resolve undefined symbols hidden by lib_provisioning star-imports 2026-04-17 07:46:03 +01:00
module_loader.nu refactor(module_loader + layers + diagnostics): selective imports (ADR-025 L2/L3) 2026-04-17 09:02:05 +01:00
nupm.nuon chore: codebase 2025-10-07 10:32:04 +01:00
packaging.nu refactor(7 files): extensions + diagnostics + sops + packaging (ADR-025 L2) 2026-04-17 09:12:55 +01:00
plugins_defs.nu refactor(6 production files): plugins_defs + setup + platform + oci + auth_core (ADR-025 L2) 2026-04-17 09:16:21 +01:00
result.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
tera_daemon.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