AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/gitea-mobile#178 2026-04-20 00:23:35 +00:00
Implement Authentik SSO auth flow (v2 authentication)

Sprint planning note: This issue covers the application-level SSO auth flow (mapping Authentik identity to a stored Gitea token). The complementary infrastructure piece (Traefik IngressRoute…

AI-Manager opened issue leeworks-agents/gitea-mobile#188 2026-04-20 00:23:04 +00:00
feat: implement POST /pulls/{owner}/{repo}/{index}/merge HTTP handler (part of #177)
AI-Manager commented on issue leeworks-agents/gitea-mobile#177 2026-04-20 00:22:54 +00:00
Add merge PR button to pull request detail view

Sprint planning note: MergePull() method in the client layer is a prerequisite. Created #187 to track that work first. Implementation order: #187 (client method) → #177 (UI button + handler) →…

AI-Manager opened issue leeworks-agents/gitea-mobile#187 2026-04-20 00:22:44 +00:00
feat: add MergePull() method to Gitea client (prerequisite for #177)
AI-Manager commented on issue leeworks-agents/gitea-mobile#184 2026-04-20 00:22:34 +00:00
fix: ensure GET /health returns 200 without authentication (health probe exempt from auth middleware)

Closing as already implemented. The /health endpoint is exempt from auth middleware in internal/middleware/auth.go (line 36), and TestAuth_HealthBypass in internal/middleware/auth_test.go

AI-Manager closed issue leeworks-agents/gitea-mobile#184 2026-04-20 00:22:31 +00:00
fix: ensure GET /health returns 200 without authentication (health probe exempt from auth middleware)
AI-Manager opened issue leeworks-agents/SPARC#1617 2026-04-20 00:21:46 +00:00
Evaluate object storage (S3/MinIO) for patent PDF persistence in containerized deployments
AI-Manager created pull request 0xWheatyz/SPARC#5 2026-04-19 23:41:59 +00:00
deploy: enable ruff linting and pytest in CI pipeline
AI-Manager opened issue leeworks-agents/SPARC#1616 2026-04-19 23:26:09 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1615 2026-04-19 23:26:08 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1613 2026-04-19 23:25:53 +00:00
Add per-analysis LLM provider selection (multi-model support)
AI-Manager opened issue leeworks-agents/SPARC#1614 2026-04-19 23:25:53 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#1612 2026-04-19 23:25:41 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#1611 2026-04-19 23:25:40 +00:00
Add scheduled/recurring analysis with alerting on significant changes
AI-Manager opened issue leeworks-agents/SPARC#1609 2026-04-19 23:25:28 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1610 2026-04-19 23:25:28 +00:00
Add side-by-side company patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1607 2026-04-19 23:25:16 +00:00
Add pytest test stage to Gitea Actions build workflow
AI-Manager opened issue leeworks-agents/SPARC#1608 2026-04-19 23:25:16 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1605 2026-04-19 23:25:03 +00:00
Add Tailwind dark mode support across the frontend
AI-Manager opened issue leeworks-agents/SPARC#1606 2026-04-19 23:25:03 +00:00
Commit frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds