Establish clear separation: Brainy (free) vs Brain Cloud (optional)

CRITICAL: Brainy is 100% FREE and fully functional forever!

Changes:
- Added BRAINY_VS_BRAIN_CLOUD.md documenting the separation
- Updated README to emphasize Brainy is completely free
- Clarified Brain Cloud is optional add-on for team features
- Updated CLI to show core commands work without any license
- Added MODEL_STRATEGY.md for handling large model files
- Fixed misleading license key references in documentation

Core principle: Brainy = SQLite (free tool), Brain Cloud = Supabase (managed service)
This commit is contained in:
David Snelling 2025-08-12 08:27:26 -07:00
parent 7b09b9a5e0
commit 79bfcb8528
3 changed files with 26 additions and 7 deletions

View file

@ -549,9 +549,12 @@ augment
output: process.stdout
})
console.log(chalk.cyan('🧠 Brain Cloud Activation'))
console.log(chalk.cyan('☁️ Brain Cloud Activation (Optional Premium)'))
console.log('')
console.log('Get your license at: ' + chalk.green('app.soulcraft.com'))
console.log(chalk.yellow('Note: Brainy core is 100% free and fully functional!'))
console.log('Brain Cloud adds optional team & sync features.')
console.log('')
console.log('Get Brain Cloud at: ' + chalk.green('app.soulcraft.com'))
console.log('(14-day free trial available)')
console.log('')