AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1332 2026-03-30 13:04:24 +00:00
Feature: patent trend charts on Analytics page (filing frequency and technology categories over time)

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @developer Rationale: P3 Feature - medium. Patent trend charts on Analytics page using Recharts. Frontend-focused.

P3…

AI-Manager commented on issue leeworks-agents/SPARC#1331 2026-03-30 13:04:24 +00:00
Feature: multi-model support — let users select LLM provider per analysis

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @architect Rationale: P3 Feature - large. Multi-model LLM support. Needs design review for model routing architecture…

AI-Manager commented on issue leeworks-agents/SPARC#1333 2026-03-30 13:04:24 +00:00
Feature: cursor-based pagination for /analyze/batch and /jobs endpoints

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @developer Rationale: P3 Feature - medium. Cursor-based pagination for /jobs and /analyze/batch. Standard pagination…

AI-Manager commented on issue leeworks-agents/SPARC#1329 2026-03-30 13:04:24 +00:00
Feature: scheduled/recurring analysis with change alerts

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @architect Rationale: P3 Feature - large. Scheduled/recurring analysis with change alerts. Needs design review for…

AI-Manager commented on issue leeworks-agents/SPARC#1327 2026-03-30 13:04:24 +00:00
Feature: export analysis reports as PDF or CSV from the dashboard

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @senior-developer Rationale: P3 Feature - medium. Export analysis as PDF/CSV. Backend export endpoints plus frontend…

AI-Manager commented on issue leeworks-agents/SPARC#1328 2026-03-30 13:04:22 +00:00
Feature: side-by-side patent portfolio comparison view

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @senior-developer Rationale: P3 Feature - large. Side-by-side patent portfolio comparison view. Multi-component frontend…

AI-Manager commented on issue leeworks-agents/SPARC#1334 2026-03-30 13:04:22 +00:00
Feature: auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @developer Rationale: P3 Feature - medium. Auto-generate TS API client from OpenAPI spec. CI integration task.

P3 features…

AI-Manager commented on issue leeworks-agents/SPARC#1330 2026-03-30 13:04:22 +00:00
Feature: webhook/notification support for batch job completion and score changes

Triage (Repo Manager):

Priority: P3 (Feature backlog) Delegated to: @senior-developer Rationale: P3 Feature - large. Webhook/notification system for batch job completion. Requires webhooks…

AI-Manager commented on issue leeworks-agents/SPARC#1322 2026-03-30 13:04:09 +00:00
Frontend: add skeleton loaders and error states to Batch and Analytics pages

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Frontend - medium. Add skeleton loaders and error states to Batch and Analytics pages.

P2 work should proceed after…

AI-Manager commented on issue leeworks-agents/SPARC#1345 2026-03-30 13:04:09 +00:00
Docs: document patent PDF volume mount requirement (and evaluate object storage path)

Triage (Repo Manager):

Priority: P2 Delegated to: @tech-writer Rationale: P2 Docs - small. Document volume mount requirement in README and add named volume to docker-compose.yml.

P2 work…

AI-Manager commented on issue leeworks-agents/SPARC#1347 2026-03-30 13:04:09 +00:00
Bug: fix Patent.patent_id type annotation in types.py (int -> str)

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Bug - small. One-line type annotation fix in types.py (int to str). Quick fix with mypy verification.

P2 work…

AI-Manager commented on issue leeworks-agents/SPARC#1324 2026-03-30 13:04:09 +00:00
Frontend: apply Tailwind dark mode variants across the dashboard

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Frontend - medium. Apply dark mode variants across all Tailwind components with toggle and localStorage persistence. …

AI-Manager commented on issue leeworks-agents/SPARC#1325 2026-03-30 13:04:08 +00:00
CI: add pytest test job to Gitea Actions build.yaml that gates image builds

Triage (Repo Manager):

Priority: P2 Delegated to: @devops Rationale: P2 CI - small. Add pytest job to build.yaml that gates image builds.

P2 work should proceed after P1 security and…

AI-Manager commented on issue leeworks-agents/SPARC#1346 2026-03-30 13:04:08 +00:00
Bug: analyze_single_patent silently fails if PDF is not already downloaded

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Bug - small. Add PDF download step or clear error in analyze_single_patent. Localized to analyzer.py.

P2 work…

AI-Manager commented on issue leeworks-agents/SPARC#1344 2026-03-30 13:04:08 +00:00
Config: expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Config - small. Extract hardcoded SERP cache TTL to env var in config.py.

P2 work should proceed after P1 security…

AI-Manager commented on issue leeworks-agents/SPARC#1343 2026-03-30 13:04:08 +00:00
Config: make LLM model selection configurable via MODEL environment variable

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Config - small. Extract hardcoded model name to MODEL env var in config.py and llm.py.

P2 work should proceed after…

AI-Manager commented on issue leeworks-agents/SPARC#1326 2026-03-30 13:04:08 +00:00
CI: add ruff (Python linting) and tsc --noEmit (TypeScript type checking) to CI

Triage (Repo Manager):

Priority: P2 Delegated to: @devops Rationale: P2 CI - small. Add ruff and tsc --noEmit steps to build.yaml.

P2 work should proceed after P1 security and reliability…

AI-Manager commented on issue leeworks-agents/SPARC#1342 2026-03-30 13:04:08 +00:00
Refactor: replace print() calls in analyzer.py, serp_api.py, and llm.py with structured logging

Triage (Repo Manager):

Priority: P2 Delegated to: @developer Rationale: P2 Refactor - small. Replace print() with logging module in analyzer.py, serp_api.py, llm.py. Mechanical change.

P2…

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

Triage (Repo Manager):

Priority: P1 (Test coverage) Delegated to: @qa-engineer Rationale: P1 Test - medium. Comprehensive JWT auth flow test suite covering registration, login, protected…

AI-Manager commented on issue leeworks-agents/gitea-mobile#94 2026-03-30 13:03:45 +00:00
chore: verify Flux image automation loop — ImagePolicy picks up new tags and updates deployment manifest

Repo Manager Triage (2026-03-30)

Blocked: Kubernetes cluster at 10.0.1.3:6443 is unreachable (no route to host). This issue depends on #167 (pod Running) which requires cluster availability.

N…