Commit Graph

1 Commits

Author SHA1 Message Date
Mauricio Wolff 21879e8eb3 Fix list_directory to handle '.' path as root directory
- Normalize '.' path to empty string for root directory listing
- Ensure consistent behavior between '.', '/', and '' paths
- All now correctly return both files and directories from vault root
- Version bump to 0.5.3

Resolves issue where LLMs using '.' path only received files without directories.
2026-05-25 21:48:53 +02:00