[ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure

- Move 6 non-standard folders to _archive/
- Update _MAP.md with standardized structure

Standard: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
Level: SUB-CONSUMER

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adrian Flores Cortes 2026-01-24 14:38:02 -06:00
parent 294ea9595b
commit 8bb46e4d08
40 changed files with 952 additions and 898 deletions

@ -1 +1 @@
Subproject commit 25d59cd031f9577af1a3e3fd7870887ca6db74be Subproject commit fd9f7004bc8b02a01aba03addcdbf881fdc9ca9b

@ -1 +1 @@
Subproject commit 6235880380d02c25ddca9e4f10cc79090c1d72e1 Subproject commit 8ed6366b3006457a5a16dfa58fb3ad0c09eb7ac5

@ -1 +1 @@
Subproject commit 35f98c825860ee86b4de996385f7f3d22e50e7cc Subproject commit 36a84875a4367a91b303c8159454594f84d7aeb9

View File

@ -1,48 +1,102 @@
# MAPA DE ORQUESTACION: clinica-veterinaria # MAPA DE ORQUESTACION: clinica-veterinaria
**Proyecto:** clinica-veterinaria **Proyecto:** clinica-veterinaria
**Nivel:** NIVEL_2B.2 **Nivel:** SUB-CONSUMER (hereda de erp-clinicas)
**Sistema:** NEXUS v4.0 + SIMCO + SAAD **Sistema:** SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
**Ultima actualizacion:** 2026-01-10 **Ultima actualizacion:** 2026-01-24
--- ---
## Estructura ## Estructura Estandarizada
``` ```
orchestration/ orchestration/
├── 00-guidelines/ ├── 00-guidelines/ # Guidelines locales del proyecto
│ └── CONTEXTO-PROYECTO.md │ ├── CONTEXTO-PROYECTO.md
├── environment/ │ ├── HERENCIA-ERP-CLINICAS.md
├── inventarios/ │ ├── HERENCIA-ERP-CORE.md
├── trazas/ │ └── HERENCIA-SIMCO.md
├── CONTEXT-MAP.yml ├── inventarios/ # Inventarios del proyecto
├── PROJECT-STATUS.md │ ├── BACKEND_INVENTORY.yml
├── PROXIMA-ACCION.md │ ├── DATABASE_INVENTORY.yml
└── _MAP.md │ ├── FRONTEND_INVENTORY.yml
│ └── MASTER_INVENTORY.yml
├── trazas/ # Trazas de ejecucion
│ ├── REPORTE-EJECUCION-SPRINT7-2026-01-07.md
│ └── TRAZA-TAREAS-DATABASE.md
├── _archive/ # Contenido archivado (no estandar)
│ ├── _definitions/
│ ├── _refs/
│ ├── agents/
│ ├── directivas/
│ ├── environment/
│ └── referencias/
├── _inheritance.yml # Modelo de herencia
├── _MAP.md # Este archivo
├── BOOTLOADER.md # Arranque del proyecto
├── CONTEXT-MAP.yml # Mapa de contexto NEXUS
├── DEPENDENCY-GRAPH.yml # Grafo de dependencias
├── MAPA-DOCUMENTACION.yml # Mapa de documentacion
├── PROJECT-PROFILE.yml # Perfil del proyecto
├── PROJECT-STATUS.md # Estado actual
├── PROXIMA-ACCION.md # Siguiente accion
└── TRACEABILITY.yml # Trazabilidad
``` ```
--- ---
## Archivos Obligatorios (10/10)
| # | Archivo | Estado |
|---|---------|--------|
| 1 | _inheritance.yml | OK |
| 2 | _MAP.md | OK |
| 3 | BOOTLOADER.md | OK |
| 4 | CONTEXT-MAP.yml | OK |
| 5 | DEPENDENCY-GRAPH.yml | OK |
| 6 | MAPA-DOCUMENTACION.yml | OK |
| 7 | PROJECT-PROFILE.yml | OK |
| 8 | PROJECT-STATUS.md | OK |
| 9 | PROXIMA-ACCION.md | OK |
| 10 | TRACEABILITY.yml | OK |
---
## Carpetas Obligatorias (4/4)
| Carpeta | Estado | Contenido |
|---------|--------|-----------|
| 00-guidelines/ | OK | 4 archivos |
| inventarios/ | OK | 4 archivos |
| trazas/ | OK | 2 archivos |
| _archive/ | OK | Contenido no estandar archivado |
---
## Navegacion ## Navegacion
| Destino | Enlace | | Destino | Enlace |
|---------|--------| |---------|--------|
| Documentacion | [../docs/_MAP.md](../docs/_MAP.md) | | Padre: erp-clinicas | [../../erp-clinicas/orchestration/_MAP.md](../../erp-clinicas/orchestration/_MAP.md) |
| Orchestration Central | [../../orchestration/_MAP.md](../../orchestration/_MAP.md) | | Orchestration Central | [../../../orchestration/_MAP.md](../../../orchestration/_MAP.md) |
| Directivas SIMCO | [../../orchestration/directivas/simco/_INDEX.md](../../orchestration/directivas/simco/_INDEX.md) | | Documentacion Proyecto | [../docs/_MAP.md](../docs/_MAP.md) |
--- ---
## Archivos Principales ## Nota sobre _archive/
| Archivo | Proposito | El contenido en `_archive/` fue movido durante la reestructuracion a SIMCO-ESTANDAR-ORCHESTRATION v1.0.0.
|---------|-----------| Este contenido era duplicacion de directivas heredadas del workspace padre.
| CONTEXT-MAP.yml | Configuracion contexto | Los proyectos SUB-CONSUMER heredan directivas automaticamente y no requieren copias locales.
| CONTEXTO-PROYECTO.md | Descripcion proyecto |
| PROJECT-STATUS.md | Estado actual | **Contenido archivado:**
| PROXIMA-ACCION.md | Siguiente tarea | - `_definitions/` - Checklists, protocolos, validaciones (heredar de workspace)
- `_refs/` - Referencias (heredar de workspace)
- `agents/` - Perfiles de agentes (heredar de erp-clinicas)
- `directivas/` - Principios, SIMCO, triggers (heredar de workspace)
- `environment/` - Inventario de ambiente (mover a inventarios/ si necesario)
- `referencias/` - Dependencias ERP (mover a inventarios/ si necesario)
--- ---
**Actualizado:** 2026-01-10 **Reestructurado:** 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0