Commit Graph

4 Commits

Author SHA1 Message Date
Martin C. Richards f9fdb5a26d
feat(news): implement complete news service with LLM sentiment analysis and Dagster orchestration 2025-11-16 12:14:40 +01:00
Martin C. Richards 6a2535f101 fix lint 2025-08-16 14:03:28 +02:00
Martin C. Richards fd45639ad6 typecheck with pyrefly 2025-08-16 13:52:37 +02:00
Martin C. Richards d773ed4cfa refactor: migrate to newspaper4k and improve news service repository integration
- Upgrade from newspaper3k to newspaper4k for better article scraping
- Add repository integration for cached news data retrieval
- Implement proper date handling and data conversion in news service
- Move PRD files to dedicated prd/ directory
- Add type stubs and improve type checking configuration
- Fix linting issues (unused variables and loop control variables)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 13:00:40 +02:00