michangarrito/orchestration/_MAP.md
Adrian Flores Cortes 2fb9f3f6b5
Some checks are pending
CI/CD Pipeline / Backend CI (push) Waiting to run
CI/CD Pipeline / Frontend CI (push) Waiting to run
CI/CD Pipeline / WhatsApp Service CI (push) Waiting to run
CI/CD Pipeline / Mobile CI (push) Waiting to run
CI/CD Pipeline / Docker Build (./apps/backend, ./apps/backend/Dockerfile, backend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/frontend, ./apps/frontend/Dockerfile, frontend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/whatsapp-service, ./apps/whatsapp-service/Dockerfile, whatsapp-service) (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions
[ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure
- Move 7 non-standard folders to _archive/
- Archive 3 extra root 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:04 -06:00

114 lines
3.7 KiB
Markdown

# MAPA DE ORQUESTACION: michangarrito
**Proyecto:** michangarrito
**Nivel:** CONSUMER (L2) - Estandar SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
**Sistema:** NEXUS v4.0 + SIMCO + SAAD
**Ultima actualizacion:** 2026-01-24
---
## Estructura Estandarizada
```
orchestration/
├── _MAP.md # [OBLIGATORIO] Este archivo
├── _inheritance.yml # [OBLIGATORIO] Herencia (template-saas)
├── BOOTLOADER.md # [OBLIGATORIO] Protocolo de arranque
├── CONTEXT-MAP.yml # [OBLIGATORIO] Mapa de contexto NEXUS
├── PROJECT-PROFILE.yml # [OBLIGATORIO] Perfil del proyecto
├── PROJECT-STATUS.md # [OBLIGATORIO] Estado actual
├── PROXIMA-ACCION.md # [OBLIGATORIO] Checkpoint de sesion
├── DEPENDENCY-GRAPH.yml # [OBLIGATORIO] Dependencias
├── TRACEABILITY.yml # [OBLIGATORIO] Trazabilidad
├── MAPA-DOCUMENTACION.yml # [OBLIGATORIO] Mapa de docs
├── 00-guidelines/ # [OBLIGATORIO]
│ └── CONTEXTO-PROYECTO.md # Descripcion del proyecto
├── inventarios/ # [OBLIGATORIO]
│ └── MASTER_INVENTORY.yml # Inventario maestro
├── trazas/ # [OBLIGATORIO]
│ └── {trazas por capa} # Trazas de tareas
├── directivas/ # [OPCIONAL] Directivas especificas
└── _archive/ # Carpetas archivadas (no estandar)
├── _definitions/
├── _refs/
├── agents/
├── analisis/
├── environment/
├── reportes/
├── tareas/
└── root-files/
├── CONTEXT-MAP.yml.bak-v1
├── PLAN-IMPLEMENTACION.md
└── README.md
```
---
## Archivos Obligatorios (10/10)
| # | Archivo | Estado | Proposito |
|---|---------|--------|-----------|
| 1 | `_MAP.md` | OK | Mapa de navegacion |
| 2 | `_inheritance.yml` | OK | Herencia desde template-saas |
| 3 | `BOOTLOADER.md` | OK | Protocolo de arranque NEXUS |
| 4 | `CONTEXT-MAP.yml` | OK | Mapa de contexto |
| 5 | `PROJECT-PROFILE.yml` | OK | Perfil y metadata |
| 6 | `PROJECT-STATUS.md` | OK | Estado actual |
| 7 | `PROXIMA-ACCION.md` | OK | Checkpoint de sesion |
| 8 | `DEPENDENCY-GRAPH.yml` | OK | Grafo de dependencias |
| 9 | `TRACEABILITY.yml` | OK | Trazabilidad |
| 10 | `MAPA-DOCUMENTACION.yml` | OK | Mapa de documentacion |
---
## Carpetas Obligatorias (3/3)
| # | Carpeta | Estado | Contenido |
|---|---------|--------|-----------|
| 1 | `00-guidelines/` | OK | CONTEXTO-PROYECTO.md |
| 2 | `inventarios/` | OK | MASTER_INVENTORY.yml |
| 3 | `trazas/` | OK | Trazas por capa |
---
## Carpetas Opcionales
| Carpeta | Estado | Nota |
|---------|--------|------|
| `directivas/` | OK | Directivas especificas del proyecto |
| `_archive/` | OK | Contenido archivado (no estandar) |
---
## Navegacion
| Destino | Enlace |
|---------|--------|
| Documentacion proyecto | [../docs/_MAP.md](../docs/_MAP.md) |
| Orchestration Workspace | [../../orchestration/_MAP.md](../../orchestration/_MAP.md) |
| Directivas SIMCO | [../../orchestration/directivas/simco/](../../orchestration/directivas/simco/) |
| Estandar Orchestration | [../../orchestration/directivas/simco/SIMCO-ESTANDAR-ORCHESTRATION.md](../../orchestration/directivas/simco/SIMCO-ESTANDAR-ORCHESTRATION.md) |
---
## Validacion
**Nivel:** CONSUMER (L2)
**Requisitos:** 10 archivos root + 3 carpetas obligatorias
**Estado:** CUMPLE
```
Archivos root: 10/10
Carpetas: 3/3 (+1 opcional: directivas, +1 archivo: _archive)
_inheritance.yml: tipo=CONSUMER, hereda_de=template-saas
```
---
**Reestructurado:** 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0