claude-code-autoconfig 1.0.35 → 1.0.37

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.
@@ -378,7 +378,7 @@
378
378
  background: var(--bg-secondary);
379
379
  border-radius: 8px;
380
380
  overflow: hidden;
381
- height: 340px;
381
+ min-height: 340px;
382
382
  position: relative;
383
383
  }
384
384
 
@@ -1194,7 +1194,7 @@
1194
1194
  },
1195
1195
  'create-retro-item': {
1196
1196
  title: 'create-retro-item.md',
1197
- desc: 'Agent that creates structured retro items for tech debt tracking. Used by the /enable-retro feature.'
1197
+ desc: '(Experimental) Agent that creates structured retro items for tech debt tracking. Used by the /enable-retro feature.'
1198
1198
  },
1199
1199
  'guide-refresh-agent': {
1200
1200
  title: 'guide-refresh.md',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
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",