557 files merged. Conflicts resolved: - CHANGELOG.md: took refactor/lazy-loading (session changelog) - versions.ncl: took refactor/lazy-loading (adds typedialog entries)
9 lines
376 B
Text
9 lines
376 B
Text
# Mode System Module
|
|
# Execution mode management for provisioning system
|
|
|
|
# mode/ subsystem facade — selective re-exports (ADR-025 Phase 3 Layer 3).
|
|
export use commands.nu [
|
|
"mode compare" "mode current" "mode init" "mode list"
|
|
"mode oci-registry" "mode show" "mode switch" "mode validate"
|
|
]
|
|
export use validator.nu [check-runtime-requirements validate-mode-config]
|