claude-code-autoconfig 1.0.9 → 1.0.10
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/bin/cli.js +8 -8
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -100,14 +100,14 @@ console.log('\x1b[32m%s\x1b[0m', '✅ Prepared /autoconfig command');
|
|
|
100
100
|
|
|
101
101
|
// Step 3: Show "ONE MORE STEP" message
|
|
102
102
|
console.log();
|
|
103
|
-
console.log('\x1b[33m
|
|
104
|
-
console.log('\x1b[33m
|
|
105
|
-
console.log('\x1b[33m
|
|
106
|
-
console.log('\x1b[33m
|
|
107
|
-
console.log('\x1b[33m
|
|
108
|
-
console.log('\x1b[33m
|
|
109
|
-
console.log('\x1b[33m
|
|
110
|
-
console.log('\x1b[33m
|
|
103
|
+
console.log('\x1b[33m╔══════════════════════════════════════════╗\x1b[0m');
|
|
104
|
+
console.log('\x1b[33m║ ║\x1b[0m');
|
|
105
|
+
console.log('\x1b[33m║\x1b[0m \x1b[1;33mONE MORE STEP\x1b[0m \x1b[33m║\x1b[0m');
|
|
106
|
+
console.log('\x1b[33m║ ║\x1b[0m');
|
|
107
|
+
console.log('\x1b[33m║\x1b[0m Run \x1b[36m/autoconfig\x1b[0m in Claude Code \x1b[33m║\x1b[0m');
|
|
108
|
+
console.log('\x1b[33m║\x1b[0m to complete setup \x1b[33m║\x1b[0m');
|
|
109
|
+
console.log('\x1b[33m║ ║\x1b[0m');
|
|
110
|
+
console.log('\x1b[33m╚══════════════════════════════════════════╝\x1b[0m');
|
|
111
111
|
console.log();
|
|
112
112
|
|
|
113
113
|
// Step 4: Wait for Enter, then launch Claude Code
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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",
|