betting-analytics/orchestration/_MAP.md
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

147 lines
5.0 KiB
Markdown

# MAPA DE NAVEGACION - Betting Analytics Orchestration
**Sistema:** SIMCO v4.3.0 + NEXUS v4.0
**Estandar:** SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
**Nivel:** CONSUMER (L2)
**Fecha:** 2026-01-24
---
## ESTRUCTURA ESTANDARIZADA
```
orchestration/
├── _MAP.md <- ESTE ARCHIVO (mapa de navegacion)
├── _inheritance.yml <- Definicion de herencia (de workspace-v2)
├── BOOTLOADER.md <- Protocolo de arranque NEXUS
├── CONTEXT-MAP.yml <- Mapa de contexto y aliases
├── PROJECT-PROFILE.yml <- Perfil y metadata del proyecto
├── PROJECT-STATUS.md <- Estado actual del proyecto
├── PROXIMA-ACCION.md <- Checkpoint de sesion
├── DEPENDENCY-GRAPH.yml <- Grafo de dependencias
├── TRACEABILITY.yml <- Trazabilidad del proyecto
├── MAPA-DOCUMENTACION.yml <- Mapa de toda la documentacion
├── 00-guidelines/ <- Guidelines del proyecto
│ ├── CONTEXTO-PROYECTO.md <- Contexto y variables
│ ├── HERENCIA-DIRECTIVAS.md <- Directivas heredadas
│ ├── HERENCIA-SIMCO.md <- SIMCO heredado
│ └── PROJECT-STATUS.md <- Status (duplicado, considerar eliminar)
├── inventarios/ <- Inventarios por capa
│ ├── MASTER_INVENTORY.yml <- Inventario maestro
│ ├── DATABASE_INVENTORY.yml <- Inventario de BD
│ ├── BACKEND_INVENTORY.yml <- Inventario de backend
│ └── FRONTEND_INVENTORY.yml <- Inventario de frontend
├── trazas/ <- Trazas de tareas por dominio
│ ├── TRAZA-TAREAS-DATABASE.md
│ ├── TRAZA-TAREAS-BACKEND.md
│ └── TRAZA-TAREAS-FRONTEND.md
└── _archive/ <- Archivos legacy (no usar)
├── environment/ <- (Movido, usar datos de PROJECT-PROFILE)
└── estados/ <- (Movido, usar TRACEABILITY)
```
---
## NAVEGACION RAPIDA
### Arranque de Sesion
| Documento | Proposito | Cuando usar |
|-----------|-----------|-------------|
| `BOOTLOADER.md` | Protocolo de arranque | Inicio de cada sesion |
| `PROJECT-PROFILE.yml` | Metadata del proyecto | Contexto general |
| `PROXIMA-ACCION.md` | Ultimo checkpoint | Continuar trabajo |
### Contexto y Configuracion
| Documento | Proposito | Cuando usar |
|-----------|-----------|-------------|
| `CONTEXT-MAP.yml` | Aliases y variables | Resolver @ALIAS |
| `_inheritance.yml` | Herencia definida | Entender dependencias |
| `00-guidelines/CONTEXTO-PROYECTO.md` | Contexto detallado | Nuevo al proyecto |
### Estado y Trazabilidad
| Documento | Proposito | Cuando usar |
|-----------|-----------|-------------|
| `PROJECT-STATUS.md` | Estado actual | Ver estado |
| `TRACEABILITY.yml` | Historial de cambios | Auditar cambios |
| `DEPENDENCY-GRAPH.yml` | Dependencias | Ver relaciones |
### Inventarios
| Documento | Proposito | Cuando usar |
|-----------|-----------|-------------|
| `inventarios/MASTER_INVENTORY.yml` | Resumen general | Vista global |
| `inventarios/DATABASE_INVENTORY.yml` | Objetos de BD | Trabajo DDL |
| `inventarios/BACKEND_INVENTORY.yml` | Servicios backend | Trabajo API |
| `inventarios/FRONTEND_INVENTORY.yml` | Componentes UI | Trabajo frontend |
### Trazas de Ejecucion
| Documento | Proposito | Cuando usar |
|-----------|-----------|-------------|
| `trazas/TRAZA-TAREAS-DATABASE.md` | Tareas de BD | Registrar cambios DDL |
| `trazas/TRAZA-TAREAS-BACKEND.md` | Tareas backend | Registrar cambios API |
| `trazas/TRAZA-TAREAS-FRONTEND.md` | Tareas frontend | Registrar cambios UI |
---
## ALIASES DEL PROYECTO
```
@BET-BOOT -> orchestration/BOOTLOADER.md
@BET-PROFILE -> orchestration/PROJECT-PROFILE.yml
@BET-STATUS -> orchestration/PROJECT-STATUS.md
@BET-CONTEXT -> orchestration/CONTEXT-MAP.yml
@BET-DEPS -> orchestration/DEPENDENCY-GRAPH.yml
@BET-TRACE -> orchestration/TRACEABILITY.yml
@BET-INV -> orchestration/inventarios/MASTER_INVENTORY.yml
```
---
## HERENCIA
Este proyecto **CONSUMER** hereda de:
```
workspace-v2/orchestration/
├── directivas/simco/* <- Directivas SIMCO
├── directivas/principios/* <- 7 principios
├── directivas/triggers/* <- Triggers automaticos
└── agents/perfiles/* <- Perfiles de agentes
```
**No hereda de:** template-saas, erp-core (es standalone)
**No exporta a:** ningun proyecto (CONSUMER level)
---
## ESTADO DEL PROYECTO
| Aspecto | Valor |
|---------|-------|
| **Estado** | IDEA |
| **Prioridad** | P4 (Backlog) |
| **Desarrollo activo** | No |
| **Codigo existente** | No |
---
## NOTAS
1. **Estructura estandarizada** el 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
2. **Carpetas legacy** movidas a `_archive/` (environment, estados)
3. **10 archivos root** obligatorios - todos presentes
4. **3 subcarpetas** obligatorias - todas presentes (00-guidelines, inventarios, trazas)
---
*Sistema SIMCO v4.3.0 + NEXUS v4.0*
*Proyecto betting-analytics - Nivel CONSUMER (L2)*