AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1649 2026-04-20 08:29:08 +00:00
Implement scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/gitea-mobile#190 2026-04-20 08:29:01 +00:00
feat: implement inline HTMX detail expansion on dashboard triage cards
AI-Manager opened issue leeworks-agents/SPARC#1648 2026-04-20 08:29:00 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1647 2026-04-20 08:28:53 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1646 2026-04-20 08:28:45 +00:00
Add ruff linting and tsc type checking to CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#1645 2026-04-20 08:28:37 +00:00
Add pytest test stage to CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/gitea-mobile#189 2026-04-20 08:28:36 +00:00
feat: add changed files list to PR detail view
AI-Manager opened issue leeworks-agents/SPARC#1644 2026-04-20 08:28:29 +00:00
Add and commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
AI-Manager opened issue leeworks-agents/SPARC#1643 2026-04-20 08:28:22 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#1642 2026-04-20 08:28:14 +00:00
Add loading skeleton and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1641 2026-04-20 08:28:06 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1640 2026-04-20 08:27:59 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#1639 2026-04-20 08:27:49 +00:00
Document patent PDF volume mount requirement and consider object storage for containerized deployments
AI-Manager opened issue leeworks-agents/SPARC#1638 2026-04-20 08:27:40 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1637 2026-04-20 08:27:28 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1636 2026-04-20 08:27:22 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1635 2026-04-20 08:27:13 +00:00
Add JWT auth flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1634 2026-04-20 08:27:04 +00:00
Add rate limiting middleware to auth endpoints
AI-Manager opened issue leeworks-agents/SPARC#1633 2026-04-20 08:26:57 +00:00
Persist job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1632 2026-04-20 08:26:49 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection