claude-memory/graph/fixes/fixed-thaw-report-channel-lookup-4af660.md
2026-02-14 08:57:45 -06:00

756 B

id type title tags importance confidence created updated
4af66093-a98e-4197-a7d5-05139de301e8 fix Fixed thaw report channel lookup
major-domo
discord-bot
transaction-freeze
bugfix
config
0.6 0.8 2026-02-14T14:57:45.331331+00:00 2026-02-14T14:57:45.331331+00:00

The _post_thaw_report() method in tasks/transaction_freeze.py was searching for channels by name ('bot-admin', 'admin', 'bot-logs') which don't exist. Replaced with bot.get_channel() using a configurable channel ID (config.thaw_report_channel_id = 1354134347598266430). Also fixed stale deploy script reference in CLAUDE.md - replaced /home/cal/.claude/scripts/gitea-create-pr.sh with tea pulls create. That script no longer exists. Version bumped to 2.29.8. PR #8.