claude-code-autoconfig 1.0.65 → 1.0.67
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 +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -239,8 +239,8 @@ console.log('\x1b[33m╔══════════════════
|
|
|
239
239
|
console.log('║ ║');
|
|
240
240
|
console.log('║ \x1b[1mREADY TO CONFIGURE\x1b[22m ║');
|
|
241
241
|
console.log('║ ║');
|
|
242
|
-
console.log('
|
|
243
|
-
console.log('
|
|
242
|
+
console.log('║ \x1b[0mPress ENTER to launch Claude and \x1b[33m║');
|
|
243
|
+
console.log('║ \x1b[0mauto-run \x1b[36m/autoconfig\x1b[33m ║');
|
|
244
244
|
console.log('║ ║');
|
|
245
245
|
console.log('╚════════════════════════════════════════════╝\x1b[0m');
|
|
246
246
|
console.log();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
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",
|