fleetbo-cockpit-cli 1.0.33 → 1.0.35

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/cli.js +15 -17
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -405,27 +405,25 @@ if (command === 'alex') {
405
405
  process.stdout.write(' '.repeat(60) + '\r');
406
406
 
407
407
  // 1. IDENTITÉ
408
- console.log('\n\x1b[32m🤖 Alex (Architect-Worker) is online.\x1b[0m');
408
+ console.log('\n\x1b[32m🤖 Alex is online.\x1b[0m');
409
+ console.log('\x1b[90m Your JS stays the brain. I forge the native muscle.\x1b[0m');
409
410
 
410
- // 2. LE GUIDE STRATÉGIQUE (V2 - REVOLUTIONARY OS)
411
- console.log('\x1b[36m⚡ INFRASTRUCTURE PROTOCOL:\x1b[0m');
412
-
413
- // LE CERVEAU (JS) - COMMAND & CONTROL
414
- console.log(' \x1b[90m🔹 \x1b[1mStandard JS (The Brain)\x1b[0m');
415
- console.log(' \x1b[90mUse for: \x1b[1mOS Management\x1b[0m\x1b[90m, Business Logic, Issuing Orders.\x1b[0m');
416
- console.log(' \x1b[33mEx: Routing, Data Flow, Orchestrating Native Modules, Decision Making.\x1b[0m');
417
-
411
+ // 2. CE QUE JE FORGE
412
+ console.log('\n\x1b[36m⚡ WHAT I CAN FORGE:\x1b[0m');
418
413
  console.log('');
414
+ console.log(' \x1b[1m📷 Hardware\x1b[0m\x1b[90m Camera, Scanner, GPS, Biometrics, Sensors\x1b[0m');
415
+ console.log(' \x1b[1m🎬 High-Perf\x1b[0m\x1b[90m Infinite Feeds, Video Players, Swipe Decks\x1b[0m');
416
+ console.log(' \x1b[1m🏗️ Sovereign\x1b[0m\x1b[90m Full screens: form + photo + save-to-cloud\x1b[0m');
419
417
 
420
- // LE MUSCLE (NATIF) - HEAVY DUTY
421
- console.log(' \x1b[90m🔹 \x1b[1mAlex Native (The Muscle)\x1b[0m');
422
- console.log(' \x1b[90mUse for: \x1b[1mNative Autonomy\x1b[0m\x1b[90m, 120FPS Rendering, Heavy I/O, Hardware Control.\x1b[0m');
423
- console.log(' \x1b[33mEx: Infinite Feeds, Video Processing, Real-time Scanners, Background Threads.\x1b[0m');
424
-
425
- console.log('');
418
+ // 3. LA COLLABORATION (Mise à jour V2)
419
+ console.log('\n\x1b[36m💡 TELL ME "WHAT + WHY":\x1b[0m');
420
+ console.log('\x1b[90m I will analyze your need and recommend the perfect module to forge.\x1b[0m');
421
+ console.log('');
422
+ console.log(' \x1b[33m"I need a camera [WHAT] to scan receipts for my expense tracker [WHY]"\x1b[0m');
423
+ console.log(' \x1b[33m"I need a form [WHAT] to add products with photos to my catalog [WHY]"\x1b[0m');
426
424
 
427
- // 3. LA PRISE DE COMMANDE
428
- console.log('\x1b[32mAlex ❯\x1b[0m I am ready to forge the muscle. What module are we architecting today, Pilot?');
425
+ // 4. LA PRISE DE COMMANDE
426
+ console.log('\n\x1b[32mAlex ❯\x1b[0m I am ready. Describe your feature, and I will architect the solution.');
429
427
  console.log('');
430
428
 
431
429
  const rl = readline.createInterface({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",