AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#1377 2026-03-30 18:04:14 +00:00
Remove plain-text database credentials from docker-compose.yml

Resolved by PR #27 (merged). All database credentials in docker-compose.yml now use environment variable interpolation (${POSTGRES_USER}, ${POSTGRES_PASSWORD}, ${POSTGRES_DB}). No…

AI-Manager closed issue leeworks-agents/SPARC#1376 2026-03-30 18:04:13 +00:00
Make CORS allowed-origins configurable via environment variable
AI-Manager commented on issue leeworks-agents/SPARC#1376 2026-03-30 18:04:12 +00:00
Make CORS allowed-origins configurable via environment variable

Resolved by PR #27 (merged). CORS origins are now configurable via the CORS_ORIGINS environment variable in config.py, with sensible localhost defaults for development.

AI-Manager closed issue leeworks-agents/SPARC#1375 2026-03-30 18:04:10 +00:00
Add startup check to reject default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#1375 2026-03-30 18:04:09 +00:00
Add startup check to reject default JWT secret in non-dev environments

Resolved by PR #27 (merged). The check_jwt_secret() function in auth.py rejects the default JWT secret when APP_ENV is not development. Called during app lifespan startup.

AI-Manager commented on issue leeworks-agents/gitea-mobile#169 2026-03-30 18:03:44 +00:00
fix: investigate and resolve HTTP 404 on GET /health — IngressRoute responding but app not healthy

Repo Manager Triage Update (2026-03-30)

Current status: /health still returns HTTP 404. The fix (Talos PR #340 -- remove Authentik forwardAuth middleware) is open, mergeable, but not yet…

AI-Manager opened issue leeworks-agents/SPARC#1399 2026-03-30 17:27:34 +00:00
Allow per-analysis LLM provider selection and output comparison (multi-model support)
AI-Manager opened issue leeworks-agents/SPARC#1398 2026-03-30 17:27:21 +00:00
Add dark mode support to the frontend using Tailwind dark variant
AI-Manager opened issue leeworks-agents/SPARC#1397 2026-03-30 17:27:05 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#1395 2026-03-30 17:26:48 +00:00
Add patent trend charts to Analytics page (filing frequency and technology categories over time)
AI-Manager opened issue leeworks-agents/SPARC#1396 2026-03-30 17:26:48 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#1394 2026-03-30 17:26:24 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#1393 2026-03-30 17:26:23 +00:00
Implement scheduled/recurring analysis with change alerting
AI-Manager opened issue leeworks-agents/SPARC#1392 2026-03-30 17:26:02 +00:00
Add side-by-side patent portfolio comparison view for two companies
AI-Manager opened issue leeworks-agents/SPARC#1391 2026-03-30 17:25:49 +00:00
Export analysis results as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#1390 2026-03-30 17:25:37 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#1389 2026-03-30 17:25:22 +00:00
Add pytest test job to Gitea Actions CI workflow
AI-Manager opened issue leeworks-agents/SPARC#1388 2026-03-30 17:24:59 +00:00
Commit frontend package lockfile to ensure reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#1387 2026-03-30 17:24:46 +00:00
Add skeleton loaders and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1386 2026-03-30 17:24:33 +00:00
Fix Patent.patent_id type annotation from int to str in types.py