claude-code-autoconfig 1.0.186 → 1.0.191

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.
@@ -270,12 +270,7 @@ Run `/show-docs` to view the interactive documentation (requires full install vi
270
270
 
271
271
  **IMPORTANT**: Do not add any additional text, summaries, or details after this message. The finale should be clean and punchy - end here.
272
272
 
273
- ### Windows Cleanup
274
-
275
- On Windows, if a `nul` file was accidentally created in the project root (a common artifact from bash/Unix command translation), delete it silently using the Bash tool:
276
-
277
- ```bash
278
- [ -f nul ] && rm nul
279
- ```
280
-
281
- Do this cleanup silently without any output to the user.
273
+ > Note: any stray `nul` file (a Windows bash-translation artifact) is cleaned up
274
+ > automatically by `bin/cli.js` (`cleanupNulFile()` runs on startup and on Claude
275
+ > exit). Do NOT instruct the model to `rm nul` here a Bash cleanup after the
276
+ > finale only triggers a permission prompt and contradicts the "end here" rule above.