- Process mkdir operations sequentially first (sorted by path depth) - Then process write/delete/update operations in parallel batches - Prevents duplicate directory entities when mkdir and write for related paths are in the same batch - Add comprehensive tests for bulkWrite race condition scenarios - Update API documentation for accuracy 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| semantic | ||
| tree-operations.test.ts | ||
| vfs-bug-fixes.unit.test.ts | ||
| vfs-bulkwrite-race.test.ts | ||
| vfs-initialization.unit.test.ts | ||
| vfs-relationships.test.ts | ||
| vfs.unit.test.ts | ||