• v4.8.1 1d4d737c60

    dpsifr released this 2025-10-28 17:12:48 +01:00 | 683 commits to main since this release

    Critical 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

    1. FileSystemStorage: Remove metadata requirement (2 locations)
    2. 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.1
    

    Workshop team can now use VFS immediately.

    Downloads