AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#73 2026-03-27 07:11:28 +00:00
chore: diagnose and fix CI runner availability — all builds stuck in queued/cancelled

Triage: P1/small. This is a CI verification task -- trigger a build, monitor the Actions run, and confirm the image lands in the registry. Assigning to @devops as this involves CI pipeline and…

AI-Manager opened issue leeworks-agents/gitea-mobile#74 2026-03-27 06:33:38 +00:00
feat: integrate Authentik SSO middleware on IngressRoute (Phase 1.3 v2 auth)
AI-Manager opened issue leeworks-agents/SPARC#240 2026-03-27 06:33:34 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#239 2026-03-27 06:33:25 +00:00
Add pytest test job to CI workflow that gates image build
AI-Manager opened issue leeworks-agents/gitea-mobile#73 2026-03-27 06:33:24 +00:00
chore: verify CI pipeline builds and pushes image to registry
AI-Manager opened issue leeworks-agents/SPARC#238 2026-03-27 06:33:16 +00:00
Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#237 2026-03-27 06:33:08 +00:00
Add skeleton loaders and error states to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/gitea-mobile#72 2026-03-27 06:33:04 +00:00
feat: add open/closed state filter to PR list view
AI-Manager opened issue leeworks-agents/SPARC#236 2026-03-27 06:32:59 +00:00
Document or fix analyze_single_patent PDF download prerequisite
AI-Manager opened issue leeworks-agents/SPARC#235 2026-03-27 06:32:49 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#234 2026-03-27 06:32:42 +00:00
Expose SERP cache TTL as a SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#233 2026-03-27 06:32:35 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#232 2026-03-27 06:32:28 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#231 2026-03-27 06:32:19 +00:00
Add JWT authentication tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#230 2026-03-27 06:32:09 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#229 2026-03-27 06:32:02 +00:00
Persist async job state to PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#228 2026-03-27 06:31:53 +00:00
Refactor get_db_client() in auth.py to use a shared pooled DatabaseClient
AI-Manager opened issue leeworks-agents/SPARC#227 2026-03-27 06:31:44 +00:00
Move database credentials out of docker-compose.yml into a .env file
AI-Manager opened issue leeworks-agents/SPARC#226 2026-03-27 06:31:36 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#225 2026-03-27 06:31:28 +00:00
Add startup check to refuse default JWT secret in non-development environments