claude-evolve 1.7.17 → 1.7.18
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 +27 -26
- package/package.json +1 -1
package/bin/claude-evolve-ideate
CHANGED
|
@@ -1019,20 +1019,18 @@ THE CSV FILE IS VERY LARGE (OVER 100,000 TOKENS). YOU WILL RUN OUT OF CONTEXT IF
|
|
|
1019
1019
|
CRITICAL INSTRUCTIONS:
|
|
1020
1020
|
1. Read ONLY the last 20-30 lines of the CSV to see the placeholder rows
|
|
1021
1021
|
2. DO NOT ADD OR DELETE ANY ROWS - only EDIT the placeholder descriptions
|
|
1022
|
-
3. DO NOT CHANGE THE IDs - they are already correct
|
|
1023
|
-
4. Use the Edit tool to replace
|
|
1024
|
-
5.
|
|
1022
|
+
3. DO NOT CHANGE THE IDs - they are already correct ($required_ids_str)
|
|
1023
|
+
4. Use the Edit tool to replace EACH PLACEHOLDER text with a real algorithmic idea
|
|
1024
|
+
5. When editing, preserve the CSV structure: keep the ID and parent_id fields unchanged"
|
|
1025
1025
|
|
|
1026
1026
|
if [[ -n "$existing_py_files" ]]; then
|
|
1027
1027
|
prompt+="
|
|
1028
|
-
|
|
1028
|
+
6. IMPORTANT: The following IDs already have Python files: $existing_py_files
|
|
1029
1029
|
(This is informational only - use the IDs specified above)"
|
|
1030
1030
|
fi
|
|
1031
|
-
|
|
1031
|
+
|
|
1032
1032
|
prompt+="
|
|
1033
|
-
|
|
1034
|
-
7. For each idea, create a row with: id,,description,,pending (empty parent_id for novel ideas)
|
|
1035
|
-
8. CRITICAL CSV FORMATTING RULES:
|
|
1033
|
+
7. CRITICAL CSV FORMATTING RULES:
|
|
1036
1034
|
- ALWAYS wrap the description field in double quotes
|
|
1037
1035
|
- If the description contains quotes, escape them by doubling them (\" becomes \"\")
|
|
1038
1036
|
- Example: gen01-001,,\"Implement adaptive RSI thresholds based on volatility\",,pending
|
|
@@ -1171,13 +1169,14 @@ THE CSV FILE IS VERY LARGE (OVER 100,000 TOKENS). YOU WILL RUN OUT OF CONTEXT IF
|
|
|
1171
1169
|
CRITICAL INSTRUCTIONS:
|
|
1172
1170
|
1. Read ONLY the last 25 lines using the offset specified above
|
|
1173
1171
|
2. DO NOT ADD OR DELETE ANY ROWS - only EDIT the placeholder descriptions
|
|
1174
|
-
3. DO NOT CHANGE THE IDs - they are already correct
|
|
1175
|
-
4. Use the Edit tool to replace
|
|
1176
|
-
5.
|
|
1177
|
-
6.
|
|
1172
|
+
3. DO NOT CHANGE THE IDs - they are already correct ($required_ids_str)
|
|
1173
|
+
4. Use the Edit tool to replace EACH PLACEHOLDER text with a parameter tuning idea
|
|
1174
|
+
5. When editing, preserve the CSV structure: keep the ID field unchanged
|
|
1175
|
+
6. You may change the parent_id field if needed to reference a different top performer
|
|
1176
|
+
7. Each description should focus on adjusting specific parameters - include current and new values
|
|
1178
1177
|
Example: \"Lower rsi_entry from 21 to 18\" or \"Increase MA period from 20 to 50\"
|
|
1179
|
-
|
|
1180
|
-
|
|
1178
|
+
8. CRITICAL: When editing, preserve the CSV formatting with proper quoting
|
|
1179
|
+
9. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
|
|
1181
1180
|
|
|
1182
1181
|
# Change to evolution directory so AI can access files
|
|
1183
1182
|
local original_pwd=$(pwd)
|
|
@@ -1291,12 +1290,13 @@ THE CSV FILE IS VERY LARGE (OVER 100,000 TOKENS). YOU WILL RUN OUT OF CONTEXT IF
|
|
|
1291
1290
|
CRITICAL INSTRUCTIONS:
|
|
1292
1291
|
1. Read ONLY the last 25 lines using the offset specified above
|
|
1293
1292
|
2. DO NOT ADD OR DELETE ANY ROWS - only EDIT the placeholder descriptions
|
|
1294
|
-
3. DO NOT CHANGE THE IDs - they are already correct
|
|
1295
|
-
4. Use the Edit tool to replace
|
|
1296
|
-
5.
|
|
1297
|
-
6.
|
|
1298
|
-
7.
|
|
1299
|
-
8.
|
|
1293
|
+
3. DO NOT CHANGE THE IDs - they are already correct ($required_ids_str)
|
|
1294
|
+
4. Use the Edit tool to replace EACH PLACEHOLDER text with a structural modification idea
|
|
1295
|
+
5. When editing, preserve the CSV structure: keep the ID field unchanged
|
|
1296
|
+
6. You may change the parent_id field if needed to reference a different top performer
|
|
1297
|
+
7. Each description should focus on architectural/structural changes
|
|
1298
|
+
8. CRITICAL: When editing, preserve the CSV formatting with proper quoting
|
|
1299
|
+
9. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
|
|
1300
1300
|
|
|
1301
1301
|
# Change to evolution directory so AI can access files
|
|
1302
1302
|
local original_pwd=$(pwd)
|
|
@@ -1410,12 +1410,13 @@ THE CSV FILE IS VERY LARGE (OVER 100,000 TOKENS). YOU WILL RUN OUT OF CONTEXT IF
|
|
|
1410
1410
|
CRITICAL INSTRUCTIONS:
|
|
1411
1411
|
1. Read ONLY the last 25 lines using the offset specified above
|
|
1412
1412
|
2. DO NOT ADD OR DELETE ANY ROWS - only EDIT the placeholder descriptions
|
|
1413
|
-
3. DO NOT CHANGE THE IDs - they are already correct
|
|
1414
|
-
4. Use the Edit tool to replace
|
|
1415
|
-
5.
|
|
1416
|
-
6.
|
|
1417
|
-
7.
|
|
1418
|
-
8.
|
|
1413
|
+
3. DO NOT CHANGE THE IDs - they are already correct ($required_ids_str)
|
|
1414
|
+
4. Use the Edit tool to replace EACH PLACEHOLDER text with a crossover idea
|
|
1415
|
+
5. When editing, preserve the CSV structure: keep the ID field unchanged
|
|
1416
|
+
6. You may change the parent_id field if needed (choose the primary parent)
|
|
1417
|
+
7. Each description should combine actual elements from 2+ top performers
|
|
1418
|
+
8. CRITICAL: When editing, preserve the CSV formatting with proper quoting
|
|
1419
|
+
9. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
|
|
1419
1420
|
|
|
1420
1421
|
# Change to evolution directory so AI can access files
|
|
1421
1422
|
local original_pwd=$(pwd)
|