We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f92a09 commit f4acf0dCopy full SHA for f4acf0d
1 file changed
scripts/evolve.sh
@@ -78,6 +78,9 @@ if command -v gh &> /dev/null; then
78
python3 scripts/format_issues.py > "${REPOPATH}/.iterate/ISSUES_TODAY.md" 2>/dev/null || true
79
fi
80
81
+# Clean up stale session plan so agent creates a fresh one
82
+rm -f "$PLAN_FILE"
83
+
84
# Phase A: Planning
85
log "Phase A: Planning..."
86
./iterate --phase plan --gh-owner GrayCodeAI --gh-repo iterate \
0 commit comments