prvng_core/nulib/lib_provisioning/workspace
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
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 chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
enforcement.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
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 feat(core): three-layer DAG, unified component arch, commands-registry cache, Nushell 0.112.2 migration 2026-04-17 04:27:33 +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 chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00: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 chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
sync.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00: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