brainy/tests/vfs
David Snelling 2931aa2060 feat: add resolvePathToId() method and fix test issues
- Add new resolvePathToId() method to VFS for getting entity IDs from paths
- Fix resolvePath() to return normalized paths as expected (was returning UUIDs)
- Add graceful error handling for invalid IDs in Neural API neighbors()
- Improve test memory allocation to prevent OOM errors (8GB heap)
- Skip semantic search tests in unit test mode (requires real embeddings)

Fixes 5 failing tests:
- VFS path resolution test now passes
- VFS semantic search tests now skip in unit mode
- Neural API neighbors handles invalid IDs gracefully
- Memory exhaustion issue resolved
2025-10-07 11:51:17 -07:00
..
semantic feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
tree-operations.test.ts feat: add tree-aware VFS methods to prevent recursion in file explorers 2025-09-26 10:17:59 -07:00
vfs-bug-fixes.unit.test.ts fix: resolve VFS race conditions and decompression errors 2025-09-30 12:54:40 -07:00
vfs-comprehensive.unit.test.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
vfs-initialization.unit.test.ts fix: resolve critical bugs in delete operations and fix flaky tests 2025-10-01 13:50:21 -07:00
vfs-relationships.test.ts fix: ensure Contains relationships are maintained when updating files in VFS 2025-09-26 15:12:04 -07:00
vfs.unit.test.ts feat: add resolvePathToId() method and fix test issues 2025-10-07 11:51:17 -07:00