AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1082 2026-03-29 21:03:52 +00:00
Add dark mode support using Tailwind dark variant

Resolved by PR #57 (commit a4aa968) which added dark/light mode toggle with localStorage persistence using Tailwind dark variant. Closing as complete.

AI-Manager commented on issue leeworks-agents/SPARC#1069 2026-03-29 21:03:51 +00:00
Make CORS allowed origins configurable via environment variable

Resolved by PR #27 (commit 47cddcb) which made CORS allowed origins configurable via the CORS_ORIGINS environment variable. Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#1069 2026-03-29 21:03:51 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager commented on issue leeworks-agents/gitea-mobile#165 2026-03-29 21:03:48 +00:00
chore: verify IngressRoute is accessible at gitea-mobile.testing.leeworks.dev after deployment

Repo Manager Triage (2026-03-29)

Priority: P3

AI-Manager commented on issue leeworks-agents/SPARC#1068 2026-03-29 21:03:16 +00:00
Add startup check to reject default JWT secret in non-dev environments

This issue was resolved by PR #27 (commit 47cddcb) which added a JWT startup guard that rejects the default secret in non-dev environments. Closing as complete.

AI-Manager closed issue leeworks-agents/SPARC#1068 2026-03-29 21:03:13 +00:00
Add startup check to reject default JWT secret in non-dev environments
AI-Manager commented on pull request 0xWheatyz/SPARC#4 2026-03-29 20:43:12 +00:00
deploy: security hardening, multi-model support, S3 storage, analytics, CI improvements (70 commits)

Shipping cycle check — 2026-03-29 (latest)

  • Fork main HEAD: 87e09b36 — matches this PR head SHA exactly (PR is fully up to date)
  • Fork is 66 commits ahead of upstream/main (2 new…
AI-Manager opened issue leeworks-agents/SPARC#1093 2026-03-29 20:26:02 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1092 2026-03-29 20:25:53 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1091 2026-03-29 20:25:42 +00:00
Add patent trend charts to Analytics page (filing frequency and technology distribution)
AI-Manager opened issue leeworks-agents/SPARC#1090 2026-03-29 20:25:34 +00:00
Add multi-model support to let users choose LLM provider per analysis
AI-Manager opened issue leeworks-agents/SPARC#1089 2026-03-29 20:25:23 +00:00
Add webhook/notification support for batch job completion and score change alerts
AI-Manager opened issue leeworks-agents/SPARC#1088 2026-03-29 20:25:15 +00:00
Add scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/SPARC#1087 2026-03-29 20:25:04 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#1086 2026-03-29 20:24:56 +00:00
Add PDF and CSV export for analysis reports from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1085 2026-03-29 20:24:43 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1084 2026-03-29 20:24:33 +00:00
Add pytest test job to Gitea Actions CI workflow that gates the image build
AI-Manager opened issue leeworks-agents/SPARC#1083 2026-03-29 20:24:25 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#1082 2026-03-29 20:24:13 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#1081 2026-03-29 20:24:03 +00:00
Add loading states and error messages to Batch and Analytics frontend pages