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.
@@ -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 each PLACEHOLDER description with a real idea
1024
- 5. Each replacement should be one clear sentence describing a novel algorithmic approach"
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
- 5. IMPORTANT: The following IDs already have Python files: $existing_py_files
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
- 6. Use the Edit or MultiEdit tool to APPEND exactly $count new rows AT THE END of the CSV file
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 each PLACEHOLDER description with a parameter tuning idea
1176
- 5. You may also change the parent_id field if needed to reference a different top performer
1177
- 6. Each description should focus on adjusting specific parameters - include current and new values
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
- 7. CRITICAL: When editing, preserve the CSV formatting with proper quoting
1180
- 8. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
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 each PLACEHOLDER description with a structural modification idea
1296
- 5. You may also change the parent_id field if needed to reference a different top performer
1297
- 6. Each description should focus on architectural/structural changes
1298
- 7. CRITICAL: When editing, preserve the CSV formatting with proper quoting
1299
- 8. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
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 each PLACEHOLDER description with a crossover idea
1415
- 5. You may also change the parent_id field if needed (choose the primary parent)
1416
- 6. Each description should combine actual elements from 2+ top performers
1417
- 7. CRITICAL: When editing, preserve the CSV formatting with proper quoting
1418
- 8. DO NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.7.17",
3
+ "version": "1.7.18",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",