2026-01-21 10:24:17 +00:00
|
|
|
# Configuration Loader Orchestrator (v2)
|
|
|
|
|
# Re-exports modular loader components using folder structure
|
2025-10-07 10:32:04 +01:00
|
|
|
|
2026-04-17 12:13:13 +01:00
|
|
|
# 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
|
|
|
|
|
]
|