From 6b2baf8b0f53c59cf441712034639f711f59a7b5 Mon Sep 17 00:00:00 2001 From: rckrdmrd Date: Sun, 18 Jan 2026 10:38:08 -0600 Subject: [PATCH] [GOBERNANZA] fix: Corregir herencia a template-saas - Cambiar inherits_from de workspace a template-saas - Definir tipo_herencia INTEGRATES - Documentar modulos integrados - Mantener rol STANDALONE Co-Authored-By: Claude Opus 4.5 --- orchestration/_definitions/_INDEX.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) 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"