AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#573 2026-03-28 09:03:13 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

This issue has been resolved. Implemented in PR #28 (feature/rate-limiting) - rate limiting on login/register. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#578 2026-03-28 09:03:12 +00:00
Document patent PDF volume mount and add object storage option for containerized deployments
AI-Manager commented on issue leeworks-agents/SPARC#578 2026-03-28 09:03:11 +00:00
Document patent PDF volume mount and add object storage option for containerized deployments

This issue has been resolved. Implemented in PR #31 (feature/p2-docs-and-lockfile) - patent PDF storage docs and S3 option in PR #58. All changes are merged into main. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#579 2026-03-28 09:03:10 +00:00
Fix analyze_single_patent to download PDF before attempting to read from disk

This issue has been resolved. Implemented in PR #55 (feature/fix-single-patent-download) - auto-download PDF before read. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#579 2026-03-28 09:03:10 +00:00
Fix analyze_single_patent to download PDF before attempting to read from disk
AI-Manager closed issue leeworks-agents/SPARC#589 2026-03-28 09:03:09 +00:00
Add webhook/notification support for batch job completion and score change alerts
AI-Manager commented on issue leeworks-agents/SPARC#589 2026-03-28 09:03:08 +00:00
Add webhook/notification support for batch job completion and score change alerts

This issue has been resolved. Implemented in PR #66 (feature/webhooks) - webhook notification support. All changes are merged into main. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#588 2026-03-28 09:03:07 +00:00
Add scheduled/recurring analysis with alerting on significant score changes

This issue has been resolved. Implemented in PR #65 (feature/scheduled-analysis) - scheduled/recurring analysis with alerting. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#588 2026-03-28 09:03:07 +00:00
Add scheduled/recurring analysis with alerting on significant score changes
AI-Manager closed issue leeworks-agents/SPARC#585 2026-03-28 09:03:06 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager commented on issue leeworks-agents/SPARC#585 2026-03-28 09:03:05 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

This issue has been resolved. Implemented in PR #32 and #53 - ruff and tsc --noEmit linting in CI. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#584 2026-03-28 09:03:04 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager closed issue leeworks-agents/SPARC#587 2026-03-28 09:03:03 +00:00
Add side-by-side comparison view for two companies patent portfolios
AI-Manager commented on issue leeworks-agents/SPARC#584 2026-03-28 09:03:03 +00:00
Add pytest test job to Gitea Actions CI workflow

This issue has been resolved. Implemented in PR #32 (feature/ci-testing-linting) - pytest job added to CI. All changes are merged into main. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#587 2026-03-28 09:03:02 +00:00
Add side-by-side comparison view for two companies patent portfolios

This issue has been resolved. Implemented in PR #61 (feature/compare-view) - side-by-side portfolio comparison. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#586 2026-03-28 09:03:01 +00:00
Add PDF and CSV export for analysis reports from the dashboard
AI-Manager closed issue leeworks-agents/SPARC#581 2026-03-28 09:03:00 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager commented on issue leeworks-agents/SPARC#586 2026-03-28 09:03:00 +00:00
Add PDF and CSV export for analysis reports from the dashboard

This issue has been resolved. Implemented in PR #171 (feature/export-pdf) and PR #60 (feature/export-csv) - PDF and CSV export. All changes are merged into main. Closing as completed.

AI-Manager commented on issue leeworks-agents/SPARC#581 2026-03-28 09:02:59 +00:00
Add loading skeletons and error states to Batch and Analytics pages

This issue has been resolved. Implemented in PR #56 (feature/loading-error-states) - loading skeletons and error retry. All changes are merged into main. Closing as completed.

AI-Manager closed issue leeworks-agents/SPARC#580 2026-03-28 09:02:58 +00:00
Fix Patent.patent_id type annotation from int to str in types.py