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. |
||
|---|---|---|
| .. | ||
| all-apis-comprehensive.test.ts | ||
| api-parameter-validation.test.ts | ||
| azure-storage.test.ts | ||
| brainy-complete.integration.test.ts | ||
| brainy-core.integration.test.ts | ||
| brainy-phase1c-integration.test.ts | ||
| count-synchronization.test.ts | ||
| entity-confidence-weight.test.ts | ||
| find-unified-integration.test.ts | ||
| gcs-native-storage.test.ts | ||
| gcs-persistence-fix.test.ts | ||
| get-relations-fix.test.ts | ||
| hnsw-rebuild.test.ts | ||
| metadata-vector-exclusion.test.ts | ||
| phase3TypeFirstQuery.integration.test.ts | ||
| relationship-intelligence.test.ts | ||
| remaining-apis.test.ts | ||
| s3-storage.test.ts | ||
| smart-import.test.ts | ||
| typeAwareHNSW.integration.test.ts | ||
| typeInference.hybrid.integration.test.ts | ||
| typeInference.integration.test.ts | ||
| vfs-and-graph-entities.test.ts | ||
| vfs-api-wiring.test.ts | ||
| vfs-debug.test.ts | ||
| vfs-import-verification.test.ts | ||
| vfs-knowledge-separation.test.ts | ||