claude-code-autoconfig 1.0.91 → 1.0.92

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.
@@ -60,22 +60,22 @@ Then stop.
60
60
 
61
61
  **Important**: Do NOT narrate your internal steps (e.g., "The @applied block is empty" or "Let me check..."). Go straight to the formatted output below. The user doesn't need to see implementation details.
62
62
 
63
- Output the pending updates using this exact format:
63
+ Output the pending updates using this exact format. Use **bold** for the header and update entries to visually distinguish this from regular Claude output:
64
64
 
65
65
  ```
66
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
67
- Updates available ({count})
68
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
69
-
70
- 001 ─ Debug Methodology
71
- 002 ─ Some other feature
72
-
73
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
74
- [1] Install all [2] Review each
75
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
66
+ ╔════════════════════════════════════════════╗
67
+ Updates available ({count})
68
+ ╠════════════════════════════════════════════╣
69
+
70
+ 001 ─ Debug Methodology
71
+ 002 ─ Some other feature
72
+
73
+ ╠════════════════════════════════════════════╣
74
+ [1] Install all [2] Review each
75
+ ╚════════════════════════════════════════════╝
76
76
  ```
77
77
 
78
- Replace `{count}` with the number of pending updates. List each update with its ID and title. Wait for the user to respond with 1 or 2.
78
+ Replace `{count}` with the number of pending updates. List each update with its ID and title. The left border `║` and horizontal dividers provide structure — no right border needed (content lines vary in length). Wait for the user to respond with 1 or 2.
79
79
 
80
80
  ## Step 5a: Install All (User picked 1)
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
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",