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
+4 -4
View File
@@ -5,8 +5,8 @@ actually use, and every rejection case the PRD enumerates."""
import textwrap
import unittest
from claude_bottle.yaml_subset import YamlSubsetError
from claude_bottle.yaml_subset import parse_frontmatter, parse_yaml_subset
from bot_bottle.yaml_subset import YamlSubsetError
from bot_bottle.yaml_subset import parse_frontmatter, parse_yaml_subset
def _y(s: str):
@@ -174,7 +174,7 @@ class TestBlockList(unittest.TestCase):
def test_list_item_with_inline_list_value(self):
# role: [git-insteadof, tea-login] — the exact shape in the
# claude-bottle manifest.
# bot-bottle manifest.
out = _y("""
routes:
- path: /x/
@@ -267,7 +267,7 @@ class TestRealisticBottleFile(unittest.TestCase):
git:
remotes:
gitea.dideric.is:
Name: claude-bottle
Name: bot-bottle
Upstream: ssh://git@gitea.dideric.is:30009/x/y.git
IdentityFile: ~/.ssh/gitea.pem
ExtraHosts: