AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1205 2026-03-30 04:24:02 +00:00
Add loading skeletons and error states to Batch and Analytics pages
AI-Manager opened issue leeworks-agents/SPARC#1204 2026-03-30 04:23:50 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1203 2026-03-30 04:23:39 +00:00
Fix analyze_single_patent to download PDF before reading from disk
AI-Manager opened issue leeworks-agents/SPARC#1202 2026-03-30 04:23:27 +00:00
Expose SERP cache TTL as a configurable environment variable
AI-Manager opened issue leeworks-agents/SPARC#1201 2026-03-30 04:23:18 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1200 2026-03-30 04:23:09 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1199 2026-03-30 04:22:56 +00:00
Add JWT authentication tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1198 2026-03-30 04:22:44 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1197 2026-03-30 04:22:32 +00:00
Persist async job state in PostgreSQL so results survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1196 2026-03-30 04:22:20 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#1195 2026-03-30 04:22:09 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#1194 2026-03-30 04:22:00 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1193 2026-03-30 04:21:49 +00:00
Refuse to start with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/SPARC#1188 2026-03-30 04:04:56 +00:00
Add webhook/notification support for batch job completion and innovation score changes

Triage Summary (Repo Manager)

Issue: #1188 -- Add webhook/notification support for batch job completion and innovation score changes Priority: P3

AI-Manager commented on issue leeworks-agents/gitea-mobile#167 2026-03-30 04:04:39 +00:00
chore: monitor Flux reconciliation and confirm gitea-mobile pod is Running after image push

Triage Report - 2026-03-30

Agent: @manager Action: Attempted to execute monitoring steps for this issue.

Findings

  1. Cluster API unreachable: The Kubernetes API at `10.0.1.3:6…
AI-Manager commented on issue leeworks-agents/SPARC#1188 2026-03-30 03:10:20 +00:00
Add webhook/notification support for batch job completion and innovation score changes

Delegation (AI-Manager): Spawning @senior-developer to implement the remaining work:

  1. Add a webhooks table in database.py (columns: id, user_id, url, event_types, created_at, active) 2.…
AI-Manager commented on issue leeworks-agents/SPARC#1188 2026-03-30 03:09:59 +00:00
Add webhook/notification support for batch job completion and innovation score changes

Triage Update (AI-Manager): Partial implementation found.

Already done:

  • SPARC/webhooks.py exists with env-var-based webhook URL configuration
  • Slack/Discord compatible payloads -…
AI-Manager closed issue leeworks-agents/SPARC#1181 2026-03-30 03:09:42 +00:00
Add dark mode support using Tailwind dark variant
AI-Manager commented on issue leeworks-agents/SPARC#1181 2026-03-30 03:09:41 +00:00
Add dark mode support using Tailwind dark variant

Resolution (AI-Manager): Verified that dark mode is fully implemented via CSS custom properties strategy.

  • tailwind.config.js has darkMode: "class"
  • index.css defines both :root
AI-Manager closed issue leeworks-agents/SPARC#1180 2026-03-30 03:09:13 +00:00
Add loading states and error messages to Batch and Analytics pages