betting-analytics/orchestration/TRACEABILITY.yml
Adrian Flores Cortes fc3ceaf7c8 [ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure
- Move 2 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>
2026-01-24 14:38:27 -06:00

101 lines
3.2 KiB
YAML

# ===============================================================================
# TRACEABILITY.yml - Betting Analytics
# ===============================================================================
#
# Sistema: SIMCO v4.3.0 + NEXUS v4.0
# Estandar: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
# Nivel: CONSUMER (L2)
# Fecha: 2026-01-24
#
# ===============================================================================
metadata:
proyecto: "betting-analytics"
codigo: "BET"
version: "0.0.1"
ultima_actualizacion: "2026-01-24"
estado: "idea"
# -----------------------------------------------------------------------------
# HISTORIAL DE CAMBIOS SIGNIFICATIVOS
# -----------------------------------------------------------------------------
historial:
- fecha: "2025-12-08"
tipo: "creacion"
descripcion: "Creacion inicial del proyecto"
agente: "unknown"
commit: "unknown"
notas: "Proyecto creado en fase idea"
- fecha: "2026-01-04"
tipo: "actualizacion"
descripcion: "Migracion a workspace-v2"
agente: "Claude Code"
commit: "unknown"
notas: "Migracion de estructura desde workspace-v1"
- fecha: "2026-01-24"
tipo: "reestructuracion"
descripcion: "Estandarizacion orchestration segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0"
agente: "Claude Code"
commit: "pendiente"
notas: |
- Creada _archive/ para carpetas legacy
- Movido environment/ y estados/ a _archive/
- Creados archivos obligatorios: _inheritance.yml, _MAP.md,
DEPENDENCY-GRAPH.yml, TRACEABILITY.yml, MAPA-DOCUMENTACION.yml
- Estructura alineada a CONSUMER level
# -----------------------------------------------------------------------------
# TRAZAS POR DOMINIO
# -----------------------------------------------------------------------------
trazas_por_dominio:
database:
archivo: "trazas/TRAZA-TAREAS-DATABASE.md"
estado: "sin_cambios"
ultima_tarea: null
backend:
archivo: "trazas/TRAZA-TAREAS-BACKEND.md"
estado: "sin_cambios"
ultima_tarea: null
frontend:
archivo: "trazas/TRAZA-TAREAS-FRONTEND.md"
estado: "sin_cambios"
ultima_tarea: null
# -----------------------------------------------------------------------------
# PROPAGACIONES RECIBIDAS
# -----------------------------------------------------------------------------
propagaciones_recibidas:
- origen: "workspace-v2/orchestration"
fecha: "2026-01-24"
tipo: "estructura"
descripcion: "Estandar SIMCO-ESTANDAR-ORCHESTRATION aplicado"
# -----------------------------------------------------------------------------
# ESTADISTICAS
# -----------------------------------------------------------------------------
estadisticas:
total_tareas_documentadas: 0
tareas_database: 0
tareas_backend: 0
tareas_frontend: 0
commits_relacionados: 0
propagaciones_recibidas: 1
propagaciones_enviadas: 0
# -----------------------------------------------------------------------------
# NOTAS
# -----------------------------------------------------------------------------
notas:
- "Proyecto en fase IDEA - sin tareas de desarrollo ejecutadas"
- "Trazabilidad iniciada con reestructuracion de orchestration"
- "Actualizar cuando inicie desarrollo activo"