prvng_core/nulib/lib_provisioning/platform
Jesús Pérez e4fe2298f8
refactor(platform/bootstrap): selective imports + drop 3 dead imports (ADR-025 L2)
bootstrap.nu had 5 star-imports. Body scan showed only 2 of the 5 files
contributed any used symbols:

  config/accessor.nu      -> config-get
  services/health.nu      -> wait-for-service

The other 3 files were imported with `use X *` but supplied zero used
symbols — dead imports inherited from an earlier architecture:

  utils/logging.nu       (0 used)   dropped
  services/lifecycle.nu  (0 used)   dropped
  services/dependencies.nu (0 used) dropped

All imports now use absolute paths from nulib/ root. Existing selective
imports (context_manager, setup/mod, nickel_processor) kept as-is and
promoted to absolute paths for consistency with ADR-025 rule.

Validation:
  nu --ide-check 50 platform/bootstrap.nu -> 0 errors

Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 2
2026-04-17 08:01:04 +01:00
..
activation.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
autostart.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
bootstrap.nu refactor(platform/bootstrap): selective imports + drop 3 dead imports (ADR-025 L2) 2026-04-17 08:01:04 +01:00
cli.nu refactor(platform/cli): selective imports + stub dead platform-config (ADR-025 L2) 2026-04-17 07:58:00 +01:00
connection.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
credentials.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
discovery.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +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
mod.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
provctl.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
service-manager.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
startup.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
target.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