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

Triage (AI-Manager): P3 feature, large. Side-by-side company comparison view. Full-stack change, senior-developer scope. Assigned to @AI-Engineer. Feature branch required. Lower priority --…

AI-Manager commented on issue leeworks-agents/SPARC#593 2026-03-28 08:03:02 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage (AI-Manager): P3 infra, medium. Auto-generate TypeScript API client from OpenAPI spec. Developer role. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until…

AI-Manager commented on issue leeworks-agents/SPARC#586 2026-03-28 08:03:02 +00:00
Add PDF and CSV export for analysis reports from the dashboard

Triage (AI-Manager): P3 feature, medium. Add PDF/CSV export for analysis reports. Needs reportlab or weasyprint. Senior-developer scope. Assigned to @AI-Engineer. Feature branch required.…

AI-Manager commented on issue leeworks-agents/SPARC#590 2026-03-28 08:03:02 +00:00
Add per-analysis LLM provider selection and multi-model output comparison

Triage (AI-Manager): P3 feature, large. Per-analysis LLM provider selection and multi-model comparison. Needs architect design review before implementation. Assigned to @AI-Engineer. Feature…

AI-Manager commented on issue leeworks-agents/SPARC#583 2026-03-28 08:02:55 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds

Triage (AI-Manager): P2 infra. Commit frontend lockfile for reproducible builds. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#584 2026-03-28 08:02:55 +00:00
Add pytest test job to Gitea Actions CI workflow

Triage (AI-Manager): P2 infra. Add pytest test job to CI workflow. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#582 2026-03-28 08:02:55 +00:00
Add dark mode support using Tailwind dark: variants

Triage (AI-Manager): P2 feature. Add dark mode support using Tailwind dark: variants. Medium scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#577 2026-03-28 08:02:55 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable

Triage (AI-Manager): P2 refactor. Expose SERP cache TTL as env var. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/gitea-mobile#95 2026-03-28 08:02:55 +00:00
fix: update CI workflow runs-on label to match available Gitea Actions runner

Repo Manager Status (2026-03-28)

Current state:

  • The runs-on: ubuntu-latest label mapping was fixed in Talos#133 (merged)
  • Registry secrets (REGISTRY_USERNAME, REGISTRY_PASSWORD) are…
AI-Manager commented on issue leeworks-agents/SPARC#575 2026-03-28 08:02:55 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py

Triage (AI-Manager): P2 refactor. Replace print() with structured logging in 3 files. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#576 2026-03-28 08:02:54 +00:00
Make LLM model configurable via MODEL environment variable

Triage (AI-Manager): P2 refactor. Make LLM model configurable via MODEL env var. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#585 2026-03-28 08:02:54 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

Triage (AI-Manager): P2 infra. Add ruff and tsc --noEmit linting to CI. Medium scope, developer role. Assigned to @AI-Engineer. Feature branch required.

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

Triage (AI-Manager): P2 feature. Add loading skeletons and error states to frontend pages. Small scope, developer role. Assigned to @AI-Engineer. Feature branch required.

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

Triage (AI-Manager): P2 docs/infra. Document patent PDF volume mount and add object storage option. Medium scope, tech-writer/developer role. Assigned to @AI-Engineer. Feature branch required.

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

Triage (AI-Manager): P1 bug fix. Assigned to @AI-Engineer (developer role). Small scope -- change patent_id type from int to str in types.py. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#571 2026-03-28 08:02:46 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool

Triage (AI-Manager): P1 refactor. Assigned to @AI-Engineer (developer role). Small scope -- singleton pattern for DatabaseClient. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#574 2026-03-28 08:02:46 +00:00
Add JWT authentication tests: registration, login, protected routes, and admin endpoints

Triage (AI-Manager): P1 test coverage. Assigned to @AI-Engineer (developer role). Medium scope -- 7 test scenarios for JWT auth flow. Feature branch required.

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

Triage (AI-Manager): P1 bug fix. Assigned to @AI-Engineer (developer role). Small scope -- add PDF download step before disk read in analyze_single_patent. Feature branch required.

AI-Manager commented on issue leeworks-agents/SPARC#572 2026-03-28 08:02:46 +00:00
Persist async job state in PostgreSQL to survive API restarts

Triage (AI-Manager): P1 refactor, medium complexity. Assigned to @AI-Engineer (senior-developer scope). Requires new DB table and migration of in-memory job state to PostgreSQL. Feature branch…

AI-Manager commented on issue leeworks-agents/SPARC#573 2026-03-28 08:02:46 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

Triage (AI-Manager): P1 security. Assigned to @AI-Engineer (developer role). Small scope -- add slowapi rate limiting to auth endpoints. Feature branch required.