557 files merged. Conflicts resolved: - CHANGELOG.md: took refactor/lazy-loading (session changelog) - versions.ncl: took refactor/lazy-loading (adds typedialog entries)
13 lines
678 B
Text
13 lines
678 B
Text
# Configuration Loader Orchestrator (v2)
|
|
# Re-exports modular loader components using folder structure
|
|
|
|
# Config Loader orchestrator (ADR-025 Phase 3 Layer 3).
|
|
# Re-exports the selective symbol set that loader/mod.nu declares.
|
|
# loader/mod.nu is already selective (14 symbols across 5 files).
|
|
export use ./loader/mod.nu [
|
|
load-provisioning-config validate-config validate-config-structure
|
|
validate-data-types validate-file-existence validate-path-values
|
|
validate-semantic-rules apply-environment-variable-overrides
|
|
detect-current-environment get-available-environments validate-environment
|
|
create-interpolation-test-suite test-interpolation get-dag-config
|
|
]
|