brainy/src/importers
David Snelling 549d773650 fix: prevent orphaned relationships in restore() and add VFS progress tracking
- DataAPI.restore() now filters relationships to prevent orphaned references when some entities fail to restore
- Added relationshipsSkipped tracking to restore() return type
- VFSStructureGenerator now reports progress during VFS creation (directories, entities, metadata stages)
- ImportCoordinator wires VFS progress callback to main import progress
- Fixes P0 "Entity not found" errors after restore
- Fixes P1 "import appears frozen" during 3-5 minute VFS creation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 13:19:08 -07:00
..
index.ts feat: add unified import system with auto-detection and dual storage 2025-10-08 16:55:30 -07:00
SmartCSVImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
SmartDOCXImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
SmartExcelImporter.ts feat: universal relationship extraction with provenance tracking 2025-10-28 16:23:58 -07:00
SmartImportOrchestrator.ts feat: add real-time progress callbacks for relationship building phase 2025-10-16 12:08:46 -07:00
SmartJSONImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
SmartMarkdownImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
SmartPDFImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
SmartYAMLImporter.ts feat: comprehensive import progress tracking for all 7 formats 2025-10-24 14:45:46 -07:00
VFSStructureGenerator.ts fix: prevent orphaned relationships in restore() and add VFS progress tracking 2025-10-30 13:19:08 -07:00