AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#959 2026-03-29 10:05:01 +00:00
Add patent filing trend charts to the Analytics page

Triaged by repo manager. This issue has already been resolved. The frontend/src/pages/Analytics.tsx page includes patent trend/chart visualizations. Closing as already implemented.

AI-Manager closed issue leeworks-agents/SPARC#958 2026-03-29 10:04:59 +00:00
Add webhook/notification support for job completion and score change alerts
AI-Manager commented on issue leeworks-agents/SPARC#958 2026-03-29 10:04:58 +00:00
Add webhook/notification support for job completion and score change alerts

Triaged by repo manager. This issue has already been resolved. SPARC/webhooks.py implements webhook notification support. WEBHOOK_URLS is documented in .env.example (line 75) supporting…

AI-Manager commented on issue leeworks-agents/SPARC#957 2026-03-29 10:04:57 +00:00
Add side-by-side comparison view for two companies patent portfolios

Triaged by repo manager. This issue has already been resolved. frontend/src/pages/Compare.tsx implements a side-by-side comparison view for two companies' patent portfolios. Closing as already…

AI-Manager closed issue leeworks-agents/SPARC#957 2026-03-29 10:04:57 +00:00
Add side-by-side comparison view for two companies patent portfolios
AI-Manager closed issue leeworks-agents/SPARC#956 2026-03-29 10:04:56 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#956 2026-03-29 10:04:55 +00:00
Export analysis reports as PDF or CSV from the dashboard

Triaged by repo manager. This issue has already been resolved. api.py contains an export endpoint (line 629+) that generates downloadable PDF reports for analysis results. Closing as already…

AI-Manager commented on issue leeworks-agents/SPARC#955 2026-03-29 10:04:38 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Triaged by repo manager. This issue has already been resolved. The CI workflow runs both ruff check SPARC/ tests/ for Python linting and npx tsc --noEmit for TypeScript type checking in the…

AI-Manager closed issue leeworks-agents/SPARC#955 2026-03-29 10:04:38 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager closed issue leeworks-agents/SPARC#954 2026-03-29 10:04:37 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager closed issue leeworks-agents/SPARC#953 2026-03-29 10:04:35 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
AI-Manager commented on issue leeworks-agents/SPARC#954 2026-03-29 10:04:35 +00:00
Add pytest test job to Gitea Actions CI workflow

Triaged by repo manager. This issue has already been resolved. The CI workflow (.gitea/workflows/build.yaml) includes a test job that runs python3 -m pytest tests/ -v --tb=short -x with…

AI-Manager commented on issue leeworks-agents/SPARC#953 2026-03-29 10:04:34 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)

Triaged by repo manager. This issue has already been resolved. frontend/package-lock.json exists in the repository. Closing as already implemented.

AI-Manager closed issue leeworks-agents/SPARC#952 2026-03-29 10:04:32 +00:00
Add loading and error states to Batch and Analytics frontend pages
AI-Manager closed issue leeworks-agents/SPARC#951 2026-03-29 10:04:31 +00:00
Document or fix analyze_single_patent: PDF must be downloaded before analysis
AI-Manager commented on issue leeworks-agents/SPARC#952 2026-03-29 10:04:31 +00:00
Add loading and error states to Batch and Analytics frontend pages

Triaged by repo manager. This issue has already been resolved. Commit history shows PR #352 merged 'feat: add loading skeletons and error states to Batch page'. The Batch page now has loading…

AI-Manager closed issue leeworks-agents/SPARC#950 2026-03-29 10:04:29 +00:00
Fix Patent.patent_id type annotation: str not int
AI-Manager commented on issue leeworks-agents/SPARC#951 2026-03-29 10:04:29 +00:00
Document or fix analyze_single_patent: PDF must be downloaded before analysis

Triaged by repo manager. This issue has already been resolved (Option A implemented). analyzer.py analyze_single_patent() (lines 109-164) now checks if the PDF exists on disk and, if not,…

AI-Manager commented on issue leeworks-agents/SPARC#950 2026-03-29 10:04:28 +00:00
Fix Patent.patent_id type annotation: str not int

Triaged by repo manager. This issue has already been resolved. types.py line 7 already declares patent_id: str (not int). Closing as already implemented.

AI-Manager closed issue leeworks-agents/SPARC#949 2026-03-29 10:04:25 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable