prvng_core/nulib/lib_provisioning/workspace
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
..
commands.nu refactor(workspace/services commands): selective imports (ADR-025 L2) 2026-04-17 08:36:17 +01:00
config_commands.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
detection.nu refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
enforcement.nu refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
generate_docs.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
helpers.nu chore: fix more try/catch and errors 2026-01-17 03:57:20 +00:00
init.nu refactor(15 single-star batch 3): selective imports + dead drop (ADR-025 L2) 2026-04-17 12:17:22 +01:00
migrate_to_kcl.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
migration.nu refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
mod.nu refactor(workspace/mod): selective re-exports with multi-word commands (ADR-025 L3) 2026-04-17 08:07:39 +01:00
notation.nu refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
sync.nu refactor(workspace/*): selective imports in 5 files (ADR-025 L2) 2026-04-17 09:04:29 +01:00
verify.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
version.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00