| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 hours | fix: remove SecretStr field overrides in service subclass configs | TheSiahxyz | |
| StrategyConfig and NewsCollectorConfig redefined anthropic_api_key and finnhub_api_key as plain str, shadowing the parent SecretStr type. This caused AttributeError at runtime when .get_secret_value() was called. The fields are already inherited from Settings — no need to redeclare. | |||
| 6 hours | feat: scaffold news-collector service with BaseCollector | TheSiahxyz | |
