claude-code-autoconfig 1.0.122 → 1.0.123
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.
|
@@ -12,12 +12,12 @@ Analyze this project and configure Claude Code with real context.
|
|
|
12
12
|
Run this command to ensure all commands, hooks, and settings are up to date before configuring:
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
|
|
15
|
+
npm exec -- claude-code-autoconfig@latest --pull-updates 2>&1 || true
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
This downloads the latest command files, hooks, and update definitions from the npm package. It
|
|
18
|
+
This downloads the latest command files, hooks, and update definitions from the npm package. It exits cleanly with no interactive prompts.
|
|
19
19
|
|
|
20
|
-
If the command fails (e.g., no network
|
|
20
|
+
**Important:** Use `npm exec`, not `npx` — `npx` may be blocked in some environments. If the command fails (e.g., no network), continue anyway — the existing files are still functional.
|
|
21
21
|
|
|
22
22
|
## Step 1: Detect Environment
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.123",
|
|
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",
|