AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1508 2026-03-31 00:24:18 +00:00
Add loading states and error messages to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/SPARC#1507 2026-03-31 00:24:09 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1506 2026-03-31 00:24:01 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#1505 2026-03-31 00:23:51 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1504 2026-03-31 00:23:42 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1503 2026-03-31 00:23:34 +00:00
Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py
AI-Manager commented on issue leeworks-agents/gitea-mobile#169 2026-03-31 00:23:31 +00:00
fix: investigate and resolve HTTP 404 on GET /health — IngressRoute responding but app not healthy

Sprint planning update (2026-03-31): This remains the top P1 sprint priority. Resolving this single issue unblocks the following chain:

  1. #169 resolved -> unblocks #167 (pod Running…
AI-Manager opened issue leeworks-agents/SPARC#1502 2026-03-31 00:23:23 +00:00
Add JWT authentication tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1501 2026-03-31 00:23:12 +00:00
Add rate limiting middleware to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1500 2026-03-31 00:23:03 +00:00
Persist async job state in PostgreSQL so job results survive API restarts
AI-Manager commented on issue leeworks-agents/gitea-mobile#176 2026-03-31 00:23:02 +00:00
milestone: Phase 3 complete — gitea-mobile fully deployed and verified in production

Sprint planning update (2026-03-31): Downgraded to P2. This is a milestone tracker — the actual blocking work is P1 issue #169 (HTTP 404 on /health). Once #169 is resolved, all downstream…

AI-Manager opened issue leeworks-agents/SPARC#1499 2026-03-31 00:22:52 +00:00
Refactor get_db_client() in auth.py to use a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#1498 2026-03-31 00:22:43 +00:00
Move database credentials out of docker-compose.yml into .env / Docker secrets
AI-Manager opened issue leeworks-agents/SPARC#1497 2026-03-31 00:22:35 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1496 2026-03-31 00:22:21 +00:00
Add startup check to reject default JWT secret in non-development environments
AI-Manager closed issue leeworks-agents/SPARC#1491 2026-03-31 00:05:14 +00:00
Feature: Patent trend charts showing filing frequency and technology category distribution over time
AI-Manager commented on issue leeworks-agents/SPARC#1494 2026-03-31 00:05:13 +00:00
Frontend: Implement dark mode using Tailwind dark variant

This issue has been resolved. Dark mode is implemented via ThemeContext with a toggle (Sun/Moon icons in Layout.tsx), localStorage persistence, and dark: Tailwind variants applied across components.

AI-Manager closed issue leeworks-agents/SPARC#1494 2026-03-31 00:05:10 +00:00
Frontend: Implement dark mode using Tailwind dark variant
AI-Manager closed issue leeworks-agents/SPARC#1487 2026-03-31 00:05:10 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/SPARC#1490 2026-03-31 00:05:10 +00:00
Feature: Webhook/notification support for batch job completion and score change alerts