[claude] Fix ImportError: memory_write missing from memory_system (#1249) #1251
Reference in New Issue
Block a user
Delete Branch "claude/issue-1249"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1249
Root Cause
_registry.pywas importingmemory_writefromtimmy.memory_system, but after the tools.py breakup (#1215) the function was renamed tomemory_store.Fix
Updated the import in
_register_memory_tools()to usememory_store(the current name). The tool is still registered under the name"memory_write"for backward compatibility.Testing
tox -e unit)