- 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>
103 lines
3.4 KiB
Markdown
103 lines
3.4 KiB
Markdown
# MAPA DE ORQUESTACION: clinica-veterinaria
|
|
|
|
**Proyecto:** clinica-veterinaria
|
|
**Nivel:** SUB-CONSUMER (hereda de erp-clinicas)
|
|
**Sistema:** SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|
|
**Ultima actualizacion:** 2026-01-24
|
|
|
|
---
|
|
|
|
## Estructura Estandarizada
|
|
|
|
```
|
|
orchestration/
|
|
├── 00-guidelines/ # Guidelines locales del proyecto
|
|
│ ├── CONTEXTO-PROYECTO.md
|
|
│ ├── HERENCIA-ERP-CLINICAS.md
|
|
│ ├── HERENCIA-ERP-CORE.md
|
|
│ └── HERENCIA-SIMCO.md
|
|
├── inventarios/ # Inventarios del proyecto
|
|
│ ├── BACKEND_INVENTORY.yml
|
|
│ ├── DATABASE_INVENTORY.yml
|
|
│ ├── 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
|
|
|
|
| Destino | Enlace |
|
|
|---------|--------|
|
|
| Padre: erp-clinicas | [../../erp-clinicas/orchestration/_MAP.md](../../erp-clinicas/orchestration/_MAP.md) |
|
|
| Orchestration Central | [../../../orchestration/_MAP.md](../../../orchestration/_MAP.md) |
|
|
| Documentacion Proyecto | [../docs/_MAP.md](../docs/_MAP.md) |
|
|
|
|
---
|
|
|
|
## Nota sobre _archive/
|
|
|
|
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.
|
|
Los proyectos SUB-CONSUMER heredan directivas automaticamente y no requieren copias locales.
|
|
|
|
**Contenido archivado:**
|
|
- `_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)
|
|
|
|
---
|
|
|
|
**Reestructurado:** 2026-01-24 segun SIMCO-ESTANDAR-ORCHESTRATION v1.0.0
|