mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
0887ad4f8a
Remove deprecated tenant-specific and mount-related functions: - Removed add_tenant_to_rclone_config() (replaced by configure_rclone_remote) - Removed remove_tenant_from_rclone_config() - Removed all mount-related functions: - RcloneMountProfile class - MOUNT_PROFILES dict - get_default_mount_path() - build_mount_command() - is_path_mounted() - get_rclone_processes() - kill_rclone_process() - unmount_path() - cleanup_orphaned_rclone_processes() Simplified module to only include: - configure_rclone_remote() for single remote setup - Core config management (load, save, backup) Note: mount_commands.py still depends on removed code and will fail to import. This will be fully resolved in Phase 5 when mount_commands.py is removed entirely. Part of SPEC-20 Phase 5 (early cleanup). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>