claude-code-autoconfig 1.0.150 → 1.0.152

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.
@@ -55,6 +55,7 @@
55
55
  "Bash(git pull *)",
56
56
  "Bash(git checkout *)",
57
57
  "Bash(git branch *)",
58
+ "Bash(find ./*)",
58
59
  "Bash(ls *)",
59
60
  "Bash(dir *)",
60
61
  "Bash(mkdir *)",
package/bin/cli.js CHANGED
@@ -621,6 +621,8 @@ if (bootstrapMode || insideClaude) {
621
621
  console.log('\x1b[31m%s\x1b[0m', `❌ npx claude-code-autoconfig must be run outside of an active Claude Code session.`);
622
622
  console.log('\x1b[32m%s\x1b[0m', `✅ Run from a regular terminal 👉 npx claude-code-autoconfig@latest`);
623
623
  console.log();
624
+ console.log('\x1b[90m%s\x1b[0m', `Note: Do not suggest the ! prefix workaround — it creates nested Claude sessions.`);
625
+ console.log();
624
626
  }
625
627
  process.exit(0);
626
628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.150",
3
+ "version": "1.0.152",
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",