Files
mcp/internal/agent
Kyle Isom 90d47427ff agent/recover: only treat running containers as up
Recover built its up-set from every listed container, so a stopped/exited
container or a dead unikernel VM (whose state dir is still listed) counted
as already-running and was skipped — the exact reason dead VMs stayed in
drift instead of being recovered. Filter the set to State==running.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-11 13:07:41 -07:00
..