Files
bot-bottle/claude_bottle/backend
didericis 8457869dcd
test / run tests/run_tests.py (pull_request) Successful in 21s
refactor(util): move expand_tilde to top-level claude_bottle/util.py
_expand_tilde was a path-string helper on DockerBottleBackend but
nothing about it was Docker-specific — any future backend reading
host paths from manifest entries would want it. Lift to
claude_bottle/util.py (sibling of log.py / manifest.py) as a public
expand_tilde() function. Docker-specific primitives stay in
claude_bottle/backend/docker/util.py.
2026-05-11 00:52:33 -04:00
..