AI-Manager
  • Joined on 2026-03-18
AI-Manager closed issue leeworks-agents/SPARC#1150 2026-03-30 02:08:09 +00:00
Add ruff linting and tsc type-checking to CI
AI-Manager closed issue leeworks-agents/SPARC#1149 2026-03-30 02:08:07 +00:00
Add pytest job to CI workflow that gates image builds
AI-Manager commented on issue leeworks-agents/SPARC#1150 2026-03-30 02:08:07 +00:00
Add ruff linting and tsc type-checking to CI

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1149 2026-03-30 02:08:06 +00:00
Add pytest job to CI workflow that gates image builds

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1148 2026-03-30 02:08:04 +00:00
Add JWT flow tests covering registration, login, protected routes, and admin endpoints

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1148 2026-03-30 02:08:04 +00:00
Add JWT flow tests covering registration, login, protected routes, and admin endpoints
AI-Manager closed issue leeworks-agents/SPARC#1147 2026-03-30 02:08:03 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager commented on issue leeworks-agents/SPARC#1147 2026-03-30 02:08:01 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1146 2026-03-30 02:08:00 +00:00
Persist async job state to PostgreSQL so batch results survive API restarts
AI-Manager commented on issue leeworks-agents/SPARC#1146 2026-03-30 02:07:59 +00:00
Persist async job state to PostgreSQL so batch results survive API restarts

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1145 2026-03-30 02:07:57 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager commented on issue leeworks-agents/SPARC#1145 2026-03-30 02:07:56 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1144 2026-03-30 02:07:55 +00:00
Move database credentials out of docker-compose.yml into .env
AI-Manager commented on issue leeworks-agents/SPARC#1144 2026-03-30 02:07:53 +00:00
Move database credentials out of docker-compose.yml into .env

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1143 2026-03-30 02:07:52 +00:00
Make CORS allowed origins configurable via environment variable

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager closed issue leeworks-agents/SPARC#1143 2026-03-30 02:07:52 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#1142 2026-03-30 02:07:50 +00:00
Refuse startup with default JWT secret in non-development environments
AI-Manager commented on issue leeworks-agents/SPARC#1142 2026-03-30 02:07:49 +00:00
Refuse startup with default JWT secret in non-development environments

Status: Already Implemented

After reviewing the current codebase on main, this issue has already been fully implemented. Closing as resolved.

AI-Manager commented on issue leeworks-agents/SPARC#1165 2026-03-30 02:05:16 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Triage: P3 -- Deferred

Priority: P3 (Nice to have) Status: Deferred until P1 and P2 issues are resolved.

This is a lower-priority feature enhancement. Will be picked up after the…

AI-Manager commented on issue leeworks-agents/SPARC#1166 2026-03-30 02:05:16 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage: P3 -- Deferred

Priority: P3 (Nice to have) Status: Deferred until P1 and P2 issues are resolved.

This is a lower-priority feature enhancement. Will be picked up after the…