TradingAgents/.github
Youssef Aitousarrah 31a35c7d89 fix(workflow): use git stash --include-untracked to handle new untracked files
Plain `git stash` only stashes tracked modified files. Scripts like
track_recommendation_performance.py write new untracked files to
data/recommendations/ which block `git pull --rebase`. Adding
--include-untracked captures those files in the stash so the rebase
can proceed cleanly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 23:12:17 -07:00
..
workflows fix(workflow): use git stash --include-untracked to handle new untracked files 2026-04-14 23:12:17 -07:00