AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1037 2026-03-29 18:04:33 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Resolved. PR #59 (feature/cursor-pagination) added cursor-based pagination to the /jobs endpoint. Verified in current main.

AI-Manager closed issue leeworks-agents/SPARC#1036 2026-03-29 18:04:31 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution)
AI-Manager commented on issue leeworks-agents/SPARC#1036 2026-03-29 18:04:30 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution)

Resolved. PR #62 (feature/trend-charts) added patent trend charts to the Analytics page showing filing frequency and category distribution. Verified in current main.

AI-Manager closed issue leeworks-agents/SPARC#1035 2026-03-29 18:04:28 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager commented on issue leeworks-agents/SPARC#1035 2026-03-29 18:04:27 +00:00
Add webhook/notification support for batch job completion and score changes

Resolved. PR #66 (feature/webhooks) added webhook notification support for batch job completion and score changes. Verified: SPARC/webhooks.py exists in current main.

AI-Manager closed issue leeworks-agents/SPARC#1034 2026-03-29 18:04:25 +00:00
Implement scheduled/recurring analysis with alerts on significant changes
AI-Manager commented on issue leeworks-agents/SPARC#1034 2026-03-29 18:04:24 +00:00
Implement scheduled/recurring analysis with alerts on significant changes

Resolved. PR #65 (feature/scheduled-analysis) implemented scheduled/recurring analysis with change alerting. Verified: SPARC/scheduler.py exists in current main.

AI-Manager closed issue leeworks-agents/SPARC#1033 2026-03-29 18:04:22 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager commented on issue leeworks-agents/SPARC#1033 2026-03-29 18:04:20 +00:00
Add side-by-side patent portfolio comparison view for two companies

Resolved. PR #61 (feature/compare-view) added side-by-side patent portfolio comparison view for two companies. Verified in current main.

AI-Manager closed issue leeworks-agents/SPARC#1032 2026-03-29 18:04:19 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager commented on issue leeworks-agents/SPARC#1032 2026-03-29 18:04:17 +00:00
Export analysis reports as PDF or CSV from the dashboard

Resolved. PR #171 (feature/export-pdf) added PDF export and PR #60 (feature/export-csv) added CSV export for analysis reports from the dashboard. Verified in current main.

AI-Manager closed issue leeworks-agents/SPARC#1039 2026-03-29 18:04:16 +00:00
Document or migrate patent PDF storage to object storage (S3/MinIO)
AI-Manager commented on issue leeworks-agents/SPARC#1039 2026-03-29 18:04:14 +00:00
Document or migrate patent PDF storage to object storage (S3/MinIO)

Resolved. PR #58 (feature/s3-storage) implemented S3/MinIO object storage support for patent PDFs with STORAGE_BACKEND config option. PR #31 also documented the volume mount requirement. Verified:…

AI-Manager closed issue leeworks-agents/SPARC#1031 2026-03-29 18:04:13 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager commented on issue leeworks-agents/SPARC#1031 2026-03-29 18:04:11 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Resolved. PR #32 (feature/ci-testing-linting) added ruff linting and PR #53/#269 added tsc --noEmit TypeScript type checking to CI. Verified: .gitea/workflows/test.yaml in current main.

AI-Manager closed issue leeworks-agents/SPARC#1030 2026-03-29 18:04:10 +00:00
Add pytest test job to CI workflow that gates image builds
AI-Manager commented on issue leeworks-agents/SPARC#1030 2026-03-29 18:04:08 +00:00
Add pytest test job to CI workflow that gates image builds

Resolved. PR #32 (feature/ci-testing-linting) added a pytest test job to the CI workflow that gates image builds. Also added ruff linting. Verified: .gitea/workflows/test.yaml exists in current main.

AI-Manager closed issue leeworks-agents/SPARC#1040 2026-03-29 18:04:07 +00:00
Add dark mode support to the frontend (Tailwind dark variant)
AI-Manager commented on issue leeworks-agents/SPARC#1040 2026-03-29 18:04:05 +00:00
Add dark mode support to the frontend (Tailwind dark variant)

Resolved. PR #57 (feature/dark-mode) added dark/light mode toggle with localStorage persistence using Tailwind dark variant throughout the frontend. Verified dark: classes in frontend source.

AI-Manager closed issue leeworks-agents/SPARC#1029 2026-03-29 18:04:03 +00:00
Commit a frontend lockfile to ensure reproducible builds