[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
|
# ÍNDICE DE DEFINICIONES CANÓNICAS - MICHANGARRITO
|
||||||
# ═══════════════════════════════════════════════════════════════════════════════
|
# ═══════════════════════════════════════════════════════════════════════════════
|
||||||
|
|
||||||
version: "1.0.0"
|
version: "1.1.0"
|
||||||
created: "2026-01-18"
|
created: "2026-01-18"
|
||||||
updated: "2026-01-18"
|
updated: "2026-01-18"
|
||||||
maintained_by: "@WS_ORCHESTRATOR"
|
maintained_by: "@WS_ORCHESTRATOR"
|
||||||
propagated_from: "erp-core/orchestration/_definitions/"
|
propagated_from: "template-saas/orchestration/_definitions/"
|
||||||
role: "STANDALONE"
|
role: "STANDALONE" # Proyecto independiente que integra módulos de template-saas
|
||||||
|
|
||||||
protocols:
|
protocols:
|
||||||
CCA-PROTOCOL:
|
CCA-PROTOCOL:
|
||||||
@ -57,7 +57,16 @@ statistics:
|
|||||||
|
|
||||||
standalone_config:
|
standalone_config:
|
||||||
role: "STANDALONE"
|
role: "STANDALONE"
|
||||||
inherits_from: "workspace"
|
inherits_from: "template-saas" # Hereda módulos SaaS base de template-saas
|
||||||
propagates_to: []
|
tipo_herencia: "INTEGRATES" # Integración selectiva de módulos
|
||||||
sync_strategy: "MANUAL"
|
modulos_integrados:
|
||||||
nota: "Proyecto independiente - actualizar manualmente desde workspace"
|
- 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