|
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
- 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> |
||
|---|---|---|
| .. | ||
| PLAN-IMPLEMENTACION.md | ||
| README.md | ||
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
- Leer
00-guidelines/CONTEXTO-PROYECTO.mdpara obtener contexto - Consultar
CONTEXT-MAP.ymlpara aliases y variables - Verificar
PROJECT-STATUS.mdpara estado actual - Seguir
PROXIMA-ACCION.mdpara 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