brainy/tests/vfs
David Snelling 4f76dac7be feat: refactor VFS to use proper Brainy graph relationships
- Replace metadata path queries with brain.getRelations() API
- Use graph traversal for parent-child relationships via VerbType.Contains
- Remove fallback metadata queries - trust graph relationships completely
- Fix getChildren() to properly query relationship graph
- Update getRelated() and getRelationships() to use native Brainy APIs

This enables full graph benefits: indexes, optimizations, and visualizations
now work correctly with VFS. The filesystem structure is now a true graph
using Brainy's native relationship system.

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 14:51:08 -07:00
..
knowledge.unit.test.ts feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00
vfs-comprehensive.unit.test.ts feat: complete VFS with Knowledge Layer integration 2025-09-25 10:47:44 -07:00
vfs-relationships.test.ts feat: refactor VFS to use proper Brainy graph relationships 2025-09-25 14:51:08 -07:00
vfs.unit.test.ts feat: implement complete VFS with Knowledge Layer integration 2025-09-24 17:31:48 -07:00