claude-code-autoconfig 1.0.21 → 1.0.23

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.
@@ -181,7 +181,7 @@ del nul 2>nul
181
181
 
182
182
  This is safe to run even if the file doesn't exist.
183
183
 
184
- ### Open Guide
184
+ ### Open Guide & Finale
185
185
 
186
186
  Open the interactive guide in the user's browser:
187
187
 
@@ -189,4 +189,10 @@ Open the interactive guide in the user's browser:
189
189
  - Linux: `xdg-open .claude/guide/autoconfig.guide.html`
190
190
  - Windows: `start .claude/guide/autoconfig.guide.html`
191
191
 
192
- This shows the user what got installed and how to use it.
192
+ Then output a celebratory finale message:
193
+
194
+ ```
195
+ ---
196
+
197
+ ✅ Setup complete! The interactive guide is now open in your browser.
198
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
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",