claude-code-autoconfig 1.0.123 → 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.
- package/.claude/commands/autoconfig.md +1 -13
- package/README.md +2 -0
- package/package.json +1 -1
|
@@ -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
|
|
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
|
-
npm exec -- 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 exits cleanly with no interactive prompts.
|
|
19
|
-
|
|
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.
|
|
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.
|
|
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",
|