diff --git a/orchestration/_definitions/_INDEX.yml b/orchestration/_definitions/_INDEX.yml index c265adb86..c84b1b521 100644 --- a/orchestration/_definitions/_INDEX.yml +++ b/orchestration/_definitions/_INDEX.yml @@ -2,12 +2,12 @@ # ÍNDICE DE DEFINICIONES CANÓNICAS - MICHANGARRITO # ═══════════════════════════════════════════════════════════════════════════════ -version: "1.0.0" +version: "1.1.0" created: "2026-01-18" updated: "2026-01-18" maintained_by: "@WS_ORCHESTRATOR" -propagated_from: "erp-core/orchestration/_definitions/" -role: "STANDALONE" +propagated_from: "template-saas/orchestration/_definitions/" +role: "STANDALONE" # Proyecto independiente que integra módulos de template-saas protocols: CCA-PROTOCOL: @@ -57,7 +57,16 @@ statistics: standalone_config: role: "STANDALONE" - inherits_from: "workspace" - propagates_to: [] - sync_strategy: "MANUAL" - nota: "Proyecto independiente - actualizar manualmente desde workspace" + inherits_from: "template-saas" # Hereda módulos SaaS base de template-saas + tipo_herencia: "INTEGRATES" # Integración selectiva de módulos + modulos_integrados: + - audit + - feature-flags + - webhooks + - storage + - oauth + - analytics + - reports + propagates_to: [] # No propaga a otros proyectos + sync_strategy: "MANUAL" # Sincronización manual + nota: "Proyecto standalone que integra módulos de template-saas"