- Remove invalid feature flags (hybrid-search, filtered-search) that don't exist
- Replace with valid all-features flag for comprehensive testing
- Add PostgreSQL apt repository for older versions on Ubuntu 24.04
- Apply cargo fmt formatting to all crates
This fixes CI failures caused by:
- Feature flags that were planned but not implemented
- PostgreSQL 14 packages not available on Ubuntu 24.04 default repos
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add export module with SafeTensors, Dataset, HuggingFace Hub, and PretrainPipeline support
- Create GitHub Actions workflow for NAPI-RS cross-platform builds (Linux, macOS, Windows)
- Support 7 build targets: x64/ARM64 for Linux GNU/MUSL, macOS, Windows
- Add universal macOS binary via lipo
- Integrate ruvector-sona export into ruvLLM example with CLI tool
- Bump npm package to 0.1.3 with platform-specific optionalDependencies
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Implement complete SONA system with:
- LoRA-Ultra: Adaptive low-rank adaptation for efficient fine-tuning
- Learning Loops: Instant, background, and coordinated learning modes
- EWC++: Enhanced elastic weight consolidation for continual learning
- ReasoningBank: Trajectory storage with verdict-based learning
- WASM bindings for browser deployment
- N-API bindings for Node.js integration
- Comprehensive documentation and benchmarks
New crate: crates/sona with full implementation
Integration: examples/ruvLLM with SONA module
NPM package: npm/packages/sona for JavaScript bindings
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>