b3cf8b41aa
handlers + poller llamaban Manager.StatusAll() siempre. En unified mode (launcher arranca todos los agents como goroutines bajo 1 PID) no existen PID files por agente, asi que StatusAll devolvia Running=false aunque los agents estaban operativos. Anade Server.statusAllAuto() que chequea IsUnifiedRunning() y delega a StatusAllUnified() o StatusAll() segun corresponda. Reemplaza las 3 llamadas directas en handlers.go (handleListAgents, handleGetAgent) y poller.go (pollStatus seed + checkAndPublishDiffs). Sin esto el frontend (0129) mostraria running=false universal. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>