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.
@@ -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..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",