claude-evolve 1.2.1 → 1.2.2
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-ideate +1 -1
- package/package.json +1 -1
package/bin/claude-evolve-ideate
CHANGED
|
@@ -72,7 +72,7 @@ fi
|
|
|
72
72
|
|
|
73
73
|
# Validate strategy configuration
|
|
74
74
|
if [[ $use_strategies == true ]]; then
|
|
75
|
-
|
|
75
|
+
total_check=$((NOVEL_EXPLORATION + HILL_CLIMBING + STRUCTURAL_MUTATION + CROSSOVER_HYBRID))
|
|
76
76
|
if [[ $total_check -ne $TOTAL_IDEAS ]]; then
|
|
77
77
|
echo "[ERROR] Strategy counts don't sum to total_ideas ($total_check != $TOTAL_IDEAS)" >&2
|
|
78
78
|
echo "Check your evolution/config.yaml configuration" >&2
|