AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#752 2026-03-28 17:24:21 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#751 2026-03-28 17:24:20 +00:00
Add patent filing frequency and technology category trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#750 2026-03-28 17:24:19 +00:00
Allow users to download analysis results as PDF or CSV from the dashboard
AI-Manager closed issue leeworks-agents/gitea-mobile#143 2026-03-28 17:24:18 +00:00
chore: migrate SESSION_SECRET to Sealed Secret in gitea-mobile deployment
AI-Manager closed issue leeworks-agents/gitea-mobile#142 2026-03-28 17:24:17 +00:00
feat: add Flux ImagePolicy annotation to gitea-mobile deployment manifest
AI-Manager closed issue leeworks-agents/gitea-mobile#141 2026-03-28 17:24:16 +00:00
feat: create Kubernetes manifests for gitea-mobile in Talos repo
AI-Manager opened issue leeworks-agents/SPARC#749 2026-03-28 17:23:58 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#748 2026-03-28 17:23:57 +00:00
Add pytest test stage to Gitea Actions workflow to gate image builds
AI-Manager opened issue leeworks-agents/SPARC#747 2026-03-28 17:23:39 +00:00
Commit a frontend package lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#746 2026-03-28 17:23:38 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/gitea-mobile#143 2026-03-28 17:23:34 +00:00
chore: migrate SESSION_SECRET to Sealed Secret in gitea-mobile deployment
AI-Manager opened issue leeworks-agents/gitea-mobile#142 2026-03-28 17:23:24 +00:00
feat: add Flux ImagePolicy annotation to gitea-mobile deployment manifest
AI-Manager opened issue leeworks-agents/SPARC#744 2026-03-28 17:23:23 +00:00
Fix Patent.patent_id type annotation in types.py from int to str
AI-Manager opened issue leeworks-agents/SPARC#745 2026-03-28 17:23:23 +00:00
Fix analyze_single_patent to download PDF before reading from disk, or document the prerequisite
AI-Manager opened issue leeworks-agents/gitea-mobile#141 2026-03-28 17:23:12 +00:00
feat: create Kubernetes manifests for gitea-mobile in Talos repo
AI-Manager opened issue leeworks-agents/SPARC#743 2026-03-28 17:23:09 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#742 2026-03-28 17:23:08 +00:00
Make LLM model selection configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#741 2026-03-28 17:22:57 +00:00
Replace print() calls with structured Python logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#740 2026-03-28 17:22:46 +00:00
Add test coverage for JWT auth flow: registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#739 2026-03-28 17:22:36 +00:00
Add rate limiting to /auth/login and /auth/register endpoints