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