claude-code-autoconfig 1.0.30 → 1.0.32

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.
@@ -171,16 +171,6 @@ This ensures double-clicking CLAUDE.md in the guide shows the real generated con
171
171
 
172
172
  ## After Completion
173
173
 
174
- ### Windows Cleanup
175
-
176
- On Windows, a `nul` file may be accidentally created when commands redirect to null. Before finishing, check for and delete this file if it exists:
177
-
178
- ```
179
- del nul 2>nul
180
- ```
181
-
182
- This is safe to run even if the file doesn't exist.
183
-
184
174
  ### Open Guide & Finale
185
175
 
186
176
  Open the interactive guide in the user's browser:
@@ -189,12 +179,10 @@ Open the interactive guide in the user's browser:
189
179
  - Linux: `xdg-open .claude/guide/autoconfig.guide.html`
190
180
  - Windows: `start .claude/guide/autoconfig.guide.html`
191
181
 
192
- Then output this exact finale message (and nothing else after it):
193
-
194
- ```
195
- ---
182
+ Then output the finale message in green using this bash command:
196
183
 
197
- ✅ Setup complete! The interactive guide is now open in your browser.
184
+ ```bash
185
+ echo -e "\n---\n\n\033[32m✅ Setup complete! The interactive guide is now open in your browser.\033[0m"
198
186
  ```
199
187
 
200
188
  **IMPORTANT**: Do not add any additional text, summaries, or details after this message. The finale should be clean and punchy - end here.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
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",