claude-memory/graph/solutions/pending-transaction-validation-for-dropadd-226792.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

564 B

id type title tags importance confidence created updated
226792fc-23df-4bee-976f-04148ad6f3a5 solution Pending transaction validation for /dropadd
major-domo
python
discord
fix
transaction
0.6 0.8 2025-12-21T23:20:25.858679+00:00 2025-12-21T23:20:25.858679+00:00

Added validation to prevent adding players already in pending transactions (frozen=false, cancelled=false, week=next_week) to new transactions. Made add_move() async with check_pending_transactions parameter. IL moves explicitly excluded from validation per user request.