# 新規 bot を追加する前に `bots/bot_registry.py` の BOTS 辞書にキーが含まれているか確認する
新規 bot を追加する前に `bots/bot_registry.py` の BOTS 辞書にキーが含まれているか確認する
**Why:** `AttributeError: 'SiteConfig' object has no attribute 'key'` や `ImportError: cannot import name 'parse_xxx'` が複数回発生
**How to apply:** config カテゴリの作業時に適用する。
_Auto-learned by session_learner.py on 2026-04-20_
新規 bot を追加する前に `bots/bot_registry.py` の BOTS 辞書にキーが含まれているか確認する