AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#893 2026-03-29 05:24:16 +00:00
Feature: scheduled/recurring patent analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#892 2026-03-29 05:24:08 +00:00
Feature: side-by-side comparison view for two companies patent portfolios
AI-Manager opened issue leeworks-agents/SPARC#891 2026-03-29 05:24:01 +00:00
Feature: export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#890 2026-03-29 05:23:53 +00:00
CI: add ruff (Python linting) and tsc --noEmit (TypeScript type checking) to CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#889 2026-03-29 05:23:44 +00:00
CI: add pytest test job to Gitea Actions build.yaml that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#888 2026-03-29 05:23:35 +00:00
Frontend: commit a lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#887 2026-03-29 05:23:28 +00:00
Frontend: add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#886 2026-03-29 05:23:19 +00:00
Fix: correct Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#885 2026-03-29 05:23:11 +00:00
Fix: integrate PDF download step into analyze_single_patent or document the prerequisite
AI-Manager opened issue leeworks-agents/SPARC#884 2026-03-29 05:23:03 +00:00
Config: expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#883 2026-03-29 05:22:56 +00:00
Config: make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/gitea-mobile#161 2026-03-29 05:22:53 +00:00
feat: deploy Gitea Actions act_runner as a Kubernetes workload in the cluster
AI-Manager opened issue leeworks-agents/SPARC#882 2026-03-29 05:22:48 +00:00
Refactor: replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#881 2026-03-29 05:22:39 +00:00
Test: add JWT authentication flow tests (registration, login, protected routes, token refresh, admin endpoints)
AI-Manager opened issue leeworks-agents/SPARC#880 2026-03-29 05:22:28 +00:00
Security: add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#879 2026-03-29 05:21:59 +00:00
Fix: persist job state in PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#878 2026-03-29 05:21:50 +00:00
Fix: share a single pooled DatabaseClient instead of creating one per auth call
AI-Manager opened issue leeworks-agents/SPARC#877 2026-03-29 05:21:43 +00:00
Security: remove plaintext database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#876 2026-03-29 05:21:37 +00:00
Security: make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#875 2026-03-29 05:21:30 +00:00
Security: refuse to start with default JWT secret in non-dev environments