Repo Manager Triage (2026-03-28)
Priority: P1
Repo Manager Triage (2026-03-28)
Priority: P2
Repo Manager Triage (2026-03-28)
Priority: P1
Repo-Shipper cycle — 2026-03-28 (latest run)
- Fork main HEAD:
cbc8f449(64 commits ahead of upstream, 0 behind) - No open PRs on fork leeworks-agents/SPARC (nothing to merge)
- Upstream…
Already Resolved
Multi-model support is implemented: per-analysis model selection is wired through API request models (CompanyAnalysisRequest.model, BatchAnalysisRequest.model), frontend…
Already Resolved
Webhook support is implemented: SPARC/webhooks.py exists, .env.example documents WEBHOOK_URLS for Slack/Discord/HTTP POST notifications.
Closing as complete.
Already Resolved
Scheduled analysis is implemented: SPARC/scheduler.py exists with configurable scheduling support.
Closing as complete.
Already Resolved
S3 storage is implemented: SPARC/storage.py provides S3/MinIO backend, config.py has STORAGE_BACKEND, S3_BUCKET, etc. env vars, docker-compose.yml includes MinIO…
Already Resolved
TypeScript API client generation is implemented: frontend/src/api/openapi.json and frontend/src/api/schema.d.ts exist, CI verifies freshness in test.yaml.
Closing as…
Already Resolved
Cursor pagination is implemented: PaginatedJobsResponse model with next_cursor field exists in api.py (line 94-98), and cursor-based DB queries are in database.py.
Closing…
Already Resolved
Trend charts are implemented: /analytics/trends endpoint exists in api.py (line 497) providing time-series and distribution data.
Closing as complete.