prvng_core/nulib/lib_provisioning/services
Jesús Pérez 34b389c8c8
refactor(workspace/services commands): selective imports (ADR-025 L2)
Two workspace+services command files converted, batched because they share
the same pattern (4 stars each -> selective).

workspace/commands.nu:
  user/config.nu           [11 symbols]
  utils/hints.nu           [show-next-step]
  platform/activation.nu   [activate-workspace-platform]
  workspace/notation.nu    [3 symbols]

  Pre-existing name collision documented: get-workspace-path and
  list-workspaces are exported by BOTH user/config.nu and notation.nu.
  Star-import resolved via last-wins (notation.nu). Selective version
  attributes both to notation.nu to preserve behaviour.

services/commands.nu:
  services/manager.nu      [9 symbols]
  services/health.nu       [2 symbols]
  services/preflight.nu    [4 symbols]
  services/dependencies.nu [5 symbols]

Validation: both files nu --ide-check 50 -> 0 errors.

Refs: ADR-025
2026-04-17 08:36:17 +01:00
..
commands.nu refactor(workspace/services commands): selective imports (ADR-025 L2) 2026-04-17 08:36:17 +01:00
dependencies.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
health.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: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
manager.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
mod.nu refactor(services/mod): selective re-exports replace 6 star re-exports (ADR-025 L3) 2026-04-17 08:16:49 +01:00
preflight.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00