refactor!: rename project to bot-bottle

Assisted-by: Codex
This commit is contained in:
2026-05-28 17:56:14 -04:00
parent 8875d8cc17
commit c08b09dc9f
200 changed files with 1271 additions and 1271 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import contextlib
import io
import unittest
from claude_bottle.log import Die
from claude_bottle.manifest import GitUser, Manifest
from bot_bottle.log import Die
from bot_bottle.manifest import GitUser, Manifest
def _die_message(callable_, *args, **kwargs) -> str: