Some checks are pending
CI/CD Pipeline / Backend CI (push) Waiting to run
CI/CD Pipeline / Frontend CI (push) Waiting to run
CI/CD Pipeline / WhatsApp Service CI (push) Waiting to run
CI/CD Pipeline / Mobile CI (push) Waiting to run
CI/CD Pipeline / Docker Build (./apps/backend, ./apps/backend/Dockerfile, backend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/frontend, ./apps/frontend/Dockerfile, frontend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/whatsapp-service, ./apps/whatsapp-service/Dockerfile, whatsapp-service) (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions
- Move 7 non-standard folders to _archive/ - Archive 3 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>
139 lines
4.6 KiB
YAML
139 lines
4.6 KiB
YAML
# Referencias a Workspace - MiChangarrito
|
|
# Proyecto: michangarrito
|
|
# Fecha: 2026-01-16
|
|
|
|
version: "1.0.0"
|
|
proyecto: "michangarrito"
|
|
fecha_creacion: "2026-01-16"
|
|
|
|
# ============================================================================
|
|
# REFERENCIAS A DEFINICIONES GLOBALES
|
|
# ============================================================================
|
|
definiciones_workspace:
|
|
protocolos:
|
|
CCA:
|
|
alias: "@WS_DEF_CCA"
|
|
archivo: "orchestration/_definitions/protocols/CCA-PROTOCOL.md"
|
|
uso: "Protocolo de Carga de Contexto Automatica"
|
|
|
|
CCA_LIGHT:
|
|
alias: "@WS_DEF_CCA_LIGHT"
|
|
archivo: "orchestration/_definitions/protocols/CCA-LIGHT.md"
|
|
uso: "Version ligera para subagentes"
|
|
|
|
validaciones:
|
|
backend:
|
|
alias: "@WS_DEF_VAL_BE"
|
|
archivo: "orchestration/_definitions/validations/VALIDATION-BACKEND.md"
|
|
comandos: ["npm run build", "npm run lint", "npm run test"]
|
|
|
|
frontend:
|
|
alias: "@WS_DEF_VAL_FE"
|
|
archivo: "orchestration/_definitions/validations/VALIDATION-FRONTEND.md"
|
|
comandos: ["npm run build", "npm run lint", "npm run typecheck"]
|
|
|
|
ddl:
|
|
alias: "@WS_DEF_VAL_DDL"
|
|
archivo: "orchestration/_definitions/validations/VALIDATION-DDL.md"
|
|
|
|
devops:
|
|
alias: "@WS_DEF_VAL_DEVOPS"
|
|
archivo: "orchestration/_definitions/validations/VALIDATION-DEVOPS.md"
|
|
|
|
# ============================================================================
|
|
# REFERENCIAS A NAVEGACION RAPIDA GLOBAL
|
|
# ============================================================================
|
|
navegacion_workspace:
|
|
indice:
|
|
alias: "@WS_QUICK_INDEX"
|
|
archivo: "orchestration/_quick/QUICK-INDEX.yml"
|
|
|
|
perfiles:
|
|
alias: "@WS_QUICK_PERFILES"
|
|
archivo: "orchestration/_quick/QUICK-PERFILES.yml"
|
|
|
|
directivas:
|
|
alias: "@WS_QUICK_DIRECTIVAS"
|
|
archivo: "orchestration/_quick/QUICK-DIRECTIVAS.yml"
|
|
|
|
# ============================================================================
|
|
# REFERENCIAS A CATALOGO COMPARTIDO
|
|
# ============================================================================
|
|
catalogo_compartido:
|
|
indice:
|
|
alias: "@WS_CATALOG"
|
|
archivo: "shared/catalog/CATALOG-INDEX.yml"
|
|
|
|
funcionalidades:
|
|
auth: "shared/catalog/auth/"
|
|
notifications: "shared/catalog/notifications/"
|
|
payments: "shared/catalog/payments/"
|
|
multi_tenancy: "shared/catalog/multi-tenancy/"
|
|
|
|
# ============================================================================
|
|
# HERENCIA DE PROYECTO (Independiente - Nivel 0)
|
|
# ============================================================================
|
|
herencia:
|
|
padre: null
|
|
nivel: 0
|
|
hereda_de: []
|
|
descripcion: "Proyecto independiente sin herencia de otros proyectos"
|
|
|
|
# ============================================================================
|
|
# PROPAGACION
|
|
# ============================================================================
|
|
propagacion:
|
|
mirror: "shared/mirrors/michangarrito/"
|
|
status: "shared/mirrors/michangarrito/PROPAGATION-STATUS.yml"
|
|
consumidores: []
|
|
descripcion: "MiChangarrito no tiene proyectos consumidores actualmente"
|
|
|
|
# ============================================================================
|
|
# GOBERNANZA DE DOCUMENTACION (2026-01-16)
|
|
# ============================================================================
|
|
gobernanza_ws:
|
|
tareas:
|
|
ruta: "orchestration/tareas/"
|
|
alias: "@WS_TAREAS"
|
|
descripcion: "Sistema de tracking de tareas"
|
|
template: "orchestration/tareas/_templates/TASK-TEMPLATE/"
|
|
|
|
mapa_documentacion:
|
|
ruta: "orchestration/MAPA-DOCUMENTACION.yml"
|
|
alias: "@WS_MAPA_DOC"
|
|
descripcion: "Mapa central de documentacion del workspace"
|
|
|
|
trazas_agentes:
|
|
ruta: "orchestration/agents/trazas/"
|
|
alias: "@WS_TRAZA_AGENTE"
|
|
descripcion: "Tracking de actividad por agente"
|
|
|
|
trigger_documentacion:
|
|
ruta: "orchestration/directivas/triggers/TRIGGER-DOCUMENTACION-OBLIGATORIA.md"
|
|
alias: "@WS_TRIGGER_DOC"
|
|
descripcion: "Directiva obligatoria de documentacion"
|
|
|
|
# ============================================================================
|
|
# ALIASES LOCALES DEL PROYECTO
|
|
# ============================================================================
|
|
aliases_locales:
|
|
definiciones:
|
|
database: "@MCH_DEF_DB"
|
|
entities: "@MCH_DEF_ENTITIES"
|
|
services: "@MCH_DEF_SERVICES"
|
|
modules: "@MCH_DEF_MODULES"
|
|
|
|
navegacion:
|
|
quick_index: "@MCH_QUICK_INDEX"
|
|
quick_api: "@MCH_QUICK_API"
|
|
quick_db: "@MCH_QUICK_DB"
|
|
quick_modules: "@MCH_QUICK_MODULES"
|
|
|
|
# ============================================================================
|
|
# ESTADISTICAS
|
|
# ============================================================================
|
|
estadisticas:
|
|
referencias_ws: 10
|
|
aliases_locales: 8
|
|
ultima_actualizacion: "2026-01-16"
|