Files
bot-bottle/bot_bottle/backend
didericis-claude 8ede486280 refactor: AgentProvider.dockerfile always returns Path, never None
The convention is that every provider declares a Dockerfile location;
callers that care whether the file actually exists check .is_file().
Drops all `is not None` guards on the property result.
2026-06-08 22:18:13 -04:00
..