@soulcraft/brainy 4.9.0 → 4.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [4.9.1](https://github.com/soulcraftlabs/brainy/compare/v4.9.0...v4.9.1) (2025-10-29)
|
|
6
|
+
|
|
7
|
+
### 📚 Documentation
|
|
8
|
+
|
|
9
|
+
* **vfs**: Fix NO FAKE CODE policy violations in VFS documentation
|
|
10
|
+
- **Removed**: 9 undocumented feature sections (~242 lines) from VFS docs
|
|
11
|
+
- Version History, Distributed Filesystem, AI Auto-Organization
|
|
12
|
+
- Security & Permissions, Smart Collections, Express.js middleware
|
|
13
|
+
- VSCode extension, Production Metrics, Backup & Recovery
|
|
14
|
+
- **Added**: Status labels (✅ Production, ⚠️ Beta, 🧪 Experimental) to all VFS features
|
|
15
|
+
- **Updated**: Performance claims with MEASURED vs PROJECTED labels
|
|
16
|
+
- **Created**: `docs/vfs/ROADMAP.md` for planned features (preserves vision without misleading)
|
|
17
|
+
- **Fixed**: Storage adapter list to show only 8 built-in adapters (removed Redis, PostgreSQL, ChromaDB)
|
|
18
|
+
- **Impact**: VFS documentation now 100% compliant with NO FAKE CODE policy
|
|
19
|
+
|
|
20
|
+
### Files Modified
|
|
21
|
+
- `docs/vfs/README.md`: Removed 9 fake feature sections, updated performance claims
|
|
22
|
+
- `docs/vfs/SEMANTIC_VFS.md`: Added status labels, updated scale testing tables
|
|
23
|
+
- `docs/vfs/VFS_API_GUIDE.md`: Fixed storage adapter compatibility list
|
|
24
|
+
- `docs/vfs/ROADMAP.md`: New file organizing planned features by version
|
|
25
|
+
|
|
5
26
|
## [4.9.0](https://github.com/soulcraftlabs/brainy/compare/v4.8.6...v4.9.0) (2025-10-28)
|
|
6
27
|
|
|
7
28
|
**UNIVERSAL RELATIONSHIP EXTRACTION - Knowledge Graph Builder**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.1",
|
|
4
4
|
"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.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|