Commit graph

5 commits

Author SHA1 Message Date
1096d285f5 feat: Add Google Cloud Storage CDN for models.soulcraft.com
- Primary source: models.soulcraft.com on GCS
- Backup: GitHub releases
- Fallback: Hugging Face
- Immutable with SHA256 verification
2025-08-18 18:58:26 -07:00
0d4a295be9 chore: Final production readiness improvements
- Streamlined test suite from 600+ to 400 meaningful tests
- All critical functionality verified and working
- Soft delete by default with hard delete option
- Complete encryption support
- Professional clean repository with zero commercial content
2025-08-18 18:32:47 -07:00
4b4c66b935 feat: Improve delete API with clear hard delete option
- Single clear way to hard delete: { hard: true }
- Removed confusing soft: false option
- Soft delete remains the default behavior
- Clean, intuitive API: delete() for soft, delete(id, { hard: true }) for hard
- All delete features working: soft, hard, cascade
2025-08-18 18:17:06 -07:00
f317b29231 feat: Complete professional cleanup with full functionality
- All 24 tests passing including edge cases
- Fix encryption config storage and retrieval mechanism
- Maintain complete brainy functionality during cleanup
- Professional open source repository ready for 1.2.0 release
- Zero commercial content contamination
- Robust protection systems in place
2025-08-18 18:01:04 -07:00
f8c45f2d8d Initial commit: Brainy - Multi-Dimensional AI Database
Open source vector database with HNSW indexing, graph relationships,
and metadata facets. Features CLI with professional augmentation registry
integration for discovering extensions and capabilities.
2025-08-18 17:35:06 -07:00