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
@@ -1,12 +1,12 @@
#!/usr/bin/env python3
"""cli.py — entry point for the claude-bottle CLI. Run with --help (or
"""cli.py — entry point for the bot-bottle CLI. Run with --help (or
no args) for the command list."""
from __future__ import annotations
import sys
from claude_bottle.cli import main
from bot_bottle.cli import main
if __name__ == "__main__":
sys.exit(main())