mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
b049c5cbc3
Update test expectations to match new path normalization behavior: - API returns normalized paths (without /app/data/ prefix) - get_project_remote() strips /app/data/ if present - Remote paths are now basic-memory-cloud:bucket/research instead of basic-memory-cloud:bucket/app/data/research This reflects the fix for path doubling bug where files were syncing to /app/data/app/data/project/. All 22 rclone tests passing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>