fleetbo-cockpit-cli 1.0.34 → 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 +6 -11
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -415,20 +415,15 @@ if (command === 'alex') {
415
415
  console.log(' \x1b[1m🎬 High-Perf\x1b[0m\x1b[90m Infinite Feeds, Video Players, Swipe Decks\x1b[0m');
416
416
  console.log(' \x1b[1m🏗️ Sovereign\x1b[0m\x1b[90m Full screens: form + photo + save-to-cloud\x1b[0m');
417
417
 
418
- // 3. EXEMPLES CONCRETS
419
- console.log('\n\x1b[36m💡 TELL ME WHAT + WHY:\x1b[0m');
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');
420
421
  console.log('');
421
- console.log(' \x1b[33m"A camera to scan receipts for my expense tracker"\x1b[0m');
422
- console.log(' \x1b[33m"A form with photo, title and description that saves to items"\x1b[0m');
423
- console.log(' \x1b[33m"A QR code scanner for event check-in"\x1b[0m');
424
- console.log(' \x1b[33m"A profile editor with avatar upload"\x1b[0m');
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');
425
424
 
426
425
  // 4. LA PRISE DE COMMANDE
427
- console.log('\n\x1b[32mAlex ❯\x1b[0m What are we building, Pilot?');
428
- console.log('');
429
-
430
- // 3. LA PRISE DE COMMANDE
431
- console.log('\x1b[32mAlex ❯\x1b[0m I am ready to forge the muscle. What module are we architecting today, Pilot?');
426
+ console.log('\n\x1b[32mAlex ❯\x1b[0m I am ready. Describe your feature, and I will architect the solution.');
432
427
  console.log('');
433
428
 
434
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.34",
3
+ "version": "1.0.35",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",