refactor(bottles): rename DockerBottleSpec to BottleSpec
test / run tests/run_tests.py (pull_request) Successful in 13s
test / run tests/run_tests.py (pull_request) Successful in 13s
The spec is intent-only and platform-agnostic — only the plan carries Docker-specific fields. Drop the 'Docker' prefix and re-export from claude_bottle.bottles so callers see it as cross-platform.
This commit is contained in:
@@ -25,7 +25,9 @@ from dataclasses import dataclass
|
||||
from typing import Callable, Protocol
|
||||
|
||||
from ..log import die
|
||||
from .docker import launch_docker_bottle, prepare_docker_bottle
|
||||
from .docker import BottleSpec, launch_docker_bottle, prepare_docker_bottle
|
||||
|
||||
__all__ = ["Bottle", "BottlePlatform", "BottleSpec", "get_bottle_platform"]
|
||||
|
||||
|
||||
class Bottle(Protocol):
|
||||
|
||||
Reference in New Issue
Block a user