@@ -34,4 +34,7 @@ import { join, resolve } from 'path'; | ||
| console.log(renderReversaLogo(chalk)); | ||
| console.log(chalk.gray(' AI-Powered Reverse Engineering Framework\n')); | ||
| console.log(chalk.bold(' Installation\n')); | ||
| console.log(''); | ||
| console.log(chalk.gray('AI-Powered Reverse Engineering Framework')); | ||
| console.log(''); | ||
| console.log(chalk.bold('Installation')); | ||
| console.log(''); | ||
@@ -60,3 +63,4 @@ // Check existing installation | ||
| if (detected) { | ||
| console.log(chalk.gray(` Detected: ${detected}\n`)); | ||
| console.log(chalk.gray(`Detected: ${detected}`)); | ||
| console.log(''); | ||
| } | ||
@@ -63,0 +67,0 @@ |
@@ -90,4 +90,4 @@ import inquirer from 'inquirer'; | ||
| { name: 'Code Forward Agents', value: 'forward', checked: true }, | ||
| { name: 'Translators N8N->Specs->Python', value: 'translators', checked: true }, | ||
| { name: 'Pricing and Size Agents', value: 'pricing', checked: true }, | ||
| { name: 'Translators N8N->Specs->Python', value: 'translators', checked: false }, | ||
| ]; | ||
@@ -94,0 +94,0 @@ |
+1
-1
| { | ||
| "name": "reversa", | ||
| "version": "1.2.33", | ||
| "version": "1.2.34", | ||
| "description": "Transform legacy systems into executable specifications for AI coding agents", | ||
@@ -5,0 +5,0 @@ "bin": { |
554592
0.01%2258
0.18%