diff --git a/claude_bottle/backend/smolmachines/backend.py b/claude_bottle/backend/smolmachines/backend.py index 094e9dd..37644b8 100644 --- a/claude_bottle/backend/smolmachines/backend.py +++ b/claude_bottle/backend/smolmachines/backend.py @@ -53,7 +53,7 @@ class SmolmachinesBottleBackend( # Chunk 4 follow-on: needs the git-gate inner Plan (so the # gitconfig insteadOf URL points at the gate's host) and # the agent image must contain `git`. Stub for chunk 4a. - del plan, target + pass def prepare_cleanup(self) -> SmolmachinesBottleCleanupPlan: return SmolmachinesBottleCleanupPlan()