prvng_core/nulib/lib_provisioning/workspace
Jesús Pérez 5efd0426d8
refactor(workspace/mod): selective re-exports with multi-word commands (ADR-025 L3)
workspace/mod.nu had 9 `export use X *`. Each is now an explicit symbol list.

New pattern encountered: three files export Nu multi-word subcommands
(`export def "workspace activate"`, `export def "workspace list"`, etc.).
These are re-exported with Nu's quoted-string syntax in the selective list:

  export use commands.nu [
      "workspace activate" "workspace active" "workspace list" ...
  ]

Symbol counts per target:
  init.nu            3
  config_commands.nu 6
  commands.nu       14  (all multi-word "workspace X")
  verify.nu          2
  helpers.nu        13
  version.nu        11
  enforcement.nu     7
  migration.nu       9
  sync.nu            3  (all multi-word "workspace X")

Total: 68 symbols, 17 quoted multi-word commands.

Validation:
  nu --ide-check 50 workspace/mod.nu -> 0 errors, 0 warnings

Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 3
2026-04-17 08:07:39 +01:00
..
commands.nu chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00: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