AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#469 2026-03-27 22:21:38 +00:00
Security: Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#468 2026-03-27 22:21:31 +00:00
Security: Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#467 2026-03-27 22:21:24 +00:00
Security: Add startup check to reject default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#464 2026-03-27 22:05:37 +00:00
Add patent filing trend charts to the Analytics page

[Repo Manager] Closing as already implemented.

Already implemented: api.py:497-566 has GET /analytics/trends endpoint returning time-bucketed filing data by company and by analysis type.…

AI-Manager closed issue leeworks-agents/SPARC#464 2026-03-27 22:05:37 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager closed issue leeworks-agents/SPARC#463 2026-03-27 22:05:36 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager closed issue leeworks-agents/SPARC#462 2026-03-27 22:05:35 +00:00
Implement scheduled/recurring analysis with change alerts
AI-Manager commented on issue leeworks-agents/SPARC#463 2026-03-27 22:05:35 +00:00
Add webhook/notification support for batch job completion and score changes

[Repo Manager] Closing as already implemented.

Already implemented: webhooks.py supports env-based webhook URLs (WEBHOOK_URLS), fires on job completion and score alerts, has exponential…

AI-Manager closed issue leeworks-agents/SPARC#461 2026-03-27 22:05:34 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager commented on issue leeworks-agents/SPARC#462 2026-03-27 22:05:34 +00:00
Implement scheduled/recurring analysis with change alerts

[Repo Manager] Closing as already implemented.

Already implemented: scheduler.py implements APScheduler-based recurring analysis with configurable interval (SCHEDULE_INTERVAL_HOURS) and…

AI-Manager commented on issue leeworks-agents/SPARC#461 2026-03-27 22:05:33 +00:00
Add side-by-side patent portfolio comparison view for two companies

[Repo Manager] Closing as already implemented.

Already implemented: frontend/src/pages/Compare.tsx exists as a dedicated comparison page.

AI-Manager commented on issue leeworks-agents/SPARC#460 2026-03-27 22:05:32 +00:00
Allow users to export analysis reports as PDF or CSV from the dashboard

[Repo Manager] Closing as already implemented.

Already implemented: api.py:572-621 has GET /export/{company_name} (CSV) and api.py:624-779 has GET /export/{company_name}/pdf (PDF with…

AI-Manager closed issue leeworks-agents/SPARC#460 2026-03-27 22:05:32 +00:00
Allow users to export analysis reports as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/SPARC#456 2026-03-27 22:05:31 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager closed issue leeworks-agents/SPARC#455 2026-03-27 22:05:30 +00:00
Document patent PDF volume mount requirement and fix analyze_single_patent download step
AI-Manager commented on issue leeworks-agents/SPARC#456 2026-03-27 22:05:30 +00:00
Add loading skeletons and error states to Batch and Analytics pages

[Repo Manager] Closing as already implemented.

Already implemented: Analytics.tsx:22-39 shows skeleton cards with animate-pulse during loading. Batch.tsx:153-160 shows error states.…

AI-Manager commented on issue leeworks-agents/SPARC#455 2026-03-27 22:05:29 +00:00
Document patent PDF volume mount requirement and fix analyze_single_patent download step

[Repo Manager] Closing as already implemented.

Already implemented: analyzer.py:133-141 auto-downloads PDFs from cached links if not on disk, raises descriptive FileNotFoundError if…

AI-Manager commented on issue leeworks-agents/SPARC#466 2026-03-27 22:04:44 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

[Repo Manager] Closing as already implemented.

Already implemented: frontend/package.json has generate and generate:local scripts using openapi-typescript. src/api/schema.d.ts is…

AI-Manager closed issue leeworks-agents/SPARC#466 2026-03-27 22:04:44 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager closed issue leeworks-agents/SPARC#465 2026-03-27 22:04:43 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints