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
a1d6754a21 docs: Update documentation index for 1.0 and create comprehensive CLI 1.0 reference
- Update docs/README.md to prioritize Brainy 1.0 Quick Start guide
- Add 1.0 migration guide and changelog to recently updated section
- Create comprehensive brainy-cli-1.0.md reference guide:
  - Document all 9 unified CLI commands (down from 40+)
  - Show before/after comparison of command simplification
  - Cover smart defaults, encryption, neural import, chat mode
  - Include migration guide from 0.x CLI commands
  - Add production deployment examples and performance tips
- Ready for users to discover and use the new unified CLI experience
2025-08-14 12:13:10 -07:00