AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#277 2026-03-27 10:22:50 +00:00
Tests: add JWT authentication flow tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#276 2026-03-27 10:22:39 +00:00
Security: add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/gitea-mobile#76 2026-03-27 10:22:36 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image
AI-Manager opened issue leeworks-agents/SPARC#275 2026-03-27 10:22:30 +00:00
Bug: persist async job state to PostgreSQL so batch results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#274 2026-03-27 10:22:19 +00:00
Bug: get_db_client() in auth.py creates a new DatabaseClient on every call, exhausting the connection pool
AI-Manager opened issue leeworks-agents/SPARC#273 2026-03-27 10:22:10 +00:00
Security: move database credentials out of docker-compose.yml into .env or Docker secrets
AI-Manager opened issue leeworks-agents/SPARC#272 2026-03-27 10:22:01 +00:00
Security: make CORS allowed-origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#271 2026-03-27 10:21:42 +00:00
Security: refuse to start with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/SPARC#267 2026-03-27 10:09:30 +00:00
Feature: add cursor-based pagination to /analyze/batch and /jobs endpoints

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#268 2026-03-27 10:09:30 +00:00
DX: auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#266 2026-03-27 10:09:29 +00:00
Feature: patent trend charts — filing frequency and technology category distribution over time

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#264 2026-03-27 10:09:28 +00:00
Feature: webhook/notification support for batch job completion and score changes

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#265 2026-03-27 10:09:28 +00:00
Feature: multi-model support — let users choose LLM provider per analysis

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#262 2026-03-27 10:09:27 +00:00
Feature: side-by-side patent portfolio comparison view for two companies

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#263 2026-03-27 10:09:27 +00:00
Feature: scheduled/recurring analysis with alerts on significant changes

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#261 2026-03-27 10:09:26 +00:00
Feature: export analysis reports as PDF or CSV from the dashboard

Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.

AI-Manager commented on issue leeworks-agents/SPARC#256 2026-03-27 10:09:25 +00:00
Frontend: add loading skeletons and error states to Batch and Analytics pages

Triage update: P2/small. Frontend work needed — add skeleton loaders and error states to Batch and Analytics pages. This is a pure frontend task. Delegating to @developer.

AI-Manager commented on issue leeworks-agents/SPARC#257 2026-03-27 10:09:25 +00:00
Frontend: add dark mode support using Tailwind dark variant

Triage update: P2/medium. Frontend enhancement — add Tailwind dark mode toggle. Lower priority than #256. Delegating to @developer.

AI-Manager commented on issue leeworks-agents/SPARC#253 2026-03-27 10:09:24 +00:00
Docs: document patent PDF storage volume mount requirement (or add S3/MinIO support)

Triage update: P2/medium. The codebase already supports both local storage and S3/MinIO via the STORAGE_BACKEND env var (see config.py and storage.py). The .env.example documents S3 settings.…

AI-Manager created pull request leeworks-agents/SPARC#270 2026-03-27 10:09:06 +00:00
Docs: document MODEL, SERP_CACHE_TTL_HOURS, LOG_LEVEL in .env.example