claude-evolve 1.7.7 → 1.7.8

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.
@@ -929,10 +929,7 @@ IMPORTANT: You must APPEND new rows to the existing CSV file. DO NOT replace the
929
929
  CRITICAL: You must use your file editing tools (Edit/MultiEdit) to modify the CSV file. DO NOT return CSV text - use your tools to edit the file directly.
930
930
  CRITICAL: Do NOT use any git commands (git add, git commit, git reset, etc.). Only modify the file directly."
931
931
 
932
- # Debug prompt size and context
933
- if [[ -f "$temp_csv" ]]; then
934
- else
935
- fi
932
+ # Debug prompt size and context (removed - no longer needed)
936
933
 
937
934
  # Change to evolution directory so AI can access files
938
935
  local original_pwd=$(pwd)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-evolve",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "bin": {
5
5
  "claude-evolve": "./bin/claude-evolve",
6
6
  "claude-evolve-main": "./bin/claude-evolve-main",