@tyyyho/treg 0.1.21 → 0.1.22

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.
@@ -124,7 +124,7 @@ export async function collectInitPrompts(defaults) {
124
124
  let aiTools = [];
125
125
  let skills = featureSelection.skills;
126
126
  if (skills) {
127
- aiTools = await promptMultiChoice("5) AI tools", AI_TOOL_CHOICES, DEFAULT_AI_TOOLS);
127
+ aiTools = await promptMultiChoice("5) AI tools", AI_TOOL_CHOICES, []);
128
128
  if (aiTools.length === 0) {
129
129
  skills = false;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyyyho/treg",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "CLI tool for initializing development conventions in existing projects.",
5
5
  "license": "MIT",
6
6
  "repository": {