chore: Update CONTEXT-MAP.yml with PROVIDER role
- Changed tipo from STANDALONE to PROVIDER - Added modulos_provistos section (19 modules) - Added consumidores section (erp-core, trading-platform, michangarrito) - Version bumped to 2.1.0 Part of: TASK-2026-02-02-ANALISIS-REESTRUCTURACION-ORCHESTRATION Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
021cfae679
commit
b56eb16450
@ -6,9 +6,10 @@
|
||||
|
||||
metadata:
|
||||
proyecto: "template-saas"
|
||||
nivel: "STANDALONE"
|
||||
version: "2.0.0"
|
||||
ultima_actualizacion: "2026-01-10"
|
||||
nivel: "PROVIDER"
|
||||
tipo: "PROVIDER"
|
||||
version: "2.1.0"
|
||||
ultima_actualizacion: "2026-02-02"
|
||||
workspace_root: "/home/isem/workspace-v2"
|
||||
project_root: "/home/isem/workspace-v2/projects/template-saas"
|
||||
|
||||
@ -20,7 +21,7 @@ variables:
|
||||
# Identificacion
|
||||
PROJECT: "template-saas"
|
||||
PROJECT_NAME: "TEMPLATE-SAAS"
|
||||
PROJECT_LEVEL: "STANDALONE"
|
||||
PROJECT_LEVEL: "PROVIDER"
|
||||
PROJECT_CODE: "SAAS"
|
||||
|
||||
# Base de datos
|
||||
@ -404,7 +405,7 @@ validacion_tokens:
|
||||
# ===============================================================================
|
||||
|
||||
herencia:
|
||||
tipo: "STANDALONE"
|
||||
tipo: "PROVIDER"
|
||||
hereda_de:
|
||||
- "/home/isem/workspace-v2/orchestration/"
|
||||
usa_catalog:
|
||||
@ -417,6 +418,47 @@ herencia:
|
||||
- feature-flags
|
||||
- websocket
|
||||
|
||||
# ===============================================================================
|
||||
# MÓDULOS QUE PROVEE (PROVIDER)
|
||||
# ===============================================================================
|
||||
|
||||
modulos_provistos:
|
||||
- auth
|
||||
- tenants
|
||||
- users
|
||||
- billing
|
||||
- plans
|
||||
- ai-integration
|
||||
- notifications
|
||||
- audit-logs
|
||||
- feature-flags
|
||||
- webhooks
|
||||
- storage
|
||||
- email
|
||||
- whatsapp
|
||||
- oauth
|
||||
- analytics
|
||||
- reports
|
||||
- rbac
|
||||
- onboarding
|
||||
- superadmin
|
||||
|
||||
# ===============================================================================
|
||||
# CONSUMIDORES DE ESTE PROVIDER
|
||||
# ===============================================================================
|
||||
|
||||
consumidores:
|
||||
- proyecto: "erp-core"
|
||||
tipo: "DEPENDS_ON"
|
||||
modulos: "ALL"
|
||||
descripcion: "Hereda todos los patrones base SaaS"
|
||||
- proyecto: "trading-platform"
|
||||
tipo: "INTEGRATES"
|
||||
modulos: ["auth", "rbac", "billing", "plans", "ai-integration", "oauth"]
|
||||
- proyecto: "michangarrito"
|
||||
tipo: "INTEGRATES"
|
||||
modulos: ["audit", "feature-flags", "webhooks", "storage", "oauth", "analytics", "reports"]
|
||||
|
||||
# ===============================================================================
|
||||
# BUSQUEDA DE HISTORICO
|
||||
# ===============================================================================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user