chore: Update CONTEXT-MAP.yml with PROVIDER role
Some checks are pending
CI / Backend CI (push) Waiting to run
CI / Frontend CI (push) Waiting to run
CI / Security Scan (push) Waiting to run
CI / CI Summary (push) Blocked by required conditions

- 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:
Adrian Flores Cortes 2026-02-02 16:22:03 -06:00
parent 021cfae679
commit b56eb16450

View File

@ -6,9 +6,10 @@
metadata: metadata:
proyecto: "template-saas" proyecto: "template-saas"
nivel: "STANDALONE" nivel: "PROVIDER"
version: "2.0.0" tipo: "PROVIDER"
ultima_actualizacion: "2026-01-10" version: "2.1.0"
ultima_actualizacion: "2026-02-02"
workspace_root: "/home/isem/workspace-v2" workspace_root: "/home/isem/workspace-v2"
project_root: "/home/isem/workspace-v2/projects/template-saas" project_root: "/home/isem/workspace-v2/projects/template-saas"
@ -20,7 +21,7 @@ variables:
# Identificacion # Identificacion
PROJECT: "template-saas" PROJECT: "template-saas"
PROJECT_NAME: "TEMPLATE-SAAS" PROJECT_NAME: "TEMPLATE-SAAS"
PROJECT_LEVEL: "STANDALONE" PROJECT_LEVEL: "PROVIDER"
PROJECT_CODE: "SAAS" PROJECT_CODE: "SAAS"
# Base de datos # Base de datos
@ -404,7 +405,7 @@ validacion_tokens:
# =============================================================================== # ===============================================================================
herencia: herencia:
tipo: "STANDALONE" tipo: "PROVIDER"
hereda_de: hereda_de:
- "/home/isem/workspace-v2/orchestration/" - "/home/isem/workspace-v2/orchestration/"
usa_catalog: usa_catalog:
@ -417,6 +418,47 @@ herencia:
- feature-flags - feature-flags
- websocket - 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 # BUSQUEDA DE HISTORICO
# =============================================================================== # ===============================================================================