claude-evolve 1.7.4 → 1.7.5

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/lib/config.sh +0 -1
  2. package/package.json +1 -1
package/lib/config.sh CHANGED
@@ -191,7 +191,6 @@ load_config() {
191
191
  EVOLUTION_DIR="evolution"
192
192
  elif [[ -f "./evolution.csv" ]]; then
193
193
  EVOLUTION_DIR="."
194
- else
195
194
  fi
196
195
 
197
196
  TOTAL_IDEAS="$DEFAULT_TOTAL_IDEAS"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",