afd943c4f9
Two fixes for the Linux smolmachines backend: - provision_ca: add mkdir -p before cp_in so the /usr/local/share/ca-certificates/ directory exists in the smolvm guest even when smolvm pack omits it (empty dir on Linux). - git_http_backend: the fallback import in the except ImportError block tried `from git_gate import ...`, but git_gate.py is not deployed to the sidecar container and has its own package-relative imports; use the literal value 15 directly instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>