refactor(bottle): move runner/state package (8/25)
test / unit (pull_request) Failing after 20s
test / integration (pull_request) Failing after 17s
test / coverage (pull_request) Failing after 23s
lint / lint (push) Failing after 1m58s

This commit is contained in:
2026-07-06 16:10:55 -04:00
parent c9daae07d2
commit 33a14573e7
@@ -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-"