Files
bot-bottle/claude_bottle
didericis 5a024259a6
test / run tests/run_tests.py (pull_request) Successful in 13s
refactor(docker): split provision into provision_prompt / _ssh / _git
provision now orchestrates three focused sub-methods. Each sub-method
self-gates: provision_ssh is a no-op when the bottle has no SSH
entries; provision_git is a no-op when --cwd was not set. The prompt
copy + chown always runs (so the path always exists in-container);
the return is gated on whether the agent has a non-empty prompt.
2026-05-11 00:20:22 -04:00
..