mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
2ad0ee9d5d
After rclone synchronizes files between local and cloud storage, the database needs to perform a full scan to ensure it captures all changes. Previously, incremental sync (watermark optimization) could miss files that were changed remotely. Changes: - project sync command now calls /project/sync?force_full=true - project bisync command now calls /project/sync?force_full=true - Ensures complete database refresh after file synchronization This guarantees the database is fully in sync with the filesystem after any rclone sync or bisync operation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>