[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 <noreply@anthropic.com>
This commit is contained in:
parent
a7575d6096
commit
6b2baf8b0f
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user