| Age | Commit message (Expand) | Author |
| 14 hours | feat: add GitHub Actions CI pipeline with lint, test, docker build | TheSiahxyz |
| 14 hours | chore: enhance ruff lint rules with ASYNC, bugbear, isort, pyupgrade | TheSiahxyz |
| 14 hours | feat: add API security (auth, CORS, rate limiting, input validation) | TheSiahxyz |
| 14 hours | refactor: specialize exception handling across all services | TheSiahxyz |
| 14 hours | fix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selector | TheSiahxyz |
| 14 hours | feat: add graceful shutdown with SIGTERM/SIGINT handlers to all services | TheSiahxyz |
| 14 hours | feat: add resource limits and network isolation to docker-compose | TheSiahxyz |
| 14 hours | feat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignore | TheSiahxyz |
| 14 hours | feat: add missing DB indexes for signals, orders, trades, snapshots | TheSiahxyz |
| 14 hours | fix: move hardcoded postgres credentials to .env, annotate secrets | TheSiahxyz |
| 14 hours | chore: pin all service dependencies with upper bounds | TheSiahxyz |
| 14 hours | feat: add config validation, SecretStr for secrets, API security fields | TheSiahxyz |
| 14 hours | feat: add retry and resilience to Redis broker with keepalive | TheSiahxyz |
| 14 hours | feat: add DB connection pooling with configurable pool_size, overflow, recycle | TheSiahxyz |
| 14 hours | fix: address code review issues in resilience module | TheSiahxyz |
| 14 hours | feat: implement resilience module (retry, circuit breaker, timeout) | TheSiahxyz |
| 15 hours | docs: add platform upgrade implementation plan | TheSiahxyz |
| 15 hours | docs: add platform upgrade design spec | TheSiahxyz |
| 15 hours | refactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c... | TheSiahxyz |
| 15 hours | style: fix lint and formatting issues across news collector and shared | TheSiahxyz |
| 15 hours | feat: add news-collector service to Docker Compose | TheSiahxyz |
| 15 hours | feat: integrate stock selector into strategy engine scheduler | TheSiahxyz |
| 15 hours | feat: add Telegram notification for stock selections | TheSiahxyz |
| 15 hours | feat: implement 3-stage stock selector (sentiment → technical → LLM) | TheSiahxyz |
| 15 hours | feat: implement news-collector main scheduler with all collectors | TheSiahxyz |
| 15 hours | feat: implement SentimentAggregator with freshness decay and composite scoring | TheSiahxyz |
| 15 hours | feat: implement Truth Social and Federal Reserve collectors | TheSiahxyz |
| 15 hours | feat: implement Reddit social sentiment collector | TheSiahxyz |
| 15 hours | feat: implement SEC EDGAR 8-K filing collector | TheSiahxyz |
| 15 hours | feat: implement CNN Fear & Greed Index collector | TheSiahxyz |
| 16 hours | feat: implement RSS news collector (Yahoo, Google News, MarketWatch) | TheSiahxyz |
| 16 hours | feat: implement Finnhub news collector with VADER sentiment | TheSiahxyz |
| 16 hours | feat: scaffold news-collector service with BaseCollector | TheSiahxyz |
| 16 hours | feat: add news collector and stock selector config settings | TheSiahxyz |
| 16 hours | feat: add NewsEvent, DB methods for news/sentiment/selections | TheSiahxyz |
| 16 hours | feat: add Alembic migration for news and sentiment tables | TheSiahxyz |
| 16 hours | feat: add SQLAlchemy ORM models for news, scores, selections | TheSiahxyz |
| 16 hours | feat: add NewsItem, sentiment scoring, and stock selection models | TheSiahxyz |
| 16 hours | docs: add news-driven stock selector implementation plan | TheSiahxyz |
| 16 hours | docs: add news-driven stock selector design spec | TheSiahxyz |
| 19 hours | docs: rewrite TODO for US stock platform (remove all crypto references) | TheSiahxyz |
| 19 hours | refactor: purge all remaining crypto/Binance references | TheSiahxyz |
| 19 hours | refactor: remove all crypto/Binance code, update to US stock symbols | TheSiahxyz |
| 19 hours | feat: add parameter optimization script for Asian Session RSI | TheSiahxyz |
| 19 hours | refactor: complete US stock migration | TheSiahxyz |
| 19 hours | refactor: update data-collector and order-executor for Alpaca API | TheSiahxyz |
| 19 hours | feat: add Claude-powered daily stock screener for MOC strategy | TheSiahxyz |
| 19 hours | refactor: migrate to US stocks with Alpaca API | TheSiahxyz |
| 19 hours | feat(strategy): add Market on Close (MOC) strategy for US stocks | TheSiahxyz |
| 19 hours | refactor: replace Binance/ccxt with Alpaca API client for US stocks | TheSiahxyz |