- Move 7 non-standard folders to _archive/ - Create 5 missing obligatory files - Update _MAP.md with standardized structure Standard: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0 Level: CONSUMER (L2) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
71 lines
4.5 KiB
YAML
71 lines
4.5 KiB
YAML
# ═══════════════════════════════════════════════════════════════════════════════
|
|
# _inheritance.yml - Trading Platform
|
|
# ═══════════════════════════════════════════════════════════════════════════════
|
|
#
|
|
# Sistema: SIMCO v4.3.0 + NEXUS v4.0
|
|
# Estándar: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|
|
# Propósito: Define herencia del proyecto
|
|
# Fecha: 2026-01-24
|
|
#
|
|
# ═══════════════════════════════════════════════════════════════════════════════
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# TIPO DE PROYECTO
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
tipo: CONSUMER
|
|
version: "1.0.0"
|
|
subtipo: INTEGRATES
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# HERENCIA
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
hereda_de:
|
|
- workspace-v2/orchestration/
|
|
- projects/template-saas/
|
|
|
|
# CONSUMERS no exportan
|
|
exporta_a: []
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# PATRONES HEREDADOS
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
patrones_heredados:
|
|
de_template_saas:
|
|
- auth
|
|
- multi-tenancy
|
|
- api-structure
|
|
- frontend-structure
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# MÓDULOS PROPIOS
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
modulos_propios:
|
|
- ml-engine
|
|
- trading-signals
|
|
- charts-visualization
|
|
- portfolio-management
|
|
- mt4-gateway
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# REGLAS DE SINCRONIZACIÓN
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
regla_sincronizacion: |
|
|
Recibir cambios de template-saas según SLA definido.
|
|
Security fixes: Aplicar en 24h.
|
|
Bug fixes: Aplicar en 72h.
|
|
Features: Evaluar relevancia para trading platform.
|
|
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
# NOTAS
|
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
|
|
notas:
|
|
- "Proyecto CONSUMER con integración selectiva de template-saas"
|
|
- "Stack híbrido TypeScript + Python para componentes ML"
|
|
- "No exporta patrones a otros proyectos"
|