brainy/src/vfs/semantic
David Snelling 8393d01209 feat(vfs): fix VFS visibility by removing broken filtering
- Remove includeVFS parameter and broken isVFS filtering logic
- Add excludeVFS parameter for optional VFS entity filtering
- VFS entities now part of knowledge graph by default
- Enable O(1) graph adjacency optimizations for VFS operations
- Update all VFS projections and PathResolver
- Add comprehensive VFS visibility documentation

This fixes the bug where VFS operations returned empty results due to
operator object mismatch in storage adapters. VFS relationships now use
proper graph traversal without metadata filtering.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 10:44:06 -07:00
..
projections feat(vfs): fix VFS visibility by removing broken filtering 2025-10-27 10:44:06 -07:00
index.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
ProjectionRegistry.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
ProjectionStrategy.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
SemanticPathParser.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00
SemanticPathResolver.ts feat: add neural extraction APIs with NounType taxonomy 2025-09-29 13:51:47 -07:00