chore(release): 4.8.5

DEBUG VERSION - Contains comprehensive logging to diagnose VFS undefined names bug

DO NOT USE IN PRODUCTION - Performance overhead from console.log statements

Changes:
- Add debug logging to VFS readdir() to trace entity metadata
- Add debug logging to PathResolver.getChildren() to trace entity retrieval
- Add debug logging to convertNounToEntity() to trace metadata extraction

This version is for Workshop team to test with their production data
to identify why entity.metadata.name is undefined.

Ref: BRAINY_V4.8.4_VFS_UNDEFINED_NAMES_BUG.md
This commit is contained in:
David Snelling 2025-10-28 14:00:09 -07:00
parent 4b980a46a8
commit 14ffd3a477
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "4.8.4",
"version": "4.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "4.8.4",
"version": "4.8.5",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "4.8.4",
"version": "4.8.5",
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.",
"main": "dist/index.js",
"module": "dist/index.js",