claude-memory/graph/fixes/transaction-freeze-bypass-bug-fix-baefb7.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

647 B

id type title tags importance confidence created updated
baefb777-676d-4c7f-9a43-61cef4ec000b fix Transaction freeze bypass bug fix
major-domo
python
discord
fix
transactions
0.6 0.8 2025-12-15T23:47:42.683540+00:00 2025-12-15T23:47:42.683540+00:00

Fixed bug where transactions were posted to #transaction-log even when Current.freeze=True. Added freeze state checks in views/transaction_embed.py before calling post_transaction_to_log() in both scheduled (/dropadd) and immediate (/ilmove) submission handlers. When frozen, transactions are saved to DB but NOT posted to the public channel until Saturday processing.