@gravirei/reis 1.0.8 → 1.0.9

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 +0 -5
  2. package/package.json +1 -1
package/bin/reis.js CHANGED
@@ -294,8 +294,3 @@ program.action(async () => {
294
294
 
295
295
  // Parse command-line arguments
296
296
  program.parse(process.argv);
297
-
298
- // If no arguments provided, show default message
299
- if (!process.argv.slice(2).length) {
300
- console.log('Run \'reis help\' for available commands');
301
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravirei/reis",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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": {