Tested and verified working: - brain.updateMany() - Batch updates with metadata merging ✅ - brain.import() - CSV import with VFS ✅ - vfs.unlink() - Delete files ✅ - vfs.rmdir() - Remove directories (recursive) ✅ - vfs.rename() - Rename files/directories ✅ - vfs.copy() - Copy files/directories ✅ - vfs.move() - Move files ✅ - neural.clusters() - Semantic clustering ✅ - Production scale: 50 batch updates, 20 VFS files ✅ CRITICAL VERIFICATION: ✅ brain.update() MERGES metadata by default (merge: true) ✅ Only replaces if explicitly passed merge: false ✅ Always adds updatedAt timestamp automatically ✅ VFS operations preserve isVFS flag ✅ neural.clusters() respects VFS filtering All APIs production-ready and fully tested. |
||
|---|---|---|
| .. | ||
| api | ||
| augmentations/intelligentImport | ||
| benchmarks | ||
| comprehensive | ||
| configs | ||
| fixtures/import | ||
| helpers | ||
| integration | ||
| manual | ||
| performance | ||
| scripts | ||
| unit | ||
| vfs | ||
| brainy-3.test.ts | ||
| critical-error-handling.test.ts | ||
| critical-neural-validation.test.ts | ||
| critical-performance-benchmark.test.ts | ||
| distributed-demo.test.ts | ||
| model-loading.test.ts | ||
| opfs-storage.test.ts | ||
| package-size-breakdown.test.ts | ||
| package-size-limit.test.ts | ||
| setup-integration.ts | ||
| setup-unit.ts | ||
| setup.ts | ||
| streaming-pipeline.test.ts | ||
| type-utils.test.ts | ||
| typeAwareHNSWIndex.test.ts | ||
| typeAwareQueryPlanner.test.ts | ||