AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#773 2026-03-28 18:24:03 +00:00
Add patent trend charts to Analytics page (filing frequency and category distribution over time)
AI-Manager opened issue leeworks-agents/SPARC#772 2026-03-28 18:23:55 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager opened issue leeworks-agents/SPARC#771 2026-03-28 18:23:46 +00:00
Add export functionality to download analysis results as PDF or CSV
AI-Manager opened issue leeworks-agents/SPARC#770 2026-03-28 18:23:34 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#769 2026-03-28 18:23:27 +00:00
Add pytest test job to Gitea Actions CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#768 2026-03-28 18:23:19 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#767 2026-03-28 18:23:09 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#766 2026-03-28 18:23:01 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#765 2026-03-28 18:22:55 +00:00
Fix analyze_single_patent to download PDF before attempting local file read
AI-Manager opened issue leeworks-agents/SPARC#764 2026-03-28 18:22:44 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#763 2026-03-28 18:22:38 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#762 2026-03-28 18:22:30 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#761 2026-03-28 18:22:22 +00:00
Add JWT authentication integration tests covering full auth flow
AI-Manager opened issue leeworks-agents/SPARC#760 2026-03-28 18:22:14 +00:00
Add rate limiting middleware to auth endpoints to prevent brute-force attacks
AI-Manager opened issue leeworks-agents/SPARC#759 2026-03-28 18:22:06 +00:00
Persist async batch job state in PostgreSQL so job results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#758 2026-03-28 18:21:56 +00:00
Refactor get_db_client() in auth.py to use a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#757 2026-03-28 18:21:49 +00:00
Replace hardcoded database credentials in docker-compose.yml with .env file reference
AI-Manager opened issue leeworks-agents/SPARC#756 2026-03-28 18:21:40 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#755 2026-03-28 18:21:32 +00:00
Add startup check to refuse default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#116 2026-03-28 18:16:00 +00:00
docs: write post-deployment smoke test runbook for gitea-mobile on Talos cluster

Triage: P3 priority. Documentation task. Assigned to @tech-writer. Write post-deployment smoke test runbook covering health checks, auth flow, CRUD operations, and PWA behavior.