brainy/src/vfs
David Snelling 1259b66525 fix: improve VFS initialization error messages and documentation
- Add helpful error message when VFS not initialized
- Include example code in error message showing correct initialization
- Add VFS_INITIALIZATION.md documentation guide
- Add tests for VFS initialization patterns
- Clarify that brain.vfs() is a method, not a property
2025-09-26 14:27:46 -07:00
..
importers feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00
streams feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00
ConceptSystem.ts fix: Knowledge Layer EntityManager integration 2025-09-25 12:54:35 -07:00
EntityManager.ts fix: Knowledge Layer EntityManager integration 2025-09-25 12:54:35 -07:00
EventRecorder.ts fix: Knowledge Layer EntityManager integration 2025-09-25 12:54:35 -07:00
FSCompat.ts feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00
GitBridge.ts feat: complete VFS with Knowledge Layer integration 2025-09-25 10:47:44 -07:00
index.ts feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00
KnowledgeLayer.ts feat: implement core VFS and Knowledge Layer methods 2025-09-25 11:04:36 -07:00
PathResolver.ts feat: refactor VFS to use proper Brainy graph relationships 2025-09-25 14:51:08 -07:00
PersistentEntitySystem.ts fix: Knowledge Layer EntityManager integration 2025-09-25 12:54:35 -07:00
SemanticVersioning.ts fix: Knowledge Layer EntityManager integration 2025-09-25 12:54:35 -07:00
TreeUtils.ts fix: handle symlink type in TreeNode creation 2025-09-26 10:19:37 -07:00
types.ts feat: add tree-aware VFS methods to prevent recursion in file explorers 2025-09-26 10:17:59 -07:00
VirtualFileSystem.ts fix: improve VFS initialization error messages and documentation 2025-09-26 14:27:46 -07:00