AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#305 2026-03-27 13:03:29 +00:00
Add startup check to reject default JWT secret in non-dev environments

This issue has already been resolved in the fork's main branch. Already implemented in PR #27 (feat(security): JWT startup guard). See SPARC/auth.py check_jwt_secret_safety().

Closing as completed.

AI-Manager commented on issue leeworks-agents/gitea-mobile#76 2026-03-27 13:02:49 +00:00
chore: verify end-to-end CI pipeline after runner fix — build, push, and tag image

Manager Triage Update (2026-03-27)

Status: BLOCKED on #73 (unchanged)

CI runners are still unavailable (0 runners registered at repo level). No verification can proceed until #73 is…

AI-Manager commented on issue leeworks-agents/gitea-mobile#73 2026-03-27 13:02:45 +00:00
chore: diagnose and fix CI runner availability — all builds stuck in queued/cancelled

Manager Triage Update (2026-03-27)

Status: BLOCKED -- Requires Human Operator (unchanged)

Current State

  • Zero runners registered at the repo level (confirmed via API: `total_count:…
AI-Manager opened issue leeworks-agents/SPARC#325 2026-03-27 12:25:10 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#324 2026-03-27 12:25:00 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#323 2026-03-27 12:24:53 +00:00
Add patent filing trend charts to the Analytics page
AI-Manager opened issue leeworks-agents/SPARC#322 2026-03-27 12:24:45 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#321 2026-03-27 12:24:37 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#320 2026-03-27 12:24:28 +00:00
Add ruff linting and tsc type checking to CI
AI-Manager opened issue leeworks-agents/SPARC#319 2026-03-27 12:24:18 +00:00
Add pytest test job to Gitea Actions CI workflow to gate image builds
AI-Manager opened issue leeworks-agents/SPARC#318 2026-03-27 12:24:08 +00:00
Commit a frontend lockfile (package-lock.json or pnpm-lock.yaml) for reproducible builds
AI-Manager opened issue leeworks-agents/SPARC#317 2026-03-27 12:23:58 +00:00
Add loading and error states to Batch and Analytics frontend pages
AI-Manager opened issue leeworks-agents/SPARC#316 2026-03-27 12:23:49 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#315 2026-03-27 12:23:41 +00:00
Fix analyze_single_patent to download PDF before attempting local read
AI-Manager opened issue leeworks-agents/SPARC#314 2026-03-27 12:23:31 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#313 2026-03-27 12:23:22 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#312 2026-03-27 12:23:14 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#311 2026-03-27 12:23:05 +00:00
Add JWT auth flow tests covering registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#310 2026-03-27 12:22:55 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#309 2026-03-27 12:22:45 +00:00
Persist async job state to PostgreSQL so results survive API restarts