claude-code-autoconfig 1.0.28 → 1.0.30

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.
@@ -189,10 +189,12 @@ 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
- Then output a celebratory finale message:
192
+ Then output this exact finale message (and nothing else after it):
193
193
 
194
194
  ```
195
195
  ---
196
196
 
197
197
  ✅ Setup complete! The interactive guide is now open in your browser.
198
- ```
198
+ ```
199
+
200
+ **IMPORTANT**: Do not add any additional text, summaries, or details after this message. The finale should be clean and punchy - end here.
@@ -437,7 +437,7 @@
437
437
  }
438
438
 
439
439
  .tree-spacer {
440
- width: 16px;
440
+ width: 18px;
441
441
  flex-shrink: 0;
442
442
  }
443
443
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.28",
3
+ "version": "1.0.30",
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",