2025-12-11 21:57:05 +00:00
|
|
|
# Diagnostics Module
|
|
|
|
|
# Comprehensive system diagnostics and health monitoring
|
|
|
|
|
|
2026-04-17 23:09:56 +01:00
|
|
|
# diagnostics/ subsystem facade — selective re-exports (ADR-025 Phase 3 Layer 3).
|
|
|
|
|
# All 3 files export multi-word Nu subcommands ("provisioning status", etc.).
|
|
|
|
|
|
|
|
|
|
export use system_status.nu ["provisioning status" "provisioning status-json"]
|
|
|
|
|
export use health_check.nu ["provisioning health" "provisioning health-json"]
|
|
|
|
|
export use next_steps.nu ["provisioning next" "provisioning phase"]
|