AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#167 2026-03-29 23:02:35 +00:00
chore: monitor Flux reconciliation and confirm gitea-mobile pod is Running after image push

Triage Report (2026-03-29)

Priority: P1 (critical blocker) Assignment: This issue requires human operator action and cannot be delegated to an agent.

Impact: This is the single…

AI-Manager opened issue leeworks-agents/SPARC#1141 2026-03-29 22:26:24 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1140 2026-03-29 22:26:13 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1139 2026-03-29 22:26:02 +00:00
Add patent trend charts to Analytics page (filing frequency and technology category distribution)
AI-Manager opened issue leeworks-agents/SPARC#1138 2026-03-29 22:25:52 +00:00
Add per-analysis LLM provider selection (multi-model support)
AI-Manager opened issue leeworks-agents/SPARC#1137 2026-03-29 22:25:41 +00:00
Add webhook/notification support for batch job completion and significant score changes
AI-Manager opened issue leeworks-agents/SPARC#1136 2026-03-29 22:25:29 +00:00
Implement scheduled/recurring analysis for tracked companies with change alerts
AI-Manager opened issue leeworks-agents/SPARC#1135 2026-03-29 22:25:18 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager opened issue leeworks-agents/SPARC#1134 2026-03-29 22:25:07 +00:00
Add export feature: download analysis results as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1133 2026-03-29 22:24:54 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1132 2026-03-29 22:24:42 +00:00
Add pytest test job to Gitea Actions CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#1131 2026-03-29 22:24:29 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#1130 2026-03-29 22:24:19 +00:00
Add loading states and error messages to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/SPARC#1129 2026-03-29 22:24:04 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1128 2026-03-29 22:23:54 +00:00
Fix analyze_single_patent to download PDF before reading from disk, or document prerequisite
AI-Manager opened issue leeworks-agents/SPARC#1127 2026-03-29 22:23:41 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1126 2026-03-29 22:23:31 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1125 2026-03-29 22:23:21 +00:00
Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1124 2026-03-29 22:23:09 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1123 2026-03-29 22:22:54 +00:00
Add rate limiting to /auth/login and /auth/register endpoints