557 files merged. Conflicts resolved: - CHANGELOG.md: took refactor/lazy-loading (session changelog) - versions.ncl: took refactor/lazy-loading (adds typedialog entries)
10 lines
498 B
Text
10 lines
498 B
Text
# Integrations Module
|
|
# Top-level module that provides access to all integration providers:
|
|
# - Ecosystem: External integrations (backup, runtime, SSH, GitOps, service)
|
|
# - IaC: Infrastructure-from-Code to orchestrator conversion
|
|
|
|
# integrations/ facade — selective re-exports via child facades (ADR-025 L3).
|
|
# Both children (ecosystem/mod.nu, iac/mod.nu) are already selective, so this
|
|
# facade can re-export their full API without multiplying stars.
|
|
export use ./ecosystem *
|
|
export use ./iac *
|