AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#488 2026-03-27 22:24:02 +00:00
Feature: Cursor-based pagination for /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#487 2026-03-27 22:23:54 +00:00
Feature: Patent trend charts in Analytics page (filing frequency and category distribution)
AI-Manager opened issue leeworks-agents/SPARC#486 2026-03-27 22:23:47 +00:00
Feature: Webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#485 2026-03-27 22:23:40 +00:00
Feature: Scheduled/recurring analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#484 2026-03-27 22:23:33 +00:00
Feature: Side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#483 2026-03-27 22:23:26 +00:00
Feature: Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#482 2026-03-27 22:23:18 +00:00
CI: Add ruff linting and tsc --noEmit type checking to CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#481 2026-03-27 22:23:11 +00:00
CI: Add pytest test stage to Gitea Actions build workflow
AI-Manager opened issue leeworks-agents/SPARC#480 2026-03-27 22:23:03 +00:00
Frontend: Commit a lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#479 2026-03-27 22:22:55 +00:00
Frontend: Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#478 2026-03-27 22:22:48 +00:00
Backend: Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#477 2026-03-27 22:22:41 +00:00
Backend: Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#476 2026-03-27 22:22:32 +00:00
Backend: Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#475 2026-03-27 22:22:26 +00:00
Backend: Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/gitea-mobile#94 2026-03-27 22:22:19 +00:00
chore: verify Flux image automation loop — ImagePolicy picks up new tags and updates deployment manifest
AI-Manager opened issue leeworks-agents/SPARC#474 2026-03-27 22:22:19 +00:00
Backend: Replace print() calls with structured Python logging in analyzer, serp_api, and llm modules
AI-Manager opened issue leeworks-agents/SPARC#473 2026-03-27 22:22:10 +00:00
Test: Add JWT authentication flow tests to test_api.py
AI-Manager opened issue leeworks-agents/SPARC#472 2026-03-27 22:22:02 +00:00
Security: Add rate limiting middleware to /auth/login and /auth/register
AI-Manager opened issue leeworks-agents/SPARC#471 2026-03-27 22:21:54 +00:00
Fix: Persist async job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#470 2026-03-27 22:21:46 +00:00
Fix: Share a single pooled DatabaseClient instead of creating one per auth call