@codedrifters/configulator 0.0.368 → 0.0.369

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.
package/lib/index.mjs CHANGED
@@ -32663,14 +32663,10 @@ var DEFAULT_CLAUDE_DENY = [
32663
32663
  "Bash(env *)"
32664
32664
  ];
32665
32665
  var DEFAULT_CLAUDE_PATH_DENY = [
32666
- "Read(./node_modules/**)",
32667
- "Read(./dist/**)",
32668
- "Read(./lib/**)",
32669
32666
  "Read(./.astro/**)",
32670
32667
  "Read(./.env)",
32671
32668
  "Read(./.env.*)",
32672
32669
  "Read(./*.lock)",
32673
- "Read(./pnpm-lock.yaml)",
32674
32670
  "Read(./package-lock.json)"
32675
32671
  ];
32676
32672
  var DEFAULT_USAGE_LOG_PATH = ".claude/usage.log";