TradingAgents/.github/workflows
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
..
daily-discovery.yml fix(workflow): use git stash --include-untracked to handle new untracked files 2026-04-14 23:12:17 -07:00
hypothesis-runner.yml feat(hypotheses): switch LLM analysis from Anthropic to Gemini 2026-04-12 18:04:38 -07:00
iterate.yml fix: target Aitous/TradingAgents repo for all automated PRs 2026-04-12 18:53:04 -07:00
prefetch.yml feat(cache): unified ticker universe + nightly OHLCV prefetch 2026-04-14 16:18:52 -07:00
research-strategy.yml chore: rename research-strategy workflow to Daily 2026-04-14 13:47:21 -07:00