claude-code-autoconfig 1.0.179 → 1.0.181

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.
@@ -1,5 +1,5 @@
1
1
  <!-- @description Manages and installs updates to Claude Code configuration. -->
2
- <!-- @version 1 -->
2
+ <!-- @version 2 -->
3
3
  <!-- @response updates-available | Displays list of pending updates with install/review options. -->
4
4
  <!-- @response up-to-date | All updates are already installed. -->
5
5
  <!-- @sideeffect Pulls latest update files from npm, executes update instructions, tracks applied updates -->
@@ -56,7 +56,7 @@ Parse the `<!-- @applied -->` block in THIS file (`.claude/commands/autoconfig-u
56
56
  Filter out any updates whose ID appears in the applied list. If no pending updates remain, output:
57
57
 
58
58
  ```
59
- All updates are already installed. You're up to date.
59
+ All configuration updates are applied. Your commands, docs, and settings were refreshed by the installer.
60
60
  ```
61
61
 
62
62
  Then stop.
@@ -619,7 +619,7 @@
619
619
  td code {
620
620
  background: var(--bg-secondary);
621
621
  color: var(--accent-orange);
622
- padding: 2px 8px;
622
+ padding: 2px 4px;
623
623
  border-radius: 4px;
624
624
  font-family: 'SF Mono', 'Fira Code', monospace;
625
625
  font-size: 13px;
@@ -1268,7 +1268,7 @@
1268
1268
  title: '.claude/ Directory',
1269
1269
  desc: 'Commands, rules, settings, and these docs. Keeps configuration organized as your project grows.'
1270
1270
  },
1271
- 'rules': {
1271
+ 'rules': {
1272
1272
  title: 'rules/',
1273
1273
  desc: 'Path-scoped context that loads when Claude works on matching files.'
1274
1274
  },
@@ -1579,7 +1579,7 @@ CRITICAL: A plausible-looking cause from code reading is NOT confirmed evidence.
1579
1579
 
1580
1580
  > Run \`/autoconfig\` to populate this based on your project.`
1581
1581
  },
1582
- 'autoconfig-update': {
1582
+ 'autoconfig-update': {
1583
1583
  filename: 'autoconfig-update.md',
1584
1584
  content: `<!-- @applied
1585
1585
  -->
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.181
4
+ - fix: tighten td code padding in docs parameter tables
5
+
6
+ ## v1.0.180
7
+ - fix: improve autoconfig-update messaging when all updates are applied
8
+
3
9
  ## v1.0.179
4
10
  - fix: add settings.local.json to AUTOCONFIG_FILES, tighten docs table columns
5
11
 
@@ -141,9 +147,3 @@
141
147
  ## v1.0.132
142
148
  - fix: strengthen bootstrap step instruction so Claude executes it
143
149
 
144
- ## v1.0.131
145
- - feat: support running autoconfig from inside Claude Code sessions
146
-
147
- ## v1.0.130
148
- - fix: block interactive install from inside Claude Code sessions
149
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.179",
3
+ "version": "1.0.181",
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",