miinventario-v2/orchestration
Adrian Flores Cortes 5e5f2f9578
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
[TASK-2026-01-24-ESTANDAR-ORCHESTRATION] docs: Add _MAP.md, BOOTLOADER.md and PROJECT-PROFILE.yml
- Add _MAP.md navigation structure
- Add standardized BOOTLOADER for STANDALONE project
- Add PROJECT-PROFILE.yml with modules and epicas info
- Compliance with SIMCO-ESTANDAR-ORCHESTRATION

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 09:38:26 -06:00
..
_refs [GOVERNANCE] Agregar referencias gobernanza a WS-REFERENCES.yml 2026-01-16 04:34:33 -06:00
00-guidelines [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
90-transversal [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
agents [MIINVENTARIO] feat: Add SaaS documentation structure from template-saas 2026-01-16 19:47:59 -06:00
analisis [MIINVENTARIO] feat: Add exports, reports, integrations modules and CI/CD pipeline 2026-01-13 06:06:34 -06:00
directivas [MIINVENTARIO] feat: Add SaaS documentation structure from template-saas 2026-01-16 19:47:59 -06:00
environment [MIINVENTARIO] feat: Add exports, reports, integrations modules and CI/CD pipeline 2026-01-13 06:06:34 -06:00
inventarios [MIINVENTARIO] feat: Add exports, reports, integrations modules and CI/CD pipeline 2026-01-13 06:06:34 -06:00
trazas [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
_inheritance.yml [GOVERNANCE] feat: Agregar modelo de herencia (_inheritance.yml) 2026-01-16 07:19:13 -06:00
_MAP.md [TASK-2026-01-24-ESTANDAR-ORCHESTRATION] docs: Add _MAP.md, BOOTLOADER.md and PROJECT-PROFILE.yml 2026-01-24 09:38:26 -06:00
BOOTLOADER.md [TASK-2026-01-24-ESTANDAR-ORCHESTRATION] docs: Add _MAP.md, BOOTLOADER.md and PROJECT-PROFILE.yml 2026-01-24 09:38:26 -06:00
CONTEXT-MAP.yml [MIINVENTARIO] feat: Add exports, reports, integrations modules and CI/CD pipeline 2026-01-13 06:06:34 -06:00
DEPENDENCY-GRAPH.yml [INTEGRATION] F5: Crear _definitions/ y _quick/ (independiente, 21 tablas) 2026-01-16 04:21:07 -06:00
MAPA-DOCUMENTACION.yml [MIINVENTARIO] feat: Add SaaS documentation structure from template-saas 2026-01-16 19:47:59 -06:00
PLAN-IMPLEMENTACION.md [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
PROJECT-PROFILE.yml [TASK-2026-01-24-ESTANDAR-ORCHESTRATION] docs: Add _MAP.md, BOOTLOADER.md and PROJECT-PROFILE.yml 2026-01-24 09:38:26 -06:00
PROJECT-STATUS.md [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
PROXIMA-ACCION.md [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
README.md [MIINVENTARIO] feat: Initial commit - Sistema de inventario con análisis de video IA 2026-01-13 02:25:48 -06:00
TRACEABILITY.yml [INTEGRATION] F5: Crear _definitions/ y _quick/ (independiente, 21 tablas) 2026-01-16 04:21:07 -06:00

MiInventario - Orchestration

Sistema de orquestacion basado en SIMCO v4.0.0 para el proyecto MiInventario.

Estructura

orchestration/
├── 00-guidelines/           # Directrices y contexto
│   ├── CONTEXTO-PROYECTO.md # Punto de entrada principal
│   └── HERENCIA-SIMCO.md    # Directivas heredadas
├── inventarios/             # Single Source of Truth (SSOT)
│   ├── MASTER_INVENTORY.yml # Estado consolidado
│   ├── DATABASE_INVENTORY.yml
│   ├── BACKEND_INVENTORY.yml
│   └── FRONTEND_INVENTORY.yml
├── environment/             # Configuracion de entorno
│   └── ENVIRONMENT-INVENTORY.yml
├── trazas/                  # Historial de tareas
├── analisis/                # Documentos de analisis
├── reportes/                # Reportes de progreso
├── PROJECT-STATUS.md        # Estado actual
├── PROXIMA-ACCION.md        # Siguiente accion
├── PLAN-IMPLEMENTACION.md   # Plan de fases
└── CONTEXT-MAP.yml          # Mapa de contexto

Uso

Para Agentes

  1. Leer 00-guidelines/CONTEXTO-PROYECTO.md para obtener contexto
  2. Consultar CONTEXT-MAP.yml para aliases y variables
  3. Verificar PROJECT-STATUS.md para estado actual
  4. Seguir PROXIMA-ACCION.md para siguiente tarea

Actualizacion de Inventarios

# Al completar una tarea:
1. Actualizar inventario correspondiente (DATABASE, BACKEND, FRONTEND)
2. Actualizar MASTER_INVENTORY.yml
3. Registrar en TRAZA-TAREAS-*.md
4. Actualizar PROJECT-STATUS.md si cambia el estado

Sistema SIMCO

Este proyecto usa SIMCO v4.0.0 con:

  • Ciclo CAPVED: Contexto, Analisis, Planeacion, Validacion, Ejecucion, Documentacion
  • Principios: Doc-Primero, Anti-Duplicacion, Validacion-Obligatoria
  • Herencia: Directivas heredadas del workspace

Referencias


Version SIMCO: 4.0.0 Ultima Actualizacion: 2026-01-10