claude-code-autoconfig 1.0.67 → 1.0.69

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.
@@ -11,7 +11,10 @@
11
11
  "Bash(git ls-tree:*)",
12
12
  "Bash(node -e:*)",
13
13
  "Bash(timeout 5 claude:*)",
14
- "Bash(claude -p \"/autoconfig\")"
14
+ "Bash(claude -p \"/autoconfig\")",
15
+ "Bash(node:*)",
16
+ "Bash(npm version:*)",
17
+ "Bash(git rm:*)"
15
18
  ]
16
19
  }
17
20
  }
package/bin/cli.js CHANGED
@@ -235,14 +235,14 @@ console.log('\x1b[32m%s\x1b[0m', '✅ Prepared /autoconfig command');
235
235
 
236
236
  // Step 4: Show "READY TO CONFIGURE" message
237
237
  console.log();
238
- console.log('\x1b[33m╔════════════════════════════════════════════╗');
239
- console.log('║ ');
240
- console.log(' \x1b[1mREADY TO CONFIGURE\x1b[22m ');
241
- console.log('║ ');
242
- console.log(' \x1b[0mPress ENTER to launch Claude and \x1b[33m');
243
- console.log(' \x1b[0mauto-run \x1b[36m/autoconfig\x1b[33m');
244
- console.log('║ ');
245
- console.log('╚════════════════════════════════════════════╝\x1b[0m');
238
+ console.log('\x1b[33m╔════════════════════════════════════════════╗\x1b[0m');
239
+ console.log('\x1b[33m║\x1b[0m');
240
+ console.log('\x1b[33m║\x1b[0m \x1b[33;1mREADY TO CONFIGURE\x1b[0m \x1b[33m║\x1b[0m');
241
+ console.log('\x1b[33m║\x1b[0m');
242
+ console.log('\x1b[33m║\x1b[0m \x1b[36mPress ENTER to launch Claude and\x1b[0m \x1b[33m║\x1b[0m');
243
+ console.log('\x1b[33m║\x1b[0m \x1b[36mauto-run /autoconfig\x1b[0m \x1b[33m║\x1b[0m');
244
+ console.log('\x1b[33m║\x1b[0m');
245
+ console.log('\x1b[33m╚════════════════════════════════════════════╝\x1b[0m');
246
246
  console.log();
247
247
  console.log('\x1b[90m%s\x1b[0m', "You'll need to approve a few file prompts to complete the installation.");
248
248
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "Intelligent, self-configuring setup for Claude Code. One command analyzes your project, configures Claude, and shows you what it did.",
5
5
  "author": "ADAC 1001 <info@adac1001.com>",
6
6
  "license": "MIT",