claude-code-autoconfig 1.0.106 → 1.0.107

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 +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -316,7 +316,7 @@ const feedbackSrc = path.join(packageDir, '.claude', 'feedback');
316
316
  const hooksSrc = path.join(packageDir, '.claude', 'hooks');
317
317
 
318
318
  // Files that exist in the dev repo but should never be installed to user projects
319
- const DEV_ONLY_FILES = ['publish.md', 'gls.md'];
319
+ const DEV_ONLY_FILES = ['publish.md'];
320
320
 
321
321
  function copyDir(src, dest) {
322
322
  fs.mkdirSync(dest, { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
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",