ssd-ql-workflow 0.1.7 → 0.2.0

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/cli.js +0 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -105,7 +105,6 @@ program
105
105
 
106
106
  } catch (error) {
107
107
  console.error(chalk.red('\n❌ Initialization failed:'), error.message);
108
- console.error(chalk.red(error.stack));
109
108
  process.exit(1);
110
109
  }
111
110
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssd-ql-workflow",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "description": "SDD (Skill-Driven Development) CLI - Initialize trinity-workflow schema and commands",
5
5
  "type": "module",
6
6
  "bin": {