Commit graph

3 commits

Author SHA1 Message Date
b01e3340f1 feat: Complete 9 unified methods with CLI parity and triple-power search
- Add missing add-noun and add-verb CLI commands for full API parity
- Update CLI documentation to showcase triple-power search capabilities
- Add comprehensive type-safe augmentation management system
- Verify search supports vector + metadata + graph traversal in one call
- All 9 unified methods now available via both API and CLI
- Complete documentation accuracy fixes and cleanup
2025-08-15 11:20:13 -07:00
4fdaa7e22c docs: Major documentation cleanup and accuracy fixes for 1.0
 RESTORED the 9th method - augment() for infinite extensibility!

REMOVED (20 files):
- All business strategy and revenue projection documents
- Misleading Cortex CLI documentation
- Outdated duplicate documentation
- Internal technical analysis files

FIXED:
-  Corrected to 9 unified methods (was incorrectly showing 8)
-  The 9th method `augment()` enables methods 10→∞
-  Removed non-existent CLI commands (add-noun, add-verb)
-  Brain Cloud marked as "Early Access" with real pricing
-  Aligned with actual soulcraft.com offerings
-  All code examples now match actual implementation

CONSOLIDATED:
- Combined 3 augmentation docs into single AUGMENTATIONS.md
- Removed duplicate quick-start guides

ADDED:
- cleanup-git-history.sh script for removing sensitive files from history
- Clear Brain Cloud pricing tiers ($19 Cloud Sync, $99 Enterprise)
- Transparency about optional services sustaining development

All documentation is now accurate, honest, and appropriate for an MIT
open source project with optional cloud services.
2025-08-15 10:26:39 -07:00
180619defa docs: Enhance README with compelling value propositions and create 1.0 quick-start guide
- Add 'Why Brainy?' section showcasing cost savings vs traditional stack
- Add 'Why Developers Love Brainy 1.0' with API comparison and features
- Expand 'What Can You Build?' with realistic 1.0 examples:
  - Multi-agent AI systems with shared memory
  - Customer support bots with perfect memory
  - Recommendation engines with graph intelligence
- Update architecture diagram to show unified 1.0 approach
- Create dedicated quick-start-1.0.md guide with new unified API
- Highlight 7 core methods vs previous 40+ methods
- Showcase encryption, graph relationships, and smart defaults
2025-08-14 12:11:25 -07:00