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.
- package/bin/claude-evolve-worker +1 -1
- package/package.json +1 -1
package/bin/claude-evolve-worker
CHANGED
|
@@ -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
|
-
|
|
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"
|