claude-code-autoconfig 1.0.72 → 1.0.73
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.
|
@@ -188,16 +188,28 @@ This ensures double-clicking CLAUDE.md in the docs shows the real generated cont
|
|
|
188
188
|
|
|
189
189
|
### Open Docs & Finale
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
**Only if `.claude/docs/autoconfig.docs.html` exists**, open it in the user's browser:
|
|
192
192
|
|
|
193
193
|
- macOS: `open .claude/docs/autoconfig.docs.html`
|
|
194
194
|
- Linux: `xdg-open .claude/docs/autoconfig.docs.html`
|
|
195
195
|
- Windows: `start .claude/docs/autoconfig.docs.html`
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
If the docs file exists, output:
|
|
198
198
|
|
|
199
199
|
---
|
|
200
200
|
|
|
201
201
|
✅ Setup complete! The interactive docs are now open in your browser.
|
|
202
202
|
|
|
203
|
+
---
|
|
204
|
+
|
|
205
|
+
If the docs file does NOT exist (e.g., user ran `/autoconfig` without the full npx install), output:
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
✅ Setup complete!
|
|
210
|
+
|
|
211
|
+
Run `/show-docs` to view the interactive documentation (requires full install via `npx claude-code-autoconfig`).
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
203
215
|
**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.
|
|
3
|
+
"version": "1.0.73",
|
|
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",
|