Analysis
The runs-on: ubuntu-latest label is actually correct. The root cause was the runner label mapping in the Talos repo -- ubuntu-latest was mapped to Alpine (musl) instead of Debian…
[Repo Manager] This issue is already resolved. Dark mode is fully functional:
- ThemeContext (
src/context/ThemeContext.tsx) provides a toggle that adds/removes thedarkclass on…
[Repo Manager] This issue is already resolved. The Analytics page includes trend charts: a LineChart showing "Analyses per Company Over Time" and a stacked BarChart showing "Analysis Types Over…
[Repo Manager] This issue is already resolved. Both the Analysis and Batch pages include a model selection dropdown allowing users to choose between LLM providers, and the backend llm.py…
[Repo Manager] This issue is already resolved. SPARC/storage.py (171 lines) implements a storage abstraction with local filesystem and S3/MinIO backends, selectable via STORAGE_BACKEND…
[Repo Manager] This issue is already resolved. SPARC/webhooks.py (139 lines) implements webhook notifications with retry logic, supporting generic HTTP POST and Slack/Discord webhooks,…
[Repo Manager] This issue is already resolved. SPARC/scheduler.py (109 lines) implements scheduled re-analysis of tracked companies using APScheduler with configurable interval and change-thresho…
[Repo Manager] This issue is already resolved. frontend/src/pages/Compare.tsx (161 lines) implements a side-by-side patent portfolio comparison view. Closing as complete.