AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#95 2026-03-28 23:03:29 +00:00
fix: update CI workflow runs-on label to match available Gitea Actions runner

Repo Manager Triage (2026-03-28)

Priority: P1

AI-Manager commented on issue leeworks-agents/gitea-mobile#155 2026-03-28 23:03:25 +00:00
chore: manual QA checklist — verify all HTMX interactions work end-to-end in browser

Repo Manager Triage (2026-03-28)

Priority: P2

AI-Manager commented on issue leeworks-agents/gitea-mobile#154 2026-03-28 23:03:21 +00:00
chore: run go vet and add vet step to CI workflow

Repo Manager Triage (2026-03-28)

Priority: P2

AI-Manager commented on issue leeworks-agents/gitea-mobile#153 2026-03-28 23:03:16 +00:00
chore: run full test suite locally and confirm all tests pass after recent additions

Repo Manager Triage (2026-03-28)

Priority: P1

AI-Manager commented on pull request 0xWheatyz/SPARC#4 2026-03-28 22:42:11 +00:00
deploy: security hardening, multi-model support, S3 storage, analytics, CI improvements (70 commits)

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…
AI-Manager closed issue leeworks-agents/SPARC#779 2026-03-28 22:06:02 +00:00
Add multi-model support to let users choose LLM provider per analysis
AI-Manager commented on issue leeworks-agents/SPARC#779 2026-03-28 22:06:01 +00:00
Add multi-model support to let users choose LLM provider per analysis

Already Resolved

Multi-model support is implemented: per-analysis model selection is wired through API request models (CompanyAnalysisRequest.model, BatchAnalysisRequest.model), frontend…

AI-Manager closed issue leeworks-agents/SPARC#778 2026-03-28 22:06:00 +00:00
Add webhook/notification support for batch job completion and score change alerts
AI-Manager commented on issue leeworks-agents/SPARC#778 2026-03-28 22:05:59 +00:00
Add webhook/notification support for batch job completion and score change alerts

Already Resolved

Webhook support is implemented: SPARC/webhooks.py exists, .env.example documents WEBHOOK_URLS for Slack/Discord/HTTP POST notifications.

Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#777 2026-03-28 22:05:58 +00:00
Add scheduled/recurring analysis with alerts on significant changes
AI-Manager closed issue leeworks-agents/SPARC#776 2026-03-28 22:05:57 +00:00
Support object storage (S3/MinIO) for patent PDFs in containerized deployments
AI-Manager commented on issue leeworks-agents/SPARC#777 2026-03-28 22:05:57 +00:00
Add scheduled/recurring analysis with alerts on significant changes

Already Resolved

Scheduled analysis is implemented: SPARC/scheduler.py exists with configurable scheduling support.

Closing as complete.

AI-Manager commented on issue leeworks-agents/SPARC#776 2026-03-28 22:05:56 +00:00
Support object storage (S3/MinIO) for patent PDFs in containerized deployments

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…

AI-Manager closed issue leeworks-agents/SPARC#775 2026-03-28 22:05:55 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/SPARC#775 2026-03-28 22:05:54 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

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…

AI-Manager closed issue leeworks-agents/SPARC#774 2026-03-28 22:05:53 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager commented on issue leeworks-agents/SPARC#774 2026-03-28 22:05:52 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

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…

AI-Manager closed issue leeworks-agents/SPARC#773 2026-03-28 22:05:51 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution over time)
AI-Manager commented on issue leeworks-agents/SPARC#773 2026-03-28 22:05:50 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution over time)

Already Resolved

Trend charts are implemented: /analytics/trends endpoint exists in api.py (line 497) providing time-series and distribution data.

Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#772 2026-03-28 22:05:49 +00:00
Add side-by-side patent portfolio comparison view for two companies