fix: complete VFS root directory and Contains relationship fixes
- Fix root directory metadata to always have vfsType: 'directory' - Add compatibility layer for malformed entity metadata - Ensure Contains relationships are maintained for all file operations - Fix resolvePath() special case for root directory - Add comprehensive documentation for VFS troubleshooting - Document proper usage of standard NounType and VerbType enums Resolves critical VFS bugs reported by brain-cloud team
This commit is contained in:
parent
40715226fa
commit
0e972525b6
4 changed files with 532 additions and 4 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -2,6 +2,22 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [3.15.0](https://github.com/soulcraftlabs/brainy/compare/v3.14.2...v3.15.0) (2025-09-26)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **vfs**: Ensure Contains relationships are maintained when updating files
|
||||
* **vfs**: Fix root directory metadata handling to prevent "Not a directory" errors
|
||||
* **vfs**: Add entity metadata compatibility layer for proper VFS operations
|
||||
* **vfs**: Fix resolvePath() to return entity IDs instead of path strings
|
||||
* **vfs**: Improve error handling in ensureDirectory() method
|
||||
|
||||
### Features
|
||||
|
||||
* **vfs**: Add comprehensive tests for Contains relationship integrity
|
||||
* **vfs**: Ensure all VFS entities use standard Brainy NounType and VerbType enums
|
||||
* **vfs**: Add metadata validation and repair for existing entities
|
||||
|
||||
## [3.0.1](https://github.com/soulcraftlabs/brainy/compare/v2.14.3...v3.0.1) (2025-09-15)
|
||||
|
||||
**Brainy 3.0 Production Release** - World's first Triple Intelligence™ database unifying vector, graph, and document search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue