claude-evolve 1.8.3 → 1.8.4

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.
@@ -643,7 +643,7 @@ with EvolutionCSV('$FULL_CSV_PATH') as csv:
643
643
  elif [[ $process_exit_code -eq 78 ]]; then
644
644
  # Missing parent; mark child as failed and immediately process parent
645
645
  # Use RESOLVED_PARENT_ID which was set by process_candidate
646
- local actual_parent_id="${RESOLVED_PARENT_ID:-$parent_id}"
646
+ actual_parent_id="${RESOLVED_PARENT_ID:-$parent_id}"
647
647
 
648
648
  echo "[WORKER-$$] Parent '$actual_parent_id' missing for $candidate_id"
649
649
  echo "[WORKER-$$] Marking $candidate_id as failed-parent-missing"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",