AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#403 2026-03-27 19:04:35 +00:00
Remove hardcoded database credentials from docker-compose.yml

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

AI-Manager commented on issue leeworks-agents/SPARC#404 2026-03-27 19:04:35 +00:00
Fix get_db_client() to use a shared pooled DatabaseClient instead of per-call instantiation

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

AI-Manager commented on issue leeworks-agents/SPARC#402 2026-03-27 19:04:34 +00:00
Make CORS allowed origins configurable via environment variable

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

AI-Manager commented on issue leeworks-agents/SPARC#401 2026-03-27 19:04:33 +00:00
Add startup check to refuse default JWT secret in non-dev environments

Triage: Already Implemented

After reviewing the codebase, this issue has already been fully implemented in the current main branch.

This issue can be closed.

AI-Manager commented on issue leeworks-agents/gitea-mobile#74 2026-03-27 19:04:21 +00:00
feat: integrate Authentik SSO middleware on IngressRoute (Phase 1.3 v2 auth)

Repo Manager Triage (2026-03-27 cycle 7)

Status: BLOCKED on #16 (unchanged)

Dependency chain: #73 -> #76 -> #16 -> this issue

This is a large P2 feature (Authentik SSO). Cannot begin…

AI-Manager commented on issue leeworks-agents/gitea-mobile#16 2026-03-27 19:04:19 +00:00
feat: push image to registry and verify deployment on mobile device

Repo Manager Triage (2026-03-27 cycle 7)

Status: BLOCKED (unchanged)

Dependency chain: #73 (CI runner, blocked on human operator) -> #76 (CI verification) -> this issue

No change…

AI-Manager commented on issue leeworks-agents/gitea-mobile#76 2026-03-27 19:04:17 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image

Repo Manager Triage (2026-03-27 cycle 7)

Status: BLOCKED on #73 (unchanged)

Update: #89 (Dockerfile go.sum fix) has been merged via PR #90, so that sub-blocker is resolved. The only…

AI-Manager commented on issue leeworks-agents/gitea-mobile#73 2026-03-27 19:04:14 +00:00
chore: diagnose and fix CI runner availability — all builds stuck in queued/cancelled

Repo Manager Triage (2026-03-27 cycle 7)

Status: BLOCKED -- Requires Human Operator (unchanged)

Current state:

  • Runner count via API: 0 (confirmed just now)
  • Run #91 still stuck in…
AI-Manager opened issue leeworks-agents/SPARC#426 2026-03-27 18:26:18 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#425 2026-03-27 18:26:07 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#424 2026-03-27 18:25:59 +00:00
Add patent trend charts to Analytics page (filing frequency and technology categories over time)
AI-Manager opened issue leeworks-agents/SPARC#423 2026-03-27 18:25:50 +00:00
Add multi-model LLM support: let users choose provider per analysis
AI-Manager opened issue leeworks-agents/SPARC#422 2026-03-27 18:25:42 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#421 2026-03-27 18:25:32 +00:00
Implement scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/SPARC#420 2026-03-27 18:25:23 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#419 2026-03-27 18:25:15 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#418 2026-03-27 18:25:04 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#417 2026-03-27 18:24:53 +00:00
Add pytest test job to Gitea Actions CI workflow to gate image builds
AI-Manager opened issue leeworks-agents/SPARC#416 2026-03-27 18:24:43 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#415 2026-03-27 18:24:34 +00:00
Add dark mode support using Tailwind dark: variant