claude-evolve 1.0.6 → 1.0.7

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.
@@ -144,7 +144,7 @@ ideate_ai() {
144
144
 
145
145
  # Build prompt
146
146
  local prompt
147
- prompt="You are helping with algorithm evolution. Generate exactly $count new algorithm idea(s) based on the following context.
147
+ prompt="It's time for your megathinking mode! You are helping with algorithm evolution. Generate exactly $count new algorithm idea(s) based on the following context.
148
148
 
149
149
  Project Brief:
150
150
  $(cat evolution/BRIEF.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",