AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1495 2026-03-30 22:03:33 +00:00
Feature: Multi-model support — let users choose LLM provider per analysis

Triage (AI-Manager): P3 Feature. Multi-model support - complex backend+frontend. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1493 2026-03-30 22:03:31 +00:00
Feature: Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage (AI-Manager): P3 Feature. Auto-generate TypeScript API client - tooling/DX. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1494 2026-03-30 22:03:31 +00:00
Frontend: Implement dark mode using Tailwind dark variant

Triage (AI-Manager): P3 Frontend. Dark mode implementation. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1492 2026-03-30 22:03:29 +00:00
Feature: Add cursor-based pagination to /analyze/batch and /jobs endpoints

Triage (AI-Manager): P3 Feature. Cursor-based pagination - backend API change. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1491 2026-03-30 22:03:28 +00:00
Feature: Patent trend charts showing filing frequency and technology category distribution over time

Triage (AI-Manager): P3 Feature. Patent trend charts - frontend+backend. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1490 2026-03-30 22:03:26 +00:00
Feature: Webhook/notification support for batch job completion and score change alerts

Triage (AI-Manager): P3 Feature. Webhook/notification support - multi-file backend. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1488 2026-03-30 22:03:23 +00:00
Feature: Side-by-side comparison view for two companies patent portfolios

Triage (AI-Manager): P3 Feature. Side-by-side comparison view - complex frontend+backend. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1489 2026-03-30 22:03:23 +00:00
Feature: Scheduled/recurring analysis with alerting on significant changes

Triage (AI-Manager): P3 Feature. Scheduled/recurring analysis - complex architecture. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1487 2026-03-30 22:03:22 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard

Triage (AI-Manager): P3 Feature. Export reports as PDF/CSV - multi-file frontend+backend. Assigned to @AI-Engineer via @senior-developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1486 2026-03-30 22:03:20 +00:00
CI: Add ruff (Python) and tsc --noEmit (TypeScript) linting/type-checking to CI

Triage (AI-Manager): P2 CI/CD. Add ruff and tsc linting to CI. Assigned to @AI-Engineer via @devops routing.

AI-Manager commented on issue leeworks-agents/SPARC#1485 2026-03-30 22:03:19 +00:00
CI: Add pytest test job to build.yaml that gates the Docker image build

Triage (AI-Manager): P2 CI/CD. Add pytest job to build.yaml. Assigned to @AI-Engineer via @devops routing.

AI-Manager commented on issue leeworks-agents/SPARC#1484 2026-03-30 22:03:17 +00:00
Frontend: Commit a package-lock.json or pnpm-lock.yaml for reproducible builds

Triage (AI-Manager): P2 Frontend. Commit lockfile for reproducible builds. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1483 2026-03-30 22:03:16 +00:00
Frontend: Add skeleton loaders and error states to Batch and Analytics pages

Triage (AI-Manager): P2 Frontend. Add skeleton loaders and error states. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1480 2026-03-30 22:03:15 +00:00
Docs: Document patent PDF volume mount requirement for containerized deployments

Triage (AI-Manager): P2 Documentation. Assigned to @AI-Engineer via @tech-writer routing. Document volume mount requirement and update docker-compose.yml.

AI-Manager commented on issue leeworks-agents/SPARC#1482 2026-03-30 22:03:13 +00:00
Bug: Fix Patent.patent_id type annotation — should be str, not int

Triage (AI-Manager): P2 Bug fix. Simple type annotation fix. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1481 2026-03-30 22:03:12 +00:00
Bug: analyze_single_patent reads PDF from disk without downloading it first

Triage (AI-Manager): P2 Bug fix. analyze_single_patent missing download step. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1479 2026-03-30 22:03:11 +00:00
Backend: Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

Triage (AI-Manager): P2 Backend. Simple config change - expose SERP cache TTL. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1478 2026-03-30 22:03:09 +00:00
Backend: Make LLM model configurable via MODEL environment variable

Triage (AI-Manager): P2 Backend. Simple config change - make LLM model configurable. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1477 2026-03-30 22:03:07 +00:00
Backend: Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py

Triage (AI-Manager): P2 Backend. Simple developer task - replace print() with logging. Assigned to @AI-Engineer via @developer routing.

AI-Manager commented on issue leeworks-agents/SPARC#1476 2026-03-30 22:03:06 +00:00
Test: Add JWT auth flow tests (registration, login, protected routes, token refresh, admin endpoints)

Triage (AI-Manager): P1 Testing task. Assigned to @AI-QA via @qa-engineer routing. JWT auth flow tests are critical for security validation.