devtronic 1.2.2 → 1.2.3

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1373,7 +1373,7 @@ Valid addons: ${validAddons.join(", ")}`);
1373
1373
  p3.log.warn(`Addon "${options.addon}" requires claude-code IDE. Skipping.`);
1374
1374
  }
1375
1375
  }
1376
- if (selectedIDEs.includes("claude-code") && !options.addon && !options.yes && !options.preset && !options.preview) {
1376
+ if (selectedIDEs.includes("claude-code") && !options.addon && !options.yes && !options.preview) {
1377
1377
  const selectedAddons = await promptForAddons();
1378
1378
  if (p3.isCancel(selectedAddons)) {
1379
1379
  p3.cancel("Operation cancelled");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtronic",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "AI-assisted development toolkit — skills, agents, quality gates, and rules for Claude Code, Cursor, Copilot, and Antigravity",
5
5
  "type": "module",
6
6
  "bin": {