From 7352153fa5a8b339e2c6e5c6a2ef3e8db2549c9c Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Thu, 23 Apr 2026 12:31:13 -0700 Subject: [PATCH] fix(provisioner): auto-recover from empty config volume on restart (#1858) (#1861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When auto-restart fires for a claude-code workspace and the config volume is empty (first-provision race, manual intervention, volume prune, etc.), the preflight at workspace_provision.go:151 marks the workspace 'failed' and bails. Operator is then required to run: docker stop ws- docker run --rm -v ws--configs:/configs -v