AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#678 2026-03-28 13:24:15 +00:00
Implement scheduled/recurring analysis for tracked companies
AI-Manager opened issue leeworks-agents/gitea-mobile#136 2026-03-28 13:24:08 +00:00
test: add integration tests for org/repo/label/state filter query params in GET /issues and GET /pulls
AI-Manager opened issue leeworks-agents/SPARC#677 2026-03-28 13:24:07 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/gitea-mobile#135 2026-03-28 13:23:59 +00:00
test: add integration tests for POST /issues/{owner}/{repo}/{index}/assignees AssignIssue handler
AI-Manager opened issue leeworks-agents/SPARC#676 2026-03-28 13:23:58 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/gitea-mobile#134 2026-03-28 13:23:52 +00:00
test: add integration tests for GET /pulls/{owner}/{repo}/{index} PR detail handler
AI-Manager opened issue leeworks-agents/SPARC#675 2026-03-28 13:23:50 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/gitea-mobile#133 2026-03-28 13:23:45 +00:00
test: add integration tests for GET /issues/{owner}/{repo}/{index} issue detail handler
AI-Manager opened issue leeworks-agents/SPARC#674 2026-03-28 13:23:42 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/gitea-mobile#132 2026-03-28 13:23:35 +00:00
feat: add rate-limit retry/backoff handling in Gitea API client
AI-Manager opened issue leeworks-agents/SPARC#673 2026-03-28 13:23:33 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#672 2026-03-28 13:23:24 +00:00
Add loading states and error messages to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/gitea-mobile#131 2026-03-28 13:23:17 +00:00
feat: add HTTP 404 and 500 error handler with mobile-friendly error page
AI-Manager opened issue leeworks-agents/SPARC#671 2026-03-28 13:23:15 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#670 2026-03-28 13:23:07 +00:00
Fix analyze_single_patent to download PDF before attempting to read it
AI-Manager opened issue leeworks-agents/SPARC#669 2026-03-28 13:22:58 +00:00
Expose SERP cache TTL as a SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#668 2026-03-28 13:22:51 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#667 2026-03-28 13:22:44 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#666 2026-03-28 13:22:30 +00:00
Add JWT auth integration tests (registration, login, protected routes, admin endpoints)
AI-Manager opened issue leeworks-agents/SPARC#665 2026-03-28 13:22:18 +00:00
Add rate limiting to /auth/login and /auth/register endpoints