[ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure
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
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
- 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>
This commit is contained in:
parent
2de6534b92
commit
2fb9f3f6b5
2
database
2
database
@ -1 +1 @@
|
|||||||
Subproject commit 9f51315ea1cdd6567594dc59a2e42d4c230f7925
|
Subproject commit ddd0c426da9382d668bf90cc88c6a2d59f9d531b
|
||||||
@ -1,48 +1,113 @@
|
|||||||
# MAPA DE ORQUESTACION: michangarrito
|
# MAPA DE ORQUESTACION: michangarrito
|
||||||
|
|
||||||
**Proyecto:** michangarrito
|
**Proyecto:** michangarrito
|
||||||
**Nivel:** NIVEL_2A
|
**Nivel:** CONSUMER (L2) - Estandar SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|
||||||
**Sistema:** NEXUS v4.0 + SIMCO + SAAD
|
**Sistema:** NEXUS v4.0 + SIMCO + SAAD
|
||||||
**Ultima actualizacion:** 2026-01-10
|
**Ultima actualizacion:** 2026-01-24
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Estructura
|
## Estructura Estandarizada
|
||||||
|
|
||||||
```
|
```
|
||||||
orchestration/
|
orchestration/
|
||||||
├── 00-guidelines/
|
├── _MAP.md # [OBLIGATORIO] Este archivo
|
||||||
│ └── CONTEXTO-PROYECTO.md
|
├── _inheritance.yml # [OBLIGATORIO] Herencia (template-saas)
|
||||||
├── environment/
|
├── BOOTLOADER.md # [OBLIGATORIO] Protocolo de arranque
|
||||||
├── inventarios/
|
├── CONTEXT-MAP.yml # [OBLIGATORIO] Mapa de contexto NEXUS
|
||||||
├── trazas/
|
├── PROJECT-PROFILE.yml # [OBLIGATORIO] Perfil del proyecto
|
||||||
├── CONTEXT-MAP.yml
|
├── PROJECT-STATUS.md # [OBLIGATORIO] Estado actual
|
||||||
├── PROJECT-STATUS.md
|
├── PROXIMA-ACCION.md # [OBLIGATORIO] Checkpoint de sesion
|
||||||
├── PROXIMA-ACCION.md
|
├── DEPENDENCY-GRAPH.yml # [OBLIGATORIO] Dependencias
|
||||||
└── _MAP.md
|
├── 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
|
## Navegacion
|
||||||
|
|
||||||
| Destino | Enlace |
|
| Destino | Enlace |
|
||||||
|---------|--------|
|
|---------|--------|
|
||||||
| Documentacion | [../docs/_MAP.md](../docs/_MAP.md) |
|
| Documentacion proyecto | [../docs/_MAP.md](../docs/_MAP.md) |
|
||||||
| Orchestration Central | [../../orchestration/_MAP.md](../../orchestration/_MAP.md) |
|
| Orchestration Workspace | [../../orchestration/_MAP.md](../../orchestration/_MAP.md) |
|
||||||
| Directivas SIMCO | [../../orchestration/directivas/simco/_INDEX.md](../../orchestration/directivas/simco/_INDEX.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) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Archivos Principales
|
## Validacion
|
||||||
|
|
||||||
| Archivo | Proposito |
|
**Nivel:** CONSUMER (L2)
|
||||||
|---------|-----------|
|
**Requisitos:** 10 archivos root + 3 carpetas obligatorias
|
||||||
| CONTEXT-MAP.yml | Configuracion contexto |
|
**Estado:** CUMPLE
|
||||||
| CONTEXTO-PROYECTO.md | Descripcion proyecto |
|
|
||||||
| PROJECT-STATUS.md | Estado actual |
|
```
|
||||||
| PROXIMA-ACCION.md | Siguiente tarea |
|
Archivos root: 10/10
|
||||||
|
Carpetas: 3/3 (+1 opcional: directivas, +1 archivo: _archive)
|
||||||
|
_inheritance.yml: tipo=CONSUMER, hereda_de=template-saas
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Actualizado:** 2026-01-10
|
**Reestructurado:** 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user