-
released this
2025-10-28 17:12:48 +01:00 | 683 commits to main since this releaseCritical Bug Fix - VFS Relationships
FIXES 11-VERSION BUG: getVerbsBySource() now returns verbs without metadata files
Root Cause
- FileSystemStorage was skipping verbs without metadata files
- Workshop had 601 verb files with 0 metadata files
- Result: getVerbsBySource() returned 0 verbs (breaking VFS)
Fixed
- FileSystemStorage: Remove metadata requirement (2 locations)
- TypeAwareStorage: Delegate to underlying storage (10x-100x faster)
Verified
- Tested against Workshop's 601 verb dataset
- Result: 0 verbs → 2 verbs ✓
- All 25 augmentation tests passing
Upgrade
npm install @soulcraft/brainy@4.8.1Workshop team can now use VFS immediately.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download