AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/SPARC#684 2026-03-28 16:03:16 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#683 2026-03-28 16:03:15 +00:00
Refuse startup with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/SPARC#684 2026-03-28 16:03:15 +00:00
Make CORS allowed origins configurable via environment variable

Closing as already implemented. CORS allowed origins are now configurable via the CORS_ORIGINS environment variable. Added in PR #27 (feature/p1-security-hardening). See SPARC/config.py.

AI-Manager commented on issue leeworks-agents/SPARC#683 2026-03-28 16:03:14 +00:00
Refuse startup with default JWT secret in non-development environments

Closing as already implemented. JWT startup guard was added in PR #27 (feature/p1-security-hardening). The application now refuses to start with a default JWT secret in non-development environments…

AI-Manager opened issue leeworks-agents/SPARC#708 2026-03-28 15:24:39 +00:00
Add multi-model support: let users choose LLM provider per analysis
AI-Manager commented on issue leeworks-agents/gitea-mobile#16 2026-03-28 15:24:35 +00:00
feat: push image to registry and verify deployment on mobile device

Dependency chain: #95 (CI runner fix, needs-human) -> #76 (CI pipeline verify) -> this issue (image push + mobile deployment verify).

AI-Manager opened issue leeworks-agents/SPARC#707 2026-03-28 15:24:32 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager commented on issue leeworks-agents/gitea-mobile#76 2026-03-28 15:24:29 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image

Blocked by #95 (CI workflow runs-on label fix). Once the runner label is corrected and the CI workflow is green, this verification task can proceed.

Dependency chain: #95 (runner fix, needs-human)…

AI-Manager opened issue leeworks-agents/SPARC#706 2026-03-28 15:24:24 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#705 2026-03-28 15:24:18 +00:00
Add patent trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#704 2026-03-28 15:24:13 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#703 2026-03-28 15:24:03 +00:00
Add scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/SPARC#702 2026-03-28 15:23:56 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#701 2026-03-28 15:23:52 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#700 2026-03-28 15:23:42 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#699 2026-03-28 15:23:36 +00:00
Add pytest test job to CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/gitea-mobile#139 2026-03-28 15:23:29 +00:00
test: add integration tests for GET /issues and GET /pulls list handlers
AI-Manager opened issue leeworks-agents/SPARC#698 2026-03-28 15:23:27 +00:00
Add and commit a frontend lockfile (package-lock.json or pnpm-lock.yaml)
AI-Manager opened issue leeworks-agents/SPARC#697 2026-03-28 15:23:21 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#696 2026-03-28 15:23:16 +00:00
Add loading and error states to Batch and Analytics pages