claude-evolve 1.1.2 → 1.1.3
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 -0
- package/package.json +1 -1
package/bin/claude-evolve-ideate
CHANGED
|
@@ -166,6 +166,7 @@ $top_performers
|
|
|
166
166
|
prompt+="
|
|
167
167
|
Generate $count creative algorithm variation(s) that could potentially improve performance.
|
|
168
168
|
For each idea, provide a single line description that explains the approach.
|
|
169
|
+
Base it on the top algorithms by their ID.
|
|
169
170
|
Format: One idea per line, no numbering, no extra formatting."
|
|
170
171
|
|
|
171
172
|
echo "[INFO] Generating $count idea(s) with Claude..."
|