claude-evolve 1.6.16 → 1.6.17

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.
@@ -414,7 +414,7 @@ try:
414
414
  print(f'[INFO] Reset {changed_count} candidates (stuck running or missing files) to pending')
415
415
 
416
416
  # Count pending candidates using UNIFIED logic
417
- sys.path.append(script_dir + '/../lib')
417
+ sys.path.append(script_dir + '/..')
418
418
  from lib.evolution_csv import EvolutionCSV
419
419
 
420
420
  with EvolutionCSV(csv_file) as csv_ops:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.6.16",
3
+ "version": "1.6.17",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",