claude-code-autoconfig 1.0.122 → 1.0.124

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.
@@ -5,19 +5,7 @@
5
5
 
6
6
  Analyze this project and configure Claude Code with real context.
7
7
 
8
- **Setup Note**: During autoconfig, prefer Glob/Read/Write tools over Bash commands. This ensures smooth setup without permission prompts. Only use Bash for Step 0 and opening the guide at the end.
9
-
10
- ## Step 0: Pull Latest Package
11
-
12
- Run this command to ensure all commands, hooks, and settings are up to date before configuring:
13
-
14
- ```bash
15
- npx claude-code-autoconfig@latest --pull-updates 2>&1 || true
16
- ```
17
-
18
- This downloads the latest command files, hooks, and update definitions from the npm package. It's safe to run — it only copies files and never launches an interactive prompt.
19
-
20
- If the command fails (e.g., no network, npx not available), continue anyway — the existing files are still functional.
8
+ **Setup Note**: During autoconfig, prefer Glob/Read/Write tools over Bash commands. This ensures smooth setup without permission prompts. Only use Bash for opening the guide at the end.
21
9
 
22
10
  ## Step 1: Detect Environment
23
11
 
package/README.md CHANGED
@@ -14,6 +14,8 @@ Claude Code is powerful out of the box, but every new project means manually wri
14
14
 
15
15
  ## Quick Install
16
16
 
17
+ **Important:** Run these commands in a regular terminal, **not** from inside a Claude Code session.
18
+
17
19
  **npm:**
18
20
  ```bash
19
21
  npx claude-code-autoconfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.122",
3
+ "version": "1.0.124",
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",