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.
- package/bin/claude-evolve-run +1 -1
- package/package.json +1 -1
package/bin/claude-evolve-run
CHANGED
|
@@ -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 + '
|
|
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:
|