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