@_xtribe/cli 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install-tribe.js +52 -53
- package/package.json +1 -1
package/install-tribe.js
CHANGED
|
@@ -10,18 +10,15 @@ const ora = require('ora');
|
|
|
10
10
|
|
|
11
11
|
// ASCII art for TRIBE
|
|
12
12
|
const asciiArt = `
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
║ Empower Your AI Agents • Become 10x Faster ║
|
|
23
|
-
║ ║
|
|
24
|
-
╚══════════════════════════════════════════════════════════════════╝`;
|
|
13
|
+
_______ _______ ___ _______ _______
|
|
14
|
+
| || || | | || |
|
|
15
|
+
| ___|| _ || | | ___|| _ |
|
|
16
|
+
| |___ | | | || | | |___ | | | |
|
|
17
|
+
| ___|| |_| || | | ___|| |_| |
|
|
18
|
+
| | | || | | |___ | |
|
|
19
|
+
|___| |_______||___| |_______||_______|
|
|
20
|
+
|
|
21
|
+
Learn AI Engineering • Maximum Impact • It Doesn't Have to Be Hard`;
|
|
25
22
|
|
|
26
23
|
const platform = os.platform();
|
|
27
24
|
const arch = os.arch() === 'x64' ? 'amd64' : (os.arch() === 'arm64' ? 'arm64' : os.arch());
|
|
@@ -40,49 +37,49 @@ if (!fs.existsSync(tribeBinDir)) {
|
|
|
40
37
|
function showWelcome() {
|
|
41
38
|
console.clear();
|
|
42
39
|
console.log(chalk.cyan(asciiArt));
|
|
43
|
-
console.log(chalk.bold('\n
|
|
44
|
-
console.log(chalk.bold('
|
|
45
|
-
|
|
46
|
-
console.log('TRIBE
|
|
47
|
-
console.log('
|
|
48
|
-
console.log('
|
|
49
|
-
console.log('
|
|
50
|
-
console.log('
|
|
51
|
-
|
|
52
|
-
console.log(chalk.
|
|
53
|
-
console.log(chalk.gray(
|
|
40
|
+
console.log(chalk.bold('\n🎓 Welcome to TRIBE Tutor\n'));
|
|
41
|
+
console.log(chalk.bold('Your Personal AI Engineering Coach • Build Skills That Matter\n'));
|
|
42
|
+
|
|
43
|
+
console.log('TRIBE Tutor teaches you to master AI tools through hands-on learning:');
|
|
44
|
+
console.log(' 📚 ' + chalk.cyan('Context engineering mastery') + ' - Learn what context gets better results');
|
|
45
|
+
console.log(' 🎯 ' + chalk.cyan('Personalized coaching') + ' - Tailored lessons from your real usage');
|
|
46
|
+
console.log(' 🧠 ' + chalk.cyan('Skill development') + ' - From basic prompts to expert context engineering');
|
|
47
|
+
console.log(' ⚡ ' + chalk.cyan('Maximum impact') + ' - Focus on techniques that actually matter\n');
|
|
48
|
+
|
|
49
|
+
console.log(chalk.yellow('🚀 Everyone can learn AI engineering - we make it simple and practical'));
|
|
50
|
+
console.log(chalk.gray(`\nPlatform: ${platform} (${arch}) • Node: ${process.version}\n`));
|
|
54
51
|
}
|
|
55
52
|
|
|
56
53
|
function showInstallationSummary() {
|
|
57
54
|
console.log('\n' + '═'.repeat(70));
|
|
58
|
-
console.log(chalk.green.bold('\n
|
|
59
|
-
|
|
60
|
-
console.log('
|
|
61
|
-
console.log('
|
|
62
|
-
console.log('
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
console.log(chalk.
|
|
66
|
-
console.log('
|
|
67
|
-
console.log('
|
|
68
|
-
|
|
69
|
-
console.log('
|
|
70
|
-
console.log(' 💻
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
console.log(chalk.bold('
|
|
74
|
-
console.log(chalk.cyan('
|
|
75
|
-
console.log(chalk.cyan('
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
console.log(chalk.
|
|
79
|
-
console.log('
|
|
80
|
-
console.log('
|
|
81
|
-
console.log('
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
console.log(chalk.gray('
|
|
85
|
-
console.log(chalk.gray('
|
|
55
|
+
console.log(chalk.green.bold('\n🎓 Your AI Engineering Coach is Ready!\n'));
|
|
56
|
+
|
|
57
|
+
console.log(chalk.cyan.bold('📚 Personalized Learning System Activated'));
|
|
58
|
+
console.log(chalk.gray(' Watching your AI workflow to create custom lessons just for you'));
|
|
59
|
+
console.log(chalk.gray(' 🔒 Privacy-first: We analyze patterns, not your code content\n'));
|
|
60
|
+
|
|
61
|
+
console.log(chalk.bold('⚡ How Your Skills Will Grow:'));
|
|
62
|
+
console.log(' 📖 ' + chalk.green('Learn from real examples') + ' - Your own coding sessions become lessons');
|
|
63
|
+
console.log(' 🎯 ' + chalk.green('Practice with purpose') + ' - Focus on what actually improves your work');
|
|
64
|
+
console.log(' 🧠 ' + chalk.green('Build expert intuition') + ' - Understand why some approaches work better\n');
|
|
65
|
+
|
|
66
|
+
console.log(chalk.bold.magenta('🛠️ AI Engineering Skills You\'ll Master:'));
|
|
67
|
+
console.log(' 🤖 Claude context engineering • ⚡ Cursor workflow design • 🚀 Multi-tool context switching • 💻 Advanced prompt architecture\n');
|
|
68
|
+
|
|
69
|
+
console.log(chalk.bold('🎯 Your Learning Path:'));
|
|
70
|
+
console.log(chalk.cyan.bold(' 1. tribe login') + chalk.gray(' # Start your personalized curriculum'));
|
|
71
|
+
console.log(chalk.cyan.bold(' 2. code normally') + chalk.gray(' # Every session teaches us about your style'));
|
|
72
|
+
console.log(chalk.cyan.bold(' 3. tribe insights') + chalk.gray(' # Get custom lessons based on your progress\n'));
|
|
73
|
+
|
|
74
|
+
console.log(chalk.bold('🚀 Skills You\'ll Develop:'));
|
|
75
|
+
console.log(' 🎨 ' + chalk.yellow('Context engineering that gets better results every time'));
|
|
76
|
+
console.log(' ⚡ ' + chalk.yellow('Workflow patterns that maximize your speed and context quality'));
|
|
77
|
+
console.log(' 🎯 ' + chalk.yellow('Context switching - when to use what tools and why'));
|
|
78
|
+
console.log(' 🧠 ' + chalk.yellow('AI engineering intuition that compounds over time\n'));
|
|
79
|
+
|
|
80
|
+
console.log(chalk.gray('Learning Dashboard: ') + chalk.cyan('https://tribecode.ai/tribe/learn'));
|
|
81
|
+
console.log(chalk.gray('Skill Progression: ') + chalk.cyan('https://tribecode.ai/tribe/progress'));
|
|
82
|
+
console.log(chalk.gray('Privacy & Security: ') + chalk.cyan('https://tribecode.ai/docs/privacy-security'));
|
|
86
83
|
console.log('\n' + '═'.repeat(70) + '\n');
|
|
87
84
|
}
|
|
88
85
|
|
|
@@ -216,8 +213,10 @@ async function main() {
|
|
|
216
213
|
showInstallationSummary();
|
|
217
214
|
|
|
218
215
|
// Final message
|
|
219
|
-
console.log(chalk.green.bold('
|
|
220
|
-
console.log('
|
|
216
|
+
console.log(chalk.green.bold('🎓 Your AI Engineering Journey Starts Now!\n'));
|
|
217
|
+
console.log(chalk.magenta.bold('📚 Run ') + chalk.cyan.bold('tribe login') + chalk.magenta.bold(' to begin your personalized learning path'));
|
|
218
|
+
console.log(chalk.gray(' Every coding session becomes a lesson. Every challenge becomes growth.\n'));
|
|
219
|
+
console.log(chalk.yellow('🚀 Master AI engineering step by step - because it really doesn\'t have to be hard'));
|
|
221
220
|
console.log();
|
|
222
221
|
|
|
223
222
|
process.exit(0);
|