Esta fase conecta estructural truth (GitNexus) con runtime truth (Prometheus/SLO/Triage).

  • Detectar cuándo un hotspot topológico se convierte en riesgo operacional real.
  • Priorizar incidentes por blast radius + evidencias + SLO.
  • Graph reasoning (/runtime/graph/*)
  • SLO (/runtime/slo/*, /slo/health)
  • Triage (/runtime/triage/*)
  • Alerting (Prometheus ALERTS)
  • Correlation score por módulo/dominio.
  • Explicación (por qué correlaciona).
  • Recomendaciones bounded y no destructivas.
flowchart LR
  GN[GitNexus] --> C[Correlation Engine]
  SLO[SLO] --> C
  T[Triage] --> C
  A[Alerts] --> C
  C --> P[Prioritized actions
  (safe by default)]