10 lines
467 B
Text
10 lines
467 B
Text
|
|
# Diagnostics Module
|
||
|
|
# Comprehensive system diagnostics and health monitoring
|
||
|
|
|
||
|
|
# 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"]
|