• v4.7.2 fc307bc215

    dpsifr released this 2025-10-27 20:24:13 +01:00 | 687 commits to main since this release

    Critical VFS Bug Fix

    This release fixes the VFS bug where verb vector files were written to the wrong directory, causing to return empty even though entities existed.

    Breaking Changes for Workshop Team

    IMPORTANT: You must delete your folder and reimport with v4.7.2. The directory structure has changed:

    Old (broken):

    • Verb vectors: (root level)
    • Noun vectors:

    New (clean):

    • Verb vectors:
    • Noun vectors:

    Changes

    • FileSystemStorage now uses clean hardcoded directory paths
    • Removed dual read/write backward compatibility code
    • Removed legacy constants and helper functions
    • All storage adapters use consistent structure (v4.7.2+)

    Migration

    rm -rf brainy-data
    npm install @soulcraft/brainy@4.7.2
    # Re-run your import
    

    Full Changelog: https://github.com/soulcraftlabs/brainy/compare/v4.7.1...v4.7.2

    Downloads