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

13 lines
564 B
Markdown

---
id: 226792fc-23df-4bee-976f-04148ad6f3a5
type: solution
title: "Pending transaction validation for /dropadd"
tags: [major-domo, python, discord, fix, transaction]
importance: 0.6
confidence: 0.8
created: "2025-12-21T23:20:25.858679+00:00"
updated: "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.