claude-memory/graph/fixes/custom-command-delete-ui-showed-success-but-didnt-delete-ef1514.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

497 B

id type title tags importance confidence created updated
ef15149d-9386-4503-b6e0-c2d23bfae51e fix Custom command delete UI showed success but didn't delete
major-domo
discord.py
fix
bug
0.6 0.8 2026-01-28T22:01:40.394465+00:00 2026-01-28T22:01:40.394465+00:00

The delete confirmation view in views/custom_commands.py showed a success message when user clicked confirm, but never actually called custom_commands_service.delete_command(). Added the missing service call.