Solicitudes de revisión pendientes

cultiva-ia / equipo: automatizacion-core · Generado el 16 jun 2026, 09:41 UTC

$ uv run scripts/fetch_review_requests.py --org cultiva-ia --teams automatizacion-core
PRs pendientes
5
Repositorios
3
Revisión solicitada al equipo
4
Abiertos por miembro
2
Pull requests abiertos
feat(agentes): añadir orquestador multi-agente con memoria persistente
cultiva-ia/platform #2847 MD marta-diaz · hace 2 días
fix(pipeline): corregir race condition en el worker de embeddings batch
cultiva-ia/platform #2851 JC jorge-campos · hace 5 horas
chore(deps): bump anthropic SDK 0.29 → 0.32, migrar a streaming nativo
cultiva-ia/platform #2838 LT lucia-torres · hace 4 días
feat(api): endpoint /v2/workflows con soporte para triggers condicionales
cultiva-ia/api-gateway #541 AS alex-serrano · hace 1 día
refactor(scraper): reescribir extractor con Playwright + pool de workers
cultiva-ia/content-harvester #189 PR pablo-ruiz · hace 3 días
Salida JSON del script
stdout · fetch_review_requests.py --org cultiva-ia --teams automatizacion-core
{
  "total": 5,
  "prs": [
    {
      "notification_id": "7812940001",
      "title": "feat(agentes): añadir orquestador multi-agente con memoria persistente",
      "url": "https://github.com/cultiva-ia/platform/pull/2847",
      "repo": "cultiva-ia/platform",
      "pr_number": 2847,
      "author": "marta-diaz",
      "reasons": ["review requested from: automatizacion-core", "opened by: marta-diaz"]
    },
    {
      "notification_id": "7813044512",
      "title": "fix(pipeline): corregir race condition en el worker de embeddings batch",
      "url": "https://github.com/cultiva-ia/platform/pull/2851",
      "repo": "cultiva-ia/platform",
      "pr_number": 2851,
      "author": "jorge-campos",
      "reasons": ["review requested from: automatizacion-core"]
    },
    {
      "notification_id": "7811988234",
      "title": "chore(deps): bump anthropic SDK 0.29 → 0.32, migrar a streaming nativo",
      "url": "https://github.com/cultiva-ia/platform/pull/2838",
      "repo": "cultiva-ia/platform",
      "pr_number": 2838,
      "author": "lucia-torres",
      "reasons": ["review requested from: automatizacion-core", "opened by: lucia-torres"]
    },
    {
      "notification_id": "7812601188",
      "title": "feat(api): endpoint /v2/workflows con soporte para triggers condicionales",
      "url": "https://github.com/cultiva-ia/api-gateway/pull/541",
      "repo": "cultiva-ia/api-gateway",
      "pr_number": 541,
      "author": "alex-serrano",
      "reasons": ["review requested from: automatizacion-core"]
    },
    {
      "notification_id": "7812299047",
      "title": "refactor(scraper): reescribir extractor con Playwright + pool de workers",
      "url": "https://github.com/cultiva-ia/content-harvester/pull/189",
      "repo": "cultiva-ia/content-harvester",
      "pr_number": 189,
      "author": "pablo-ruiz",
      "reasons": ["review requested from: automatizacion-core", "opened by: pablo-ruiz"]
    }
  ]
}