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
@@ -7,8 +7,8 @@ silently ignoring."""
import unittest
from typing import Any
from claude_bottle.log import Die
from claude_bottle.manifest import Bottle, Manifest
from bot_bottle.log import Die
from bot_bottle.manifest import Bottle, Manifest
def _manifest_with_runtime(value: object) -> dict[str, Any]: