claude-code-autoconfig 1.0.112 → 1.0.113

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.
Files changed (2) hide show
  1. package/bin/cli.js +0 -8
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -442,14 +442,6 @@ if (isUpgrade && newCommands.length > 0) {
442
442
  }
443
443
  }
444
444
 
445
- // Always show full list of installed commands on upgrade
446
- if (isUpgrade) {
447
- const allCommands = fs.readdirSync(commandsDest)
448
- .filter(f => f.endsWith('.md') && !DEV_ONLY_FILES.includes(f))
449
- .map(f => '/' + f.replace('.md', ''));
450
- console.log();
451
- console.log('\x1b[90m%s\x1b[0m', ` Installed commands (${allCommands.length}): ${allCommands.join(', ')}`);
452
- }
453
445
 
454
446
  // Pre-mark all bundled updates as applied when the @applied block is empty.
455
447
  // On fresh installs, /autoconfig handles their content (e.g., debug methodology in MEMORY.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
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",