claude-code-autoconfig 1.0.185 → 1.0.186

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.
@@ -394,7 +394,7 @@
394
394
  }
395
395
 
396
396
  .tree-content {
397
- padding: 16px 16px 8px 16px;
397
+ padding: 16px 16px 20px 16px;
398
398
  overflow: auto;
399
399
  flex: 1;
400
400
  min-height: 0;
@@ -1258,7 +1258,7 @@
1258
1258
  title: '.claude/ Directory',
1259
1259
  desc: 'Commands, rules, settings, and these docs. Keeps configuration organized as your project grows.'
1260
1260
  },
1261
- 'rules': {
1261
+ 'rules': {
1262
1262
  title: 'rules/',
1263
1263
  desc: 'Path-scoped context that loads when Claude works on matching files.'
1264
1264
  },
@@ -1559,7 +1559,7 @@ CRITICAL: A plausible-looking cause from code reading is NOT confirmed evidence.
1559
1559
 
1560
1560
  > Run \`/autoconfig\` to populate this based on your project.`
1561
1561
  },
1562
- 'autoconfig-update': {
1562
+ 'autoconfig-update': {
1563
1563
  filename: 'autoconfig-update.md',
1564
1564
  content: `<!-- @applied
1565
1565
  -->
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.186
4
+ - fix: increase bottom padding in docs file tree
5
+
3
6
  ## v1.0.183
4
7
  - fix: stop copying updates dir to user projects and clean up existing ones
5
8
 
@@ -138,6 +141,3 @@
138
141
  ## v1.0.137
139
142
  - docs: add usage params to recover-context docs and make dash optional
140
143
 
141
- ## v1.0.136
142
- - fix: modernize permission syntax and merge perms on upgrade
143
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
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",