@gravirei/reis 1.0.10 → 1.0.12

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/bin/reis.js +3 -5
  2. package/package.json +1 -1
package/bin/reis.js CHANGED
@@ -287,11 +287,9 @@ program.action(async () => {
287
287
  }
288
288
 
289
289
  // Show completion message
290
- console.log(chalk.bold.green(' Done! ') + chalk.white('Use ') + chalk.cyan('npx @gravirei/reis help') + chalk.white(' to get started.\n'));
291
-
292
- // Always show help after
293
- const helpCmd = require('../lib/commands/help');
294
- helpCmd();
290
+ console.log(chalk.bold.green(' 🎉 Congratulations! ') + chalk.white('REIS is now in your system.'));
291
+ console.log(chalk.white(' Open Atlassian Rovo Dev and try: ') + chalk.cyan('use reis_planner') + chalk.white(' or ') + chalk.cyan('use reis_executor'));
292
+ console.log(chalk.white('\n For help, run: ') + chalk.cyan('npx @gravirei/reis help\n'));
295
293
 
296
294
  } catch (err) {
297
295
  // If inquirer fails (non-interactive), just show help
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravirei/reis",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "Roadmap Execution & Implementation System - Systematic development with parallel subagent execution for Atlassian Rovo Dev",
5
5
  "main": "lib/index.js",
6
6
  "bin": {