brainy/src/cli
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
..
commands feat(vfs): fix VFS visibility by removing broken filtering 2025-10-27 10:44:06 -07:00
catalog.ts feat: complete VFS with Knowledge Layer integration 2025-09-25 10:47:44 -07:00
index.ts chore(release): 4.0.0 2025-10-17 14:48:34 -07:00
interactive.ts feat: complete CLI with VFS, data management, and Triple Intelligence search 2025-09-29 16:57:14 -07:00