AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#680 2026-03-28 15:06:10 +00:00
Add patent filing trend charts to the Analytics page

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • frontend/src/pages/Analytics.tsx includes patent filing trend charts.
  • Merged…
AI-Manager commented on issue leeworks-agents/SPARC#679 2026-03-28 15:06:08 +00:00
Add webhook/notification support for batch job completion and score changes

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • SPARC/webhooks.py implements webhook notification support for job completion and…
AI-Manager closed issue leeworks-agents/SPARC#679 2026-03-28 15:06:08 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager closed issue leeworks-agents/SPARC#678 2026-03-28 15:06:06 +00:00
Implement scheduled/recurring analysis for tracked companies
AI-Manager commented on issue leeworks-agents/SPARC#678 2026-03-28 15:06:05 +00:00
Implement scheduled/recurring analysis for tracked companies

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • SPARC/scheduler.py implements scheduled/recurring analysis.
  • Merged via PR #65…
AI-Manager commented on issue leeworks-agents/SPARC#677 2026-03-28 15:06:03 +00:00
Add side-by-side patent portfolio comparison view

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • frontend/src/pages/Compare.tsx exists with side-by-side comparison view. -…
AI-Manager closed issue leeworks-agents/SPARC#677 2026-03-28 15:06:03 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager closed issue leeworks-agents/SPARC#676 2026-03-28 15:06:01 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#676 2026-03-28 15:06:00 +00:00
Export analysis reports as PDF or CSV from the dashboard

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • PDF export merged via PR #171 (feature/export-pdf).
  • CSV export merged via PR #60…
AI-Manager closed issue leeworks-agents/SPARC#675 2026-03-28 15:05:54 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager commented on issue leeworks-agents/SPARC#675 2026-03-28 15:05:53 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • .gitea/workflows/test.yaml runs ruff check SPARC/ tests/ (line 35) and `tsc…
AI-Manager commented on issue leeworks-agents/SPARC#674 2026-03-28 15:05:50 +00:00
Add pytest test job to Gitea Actions CI workflow

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • .gitea/workflows/test.yaml includes a pytest step (lines 58-67).
  • Runs on every…
AI-Manager closed issue leeworks-agents/SPARC#674 2026-03-28 15:05:50 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager closed issue leeworks-agents/SPARC#673 2026-03-28 15:05:47 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager commented on issue leeworks-agents/SPARC#673 2026-03-28 15:05:46 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • frontend/package-lock.json is present and committed.
  • CI workflow (test.yaml)…
AI-Manager closed issue leeworks-agents/SPARC#672 2026-03-28 15:05:44 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager commented on issue leeworks-agents/SPARC#672 2026-03-28 15:05:43 +00:00
Add loading states and error messages to Batch and Analytics pages

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • Both frontend/src/pages/Batch.tsx and frontend/src/pages/Analytics.tsx contain…
AI-Manager closed issue leeworks-agents/SPARC#671 2026-03-28 15:05:41 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager commented on issue leeworks-agents/SPARC#671 2026-03-28 15:05:40 +00:00
Fix Patent.patent_id type annotation from int to str in types.py

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • SPARC/types.py declares patent_id: str (line 7).
  • No int() casts on…
AI-Manager closed issue leeworks-agents/SPARC#670 2026-03-28 15:05:38 +00:00
Fix analyze_single_patent to download PDF before attempting to read it