feat: v5.1.0 - VFS auto-initialization and complete API documentation
BREAKING CHANGES: - VFS API changed from brain.vfs() (method) to brain.vfs (property) - VFS now auto-initializes during brain.init() - no separate vfs.init() needed Features: - VFS auto-initialization with property access pattern - Complete TypeAware COW support verification (all 20 methods) - Comprehensive API documentation (docs/api/README.md) - All 7 storage adapters verified with COW support Bug Fixes: - CLI now properly initializes brain before VFS operations - Fixed infinite recursion in VFS initialization - All VFS CLI commands updated to modern API Documentation: - Created comprehensive, verified API reference - Consolidated documentation structure (deleted redundant quick starts) - Updated all VFS docs to v5.1.0 patterns - Fixed all internal documentation links Verification: - Memory Storage: 23/24 tests (95.8%) - FileSystem Storage: 9/9 tests (100%) - VFS Auto-Init: 7/7 tests (100%) - Zero fake code confirmed
This commit is contained in:
parent
5e16f9e5e8
commit
d4c9f71345
20 changed files with 2306 additions and 1343 deletions
|
|
@ -26,7 +26,7 @@ Welcome to the comprehensive documentation for Brainy, the multi-dimensional AI
|
|||
## Quick Links
|
||||
|
||||
### Getting Started
|
||||
- [Quick Start Guide](./guides/getting-started.md) - Get up and running in minutes
|
||||
- [API Reference](./api/README.md) - Complete API documentation (start here!)
|
||||
- [Enterprise for Everyone](./guides/enterprise-for-everyone.md) - **No limits, no tiers, everything free**
|
||||
- [Natural Language Queries](./guides/natural-language.md) - Query with plain English
|
||||
|
||||
|
|
@ -111,9 +111,8 @@ const results = await brain.find("highly rated technology articles by researcher
|
|||
|
||||
| Document | Description |
|
||||
|----------|-------------|
|
||||
| [Getting Started](./guides/getting-started.md) | 5-minute setup guide - install, configure, first query |
|
||||
| [API Reference](./api/README.md) | **START HERE** - Complete API documentation with examples |
|
||||
| [VFS Quick Start](./vfs/QUICK_START.md) | Virtual filesystem in 30 seconds |
|
||||
| [Quick Start](./QUICK-START.md) | Alternative quick start guide |
|
||||
|
||||
### 🆕 v4.0.0 Migration & Optimization
|
||||
|
||||
|
|
@ -259,7 +258,6 @@ docs/
|
|||
├── MIGRATION-V3-TO-V4.md # v4.0.0 migration guide
|
||||
│
|
||||
├── guides/ # User guides
|
||||
│ ├── getting-started.md
|
||||
│ ├── natural-language.md
|
||||
│ ├── neural-api.md
|
||||
│ ├── import-anything.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue