miinventario-v2/orchestration/_MAP.md
Adrian Flores Cortes e101c7b94c
Some checks are pending
Build / Build Backend (push) Waiting to run
Build / Build Docker Image (push) Blocked by required conditions
Build / Build Mobile (TypeScript Check) (push) Waiting to run
Lint / Lint Backend (push) Waiting to run
Lint / Lint Mobile (push) Waiting to run
Test / Backend E2E Tests (push) Waiting to run
Test / Mobile Unit Tests (push) Waiting to run
[ESTANDAR-ORCHESTRATION] refactor: Consolidate to standard structure
- Move 5 non-standard folders to _archive/
- Archive 2 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:05 -06:00

4.8 KiB

_MAP.md - MiInventario Orchestration

Sistema: SIMCO v4.3.0 + NEXUS v4.0 Estandar: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0 Proyecto: MiInventario Nivel: CONSUMER (L2) Fecha: 2026-01-24


Estructura Estandarizada (CONSUMER L2)

orchestration/
├── _MAP.md                    <- ESTE ARCHIVO (mapa de navegacion)
├── _inheritance.yml           <- Declaracion de herencia
├── BOOTLOADER.md              <- Protocolo de arranque
├── CONTEXT-MAP.yml            <- Mapa central de contexto
├── PROJECT-PROFILE.yml        <- Perfil y metadata
├── PROJECT-STATUS.md          <- Estado actual detallado
├── PROXIMA-ACCION.md          <- Checkpoint de sesion
├── DEPENDENCY-GRAPH.yml       <- Grafo de dependencias
├── TRACEABILITY.yml           <- Trazabilidad del proyecto
├── MAPA-DOCUMENTACION.yml     <- Mapa de documentacion
│
├── 00-guidelines/             <- Guias del proyecto
│   ├── CONTEXTO-PROYECTO.md   <- Contexto general
│   └── HERENCIA-SIMCO.md      <- Como hereda de SIMCO
│
├── directivas/                <- Directivas locales (opcional)
│   ├── README.md
│   └── proyecto-triggers/
│       ├── TRIGGER-COHERENCIA-CAPAS.md
│       └── TRIGGER-INVENTARIOS.md
│
├── inventarios/               <- Inventarios del proyecto
│   ├── MASTER_INVENTORY.yml   <- Inventario maestro
│   ├── DATABASE_INVENTORY.yml <- Tablas DDL
│   ├── BACKEND_INVENTORY.yml  <- Entities/Services
│   └── FRONTEND_INVENTORY.yml <- Componentes mobile
│
├── trazas/                    <- Trazas de ejecucion
│   ├── TRAZA-TAREAS-BACKEND.md
│   ├── TRAZA-TAREAS-DATABASE.md
│   └── TRAZA-TAREAS-MOBILE.md
│
└── _archive/                  <- Material archivado
    ├── root-files/            <- Archivos root no estandar
    │   ├── PLAN-IMPLEMENTACION.md
    │   └── README.md
    ├── _refs/                 <- Referencias externas
    │   └── WS-REFERENCES.yml
    ├── 90-transversal/        <- Configuraciones transversales
    │   └── PRODUCTION-CONFIG.md
    ├── agents/                <- Configuracion de agentes
    │   ├── README.md
    │   ├── perfiles/
    │   └── trazas/
    ├── analisis/              <- Analisis realizados
    │   ├── ANALISIS-*.md
    │   ├── PLAN-*.md
    │   └── VALIDACION-*.md
    └── environment/           <- Configuracion de ambiente
        └── ENVIRONMENT-INVENTORY.yml

Archivos Obligatorios (10 root)

# Archivo Estado Proposito
1 _MAP.md OK Mapa de navegacion
2 _inheritance.yml OK Declaracion de herencia
3 BOOTLOADER.md OK Protocolo de arranque
4 CONTEXT-MAP.yml OK Variables, rutas, aliases
5 PROJECT-PROFILE.yml OK Metadata y stack tecnologico
6 PROJECT-STATUS.md OK Estado detallado del proyecto
7 PROXIMA-ACCION.md OK Checkpoint de sesion
8 DEPENDENCY-GRAPH.yml OK Dependencias internas/externas
9 TRACEABILITY.yml OK Historial de cambios
10 MAPA-DOCUMENTACION.yml OK Mapa de documentacion

Carpetas Obligatorias (3 + archive)

Carpeta Estado Contenido
00-guidelines/ OK Guias del proyecto
inventarios/ OK Inventarios por dominio
trazas/ OK Trazas de ejecucion
_archive/ OK Material archivado

Carpeta Opcional

Carpeta Estado Contenido
directivas/ OK Triggers locales del proyecto

Inventarios

Archivo Proposito
MASTER_INVENTORY.yml Totales consolidados
DATABASE_INVENTORY.yml 9 schemas, ~40 tablas
BACKEND_INVENTORY.yml 11 modulos NestJS
FRONTEND_INVENTORY.yml Componentes React Native

Aliases Rapidos

@MII-CONTEXT    -> CONTEXT-MAP.yml
@MII-STATUS     -> PROJECT-STATUS.md
@MII-BOOT       -> BOOTLOADER.md
@MII-INVENTORY  -> inventarios/MASTER_INVENTORY.yml
@MII-TRAZAS     -> trazas/

Navegacion Recomendada

Nuevo en el Proyecto

  1. Leer BOOTLOADER.md (arranque)
  2. Revisar PROJECT-PROFILE.yml (overview)
  3. Consultar CONTEXT-MAP.yml (variables)

Continuar Trabajo

  1. Cargar PROXIMA-ACCION.md (checkpoint)
  2. Verificar PROJECT-STATUS.md (estado actual)
  3. Consultar inventario del dominio

Hacer Cambios

  1. Verificar DEPENDENCY-GRAPH.yml (impacto)
  2. Actualizar inventario correspondiente
  3. Registrar en TRACEABILITY.yml

Recuperar Material Archivado

  • Ver _archive/ para material no estandar
  • Incluye: analisis, perfiles de agentes, configuraciones

_MAP.md MiInventario v1.1.0 - SIMCO-ESTANDAR-ORCHESTRATION v1.0.0