a digital person for bluesky

Document duplicate deletion behavior in tool description

Adds important note that all archival memories with identical text
will be deleted when using flag_archival_memory_for_deletion.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+3
tools
+3
tools/flag_memory_deletion.py
··· 27 27 28 28 The system will search for all archival memories with this exact text and delete them. 29 29 30 + IMPORTANT: If multiple archival memories have identical text, ALL of them will be deleted. 31 + Make sure the memory_text is unique enough to avoid unintended deletions. 32 + 30 33 Args: 31 34 reason: The reason why this memory should be deleted 32 35 memory_text: The exact text content of the archival memory to delete