claude-code-autoconfig 1.0.180 → 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.
@@ -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;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.181
4
+ - fix: tighten td code padding in docs parameter tables
5
+
3
6
  ## v1.0.180
4
7
  - fix: improve autoconfig-update messaging when all updates are applied
5
8
 
@@ -144,6 +147,3 @@
144
147
  ## v1.0.132
145
148
  - fix: strengthen bootstrap step instruction so Claude executes it
146
149
 
147
- ## v1.0.131
148
- - feat: support running autoconfig 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.180",
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",