-
released this
2025-10-25 00:59:51 +02:00 | 701 commits to main since this release🚨 Critical Bug Fix - VFS Files Now Visible
Issue: VFS was completely unusable in v4.5.0. Files were created but invisible to vfs.readdir() and all VFS operations.
Root Cause: v4.4.0 added
includeVFSparameter tobrain.find()but forgotbrain.getRelations(). PathResolver uses getRelations() to traverse VFS structure, so all VFS files became invisible.Fix:
- Added
includeVFSparameter toGetRelationsParams - Wire filtering in
brain.getRelations()(excludes VFS by default) - Mark all VFS relationships with
metadata: { isVFS: true } - Update PathResolver to use
includeVFS: true
Impact: VFS is fully functional again. All APIs now consistent.
Upgrade:
npm install @soulcraft/brainy@4.5.1Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added