@_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.
Files changed (2) hide show
  1. package/install-tribe.js +52 -53
  2. 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🚀 Welcome to TRIBE\n'));
44
- console.log(chalk.bold('Track MeasureOptimize Your AI Coding Agents\n'));
45
-
46
- console.log('TRIBE empowers your AI development workflow by:');
47
- console.log(' 📊 Tracking usage of Claude, Cursor, Copilot & more');
48
- console.log(' 📈 Measuring productivity gains and patterns');
49
- console.log(' Optimizing how you work with AI agents');
50
- console.log(' 🎯 Providing insights to make you 10x faster\n');
51
-
52
- console.log(chalk.gray(`Platform: ${platform} (${arch})`));
53
- console.log(chalk.gray(`Node: ${process.version}\n`));
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 TRIBE Telemetry Ready!\n'));
59
-
60
- console.log('📋 What We Installed:');
61
- console.log(' TRIBE CLI for telemetry collection');
62
- console.log(' Configuration in ~/.tribe directory');
63
- console.log(' ✓ Automatic PATH setup\n');
64
-
65
- console.log(chalk.bold('🎯 AI Agents We Track:'));
66
- console.log(' 🤖 Claude (Anthropic)');
67
- console.log(' Cursor');
68
- console.log(' 🐙 GitHub Copilot');
69
- console.log(' 🧠 ChatGPT');
70
- console.log(' 💻 Codeium');
71
- console.log(' 🦾 And more...\n');
72
-
73
- console.log(chalk.bold('🚀 Get Started in 3 Steps:'));
74
- console.log(chalk.cyan(' 1. tribe login') + ' # Connect your account');
75
- console.log(chalk.cyan(' 2. tribe enable') + ' # Start tracking');
76
- console.log(chalk.cyan(' 3. tribe status') + ' # View your metrics\n');
77
-
78
- console.log(chalk.bold('💡 What Happens Next:'));
79
- console.log(' TRIBE automatically tracks your AI agent usage');
80
- console.log(' View insights at https://tribecode.ai/dashboard');
81
- console.log(' Get weekly reports on your productivity gains');
82
- console.log(' • Join the community of 10x developers\n');
83
-
84
- console.log(chalk.gray('Documentation: https://tribecode.ai/docs'));
85
- console.log(chalk.gray('Support: hello@tribecode.ai'));
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('🎉 Ready to track your AI agents!\n'));
220
- console.log('Start now with: ' + chalk.cyan.bold('tribe login'));
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "TRIBE - Track, measure and optimize your AI coding agents to become 10x faster",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {