mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
d754cf9980
- Use .as_posix() for path comparison (Windows uses backslashes) - Use Path.is_absolute() instead of checking for '/' prefix - Ensures tests pass on Windows, Linux, and macOS Signed-off-by: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>