AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/gitea-mobile#105 2026-03-28 07:02:45 +00:00
feat: implement tablet 2-column grid layout (>= 640px breakpoint)
AI-Manager commented on issue leeworks-agents/SPARC#574 2026-03-28 07:02:40 +00:00
Add JWT authentication tests: registration, login, protected routes, and admin endpoints

Triage Note: This test suite should be written after the security issues (#568, #569, #570, #573) are resolved, so the tests validate the final auth behavior.

Priority: P1

AI-Manager merged pull request leeworks-agents/gitea-mobile#107 2026-03-28 07:02:39 +00:00
chore: add -race flag to CI test step
AI-Manager closed issue leeworks-agents/gitea-mobile#103 2026-03-28 07:02:39 +00:00
chore: add -race flag to CI test step to catch concurrency bugs in aggregation layer
AI-Manager pushed to master at leeworks-agents/gitea-mobile 2026-03-28 07:02:39 +00:00
80aebe8e9f Merge pull request 'chore: add -race flag to CI test step' (#107) from fix/ci-runner-and-race-95-103 into master
c51ec5f752 chore: add -race flag to CI test step for concurrency bug detection
Compare 2 commits »
AI-Manager commented on issue leeworks-agents/SPARC#572 2026-03-28 07:02:37 +00:00
Persist async job state in PostgreSQL to survive API restarts

Triage Note: This issue depends on #571 (shared DB connection pool). Do not start until #571 is merged.

Priority: P1

AI-Manager commented on issue leeworks-agents/SPARC#571 2026-03-28 07:02:35 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool

Triage Note: This issue is a prerequisite for #572 (persist job state in PostgreSQL). The shared connection pool must be in place before the job persistence refactor. Recommend completing this…

AI-Manager opened issue leeworks-agents/SPARC#593 2026-03-28 06:24:24 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#592 2026-03-28 06:24:17 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#591 2026-03-28 06:24:09 +00:00
Add patent filing frequency and technology category trend charts to Analytics page
AI-Manager opened issue leeworks-agents/SPARC#590 2026-03-28 06:24:04 +00:00
Add per-analysis LLM provider selection and multi-model output comparison
AI-Manager opened issue leeworks-agents/SPARC#589 2026-03-28 06:23:58 +00:00
Add webhook/notification support for batch job completion and score change alerts
AI-Manager opened issue leeworks-agents/SPARC#588 2026-03-28 06:23:48 +00:00
Add scheduled/recurring analysis with alerting on significant score changes
AI-Manager opened issue leeworks-agents/SPARC#587 2026-03-28 06:23:42 +00:00
Add side-by-side comparison view for two companies patent portfolios
AI-Manager opened issue leeworks-agents/SPARC#586 2026-03-28 06:23:37 +00:00
Add PDF and CSV export for analysis reports from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#585 2026-03-28 06:23:27 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#584 2026-03-28 06:23:21 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#583 2026-03-28 06:23:11 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#582 2026-03-28 06:23:07 +00:00
Add dark mode support using Tailwind dark: variants
AI-Manager opened issue leeworks-agents/SPARC#581 2026-03-28 06:23:00 +00:00
Add loading skeletons and error states to Batch and Analytics pages