diff --git a/bot_bottle/backend/smolmachines/resolve_plan.py b/bot_bottle/backend/smolmachines/resolve_plan.py index 7e1e252..474607f 100644 --- a/bot_bottle/backend/smolmachines/resolve_plan.py +++ b/bot_bottle/backend/smolmachines/resolve_plan.py @@ -31,13 +31,6 @@ from .bottle_plan import SmolmachinesBottlePlan from .util import smolmachines_bundle_subnet, smolmachines_preflight -# Gateway ports the bundle exposes inside its container — git-gate's -# git-daemon, supervise's MCP. The agent inside the smolvm guest -# dials these on the bundle's pinned IP. -_BUNDLE_GIT_GATE_PORT = 9418 -_BUNDLE_SUPERVISE_PORT = 9100 - - def resolve_plan( spec: BottleSpec, *, stage_dir: Path ) -> SmolmachinesBottlePlan: