refactor(bottle): move runner/state package

This commit is contained in:
2026-07-06 21:01:35 +00:00
parent 08e8cf7c13
commit 29249f93b7
12 changed files with 15 additions and 259 deletions
@@ -4,7 +4,7 @@ from __future__ import annotations
import subprocess
from ...bottle_state import read_metadata
from ...bottle.state import read_metadata
from .. import ActiveAgent
_PREFIX = "bot-bottle-"
+1 -1
View File
@@ -17,7 +17,7 @@ from contextlib import ExitStack, contextmanager
from pathlib import Path
from typing import Callable, Generator
from ...bottle_state import (
from ...bottle.state import (
egress_state_dir,
git_gate_state_dir,
read_committed_image,