diff --git a/bin/brainy.js b/bin/brainy.js index 9891c7bc..502139d1 100755 --- a/bin/brainy.js +++ b/bin/brainy.js @@ -260,11 +260,11 @@ program } else { console.log(chalk.red('āŒ Could not connect to Brain Cloud')) console.log(chalk.yellow('šŸ’” Make sure you have an active instance')) - console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraftlabs.com')) + console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraft.com')) } } catch (error) { console.log(chalk.red('āŒ Connection failed:'), error.message) - console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraftlabs.com')) + console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraft.com')) } } else if (options.export) { console.log(chalk.green(`šŸ“¦ Exporting data from Brain Cloud instance: ${options.export}`)) @@ -322,7 +322,7 @@ program } else if (options.dashboard) { console.log(chalk.green(`🌐 Opening dashboard for Brain Cloud instance: ${options.dashboard}`)) - const dashboardUrl = `https://app.soulcraftlabs.com/dashboard.html?customer_id=${options.dashboard}` + const dashboardUrl = `https://app.soulcraft.com/dashboard.html?customer_id=${options.dashboard}` console.log(chalk.cyan(`\nšŸ”— Dashboard URL: ${dashboardUrl}`)) console.log(chalk.gray('Opening in your default browser...')) @@ -342,7 +342,7 @@ program } } else { console.log(chalk.yellow('šŸ“” Brain Cloud Setup')) - console.log('\n1. Sign up at: ' + chalk.cyan('https://app.soulcraftlabs.com')) + console.log('\n1. Sign up at: ' + chalk.cyan('https://app.soulcraft.com')) console.log('2. Get your customer ID') console.log('3. Connect with: ' + chalk.green('brainy cloud --connect YOUR_ID')) console.log('\nBenefits:') diff --git a/docs/augmentations/README.md b/docs/augmentations/README.md index 5a381b77..32c9269a 100644 --- a/docs/augmentations/README.md +++ b/docs/augmentations/README.md @@ -855,10 +855,10 @@ export class ProductionDataService { ## Support -- **Documentation**: https://soulcraft-research.com/brainy/docs +- **Documentation**: https://soulcraft.com/brainy/docs - **Community**: https://github.com/soulcraftlabs/brainy/discussions - **Issues**: https://github.com/soulcraftlabs/brainy/issues -- **Premium Support**: support@soulcraft-research.com (license holders) +- **Premium Support**: support@soulcraft.com (license holders) --- diff --git a/src/cli/commands/cloud.js b/src/cli/commands/cloud.js index 6b2e7c89..cb491b8c 100644 --- a/src/cli/commands/cloud.js +++ b/src/cli/commands/cloud.js @@ -46,12 +46,12 @@ export const cloudCommand = { // Show status if (config.customerId) { console.log(chalk.green('āœ… Connected to Brain Cloud')); - console.log(`šŸ”— Instance: ${chalk.cyan(`https://brainy-${config.customerId}.soulcraftlabs.com`)}`); + console.log(`šŸ”— Instance: ${chalk.cyan(`https://brainy-${config.customerId}.soulcraft.com`)}`); console.log(`šŸ“Š Customer ID: ${chalk.yellow(config.customerId)}`); } else { console.log(chalk.yellow('šŸ“” Not connected to Brain Cloud')); console.log('\nOptions:'); - console.log(' 1. Sign up at: ' + chalk.cyan('https://app.soulcraftlabs.com')); + console.log(' 1. Sign up at: ' + chalk.cyan('https://app.soulcraft.com')); console.log(' 2. Connect with: ' + chalk.green('brainy cloud --connect YOUR_ID')); } return; @@ -77,7 +77,7 @@ export const cloudCommand = { // Test connection try { - const response = await fetch(`https://brainy-${config.customerId}.soulcraftlabs.com/health`); + const response = await fetch(`https://brainy-${config.customerId}.soulcraft.com/health`); const data = await response.json(); spinner.succeed('āœ… Connected to atomic reactor!'); @@ -87,7 +87,7 @@ export const cloudCommand = { fs.writeFileSync(configPath, JSON.stringify(config, null, 2)); console.log(chalk.green('\nšŸŽ‰ Brain Cloud connection established!')); - console.log(`šŸ”— Your instance: ${chalk.cyan(`https://brainy-${config.customerId}.soulcraftlabs.com`)}`); + console.log(`šŸ”— Your instance: ${chalk.cyan(`https://brainy-${config.customerId}.soulcraft.com`)}`); console.log('\nTry these commands:'); console.log(' ' + chalk.yellow('brainy add "My first atomic memory"')); console.log(' ' + chalk.yellow('brainy search "memory"')); @@ -137,7 +137,7 @@ export const cloudCommand = { const spinner = ora('šŸ“¦ Exporting atomic memories...').start(); try { - const response = await fetch(`https://brainy-${config.customerId}.soulcraftlabs.com/export`); + const response = await fetch(`https://brainy-${config.customerId}.soulcraft.com/export`); const data = await response.json(); const exportPath = `brainy-export-${Date.now()}.json`; diff --git a/src/connectors/README.md b/src/connectors/README.md index 0b659a7d..b1224a3a 100644 --- a/src/connectors/README.md +++ b/src/connectors/README.md @@ -50,12 +50,12 @@ For production-ready connectors with enterprise features, check out **Brain Clou - **Slack** - Team communication data - **And more** - Coming soon -Learn more at [soulcraftlabs.com/brain-cloud](https://soulcraftlabs.com/brain-cloud) +Learn more at [soulcraft.com/brain-cloud](https://soulcraft.com/brain-cloud) ## šŸ“š Documentation -- [Connector Development Guide](https://docs.soulcraftlabs.com/brainy/connectors) -- [API Reference](https://docs.soulcraftlabs.com/brainy/api) +- [Connector Development Guide](https://docs.soulcraft.com/brainy/connectors) +- [API Reference](https://docs.soulcraft.com/brainy/api) - [Examples](https://github.com/soulcraft/brainy-examples) --- diff --git a/src/cortex/cortex.ts b/src/cortex/cortex.ts index 41a093de..528b2b61 100644 --- a/src/cortex/cortex.ts +++ b/src/cortex/cortex.ts @@ -2600,7 +2600,7 @@ export class Cortex { `${emojis.brain}ā˜ļø ${colors.brain('BRAIN CLOUD PREMIUM FEATURES')}\n\n` + `Premium connectors and features have moved to Brain Cloud!\n\n` + `${colors.accent('ā—†')} ${colors.dim('Setup Brain Cloud:')} ${colors.highlight('brainy cloud')}\n` + - `${colors.accent('ā—†')} ${colors.dim('Learn more:')} ${colors.highlight('https://soulcraftlabs.com/brain-cloud')}\n\n` + + `${colors.accent('ā—†')} ${colors.dim('Learn more:')} ${colors.highlight('https://soulcraft.com/brain-cloud')}\n\n` + `${colors.retro('Available Tiers:')}\n` + `${colors.success('šŸ«™')} Brain Jar (Free) - Local coordination\n` + `${colors.success('ā˜ļø')} Brain Cloud ($19/mo) - Sync everywhere\n` + @@ -2621,7 +2621,7 @@ export class Cortex { `${colors.accent('ā—†')} ${colors.dim('No credit card required')}\n` + `${colors.accent('ā—†')} ${colors.dim('Cancel anytime')}\n\n` + `${colors.highlight('Run: brainy cloud')}\n\n` + - `Or visit: ${colors.accent('https://soulcraftlabs.com/brain-cloud')}`, + `Or visit: ${colors.accent('https://soulcraft.com/brain-cloud')}`, { padding: 1, borderStyle: 'round', borderColor: '#FFD700' } )) } @@ -2641,7 +2641,7 @@ export class Cortex { `${emojis.lock} ${colors.brain('BRAIN CLOUD FEATURE')} ${emojis.atom}\n\n` + `This feature is available in Brain Cloud!\n\n` + `${colors.highlight('Setup: brainy cloud')}\n` + - `${colors.dim('Learn more: https://soulcraftlabs.com/brain-cloud')}`, + `${colors.dim('Learn more: https://soulcraft.com/brain-cloud')}`, { padding: 1, borderStyle: 'round', borderColor: '#D67441' } )) } @@ -2906,7 +2906,7 @@ export class Cortex { if (!accountResponse.hasAccount) { console.log('\n' + boxen( `${emojis.sparkles} ${colors.brain('CREATE YOUR ACCOUNT')}\n\n` + - `${colors.accent('ā—†')} Visit: ${colors.highlight('https://soulcraftlabs.com/brain-cloud')}\n` + + `${colors.accent('ā—†')} Visit: ${colors.highlight('https://soulcraft.com/brain-cloud')}\n` + `${colors.accent('ā—†')} Click "Start Free Trial"\n` + `${colors.accent('ā—†')} Get your API key\n` + `${colors.accent('ā—†')} Return here to continue setup`, @@ -2962,7 +2962,7 @@ export class Cortex { spinner.fail('Setup failed') console.error(colors.error('Error:'), error.message) - console.log('\n' + colors.dim('Need help? Visit https://soulcraftlabs.com/brain-cloud/support')) + console.log('\n' + colors.dim('Need help? Visit https://soulcraft.com/brain-cloud/support')) } }