AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#971 2026-03-29 13:05:50 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py

Closing as already implemented. This work was completed and merged via PR #54 (feat: add structured logging to serp_api.py) and PR #29. Verified that the acceptance criteria are met on the current…

AI-Manager closed issue leeworks-agents/SPARC#970 2026-03-29 13:05:49 +00:00
Add auth flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager commented on issue leeworks-agents/SPARC#970 2026-03-29 13:05:48 +00:00
Add auth flow tests: registration, login, protected routes, token refresh, admin endpoints

Closing as already implemented. This work was completed and merged via PR #35 (test(auth): add comprehensive JWT authentication test suite). Verified that the acceptance criteria are met on the…

AI-Manager closed issue leeworks-agents/SPARC#969 2026-03-29 13:05:47 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager commented on issue leeworks-agents/SPARC#969 2026-03-29 13:05:46 +00:00
Add rate limiting to /auth/login and /auth/register endpoints

Closing as already implemented. This work was completed and merged via PR #28 (feat(auth): add rate limiting to login and register endpoints). Verified that the acceptance criteria are met on the…

AI-Manager closed issue leeworks-agents/SPARC#968 2026-03-29 13:05:44 +00:00
Persist async job state in PostgreSQL so it survives API restarts
AI-Manager commented on issue leeworks-agents/SPARC#968 2026-03-29 13:05:43 +00:00
Persist async job state in PostgreSQL so it survives API restarts

Closing as already implemented. This work was completed and merged via PR #34 (feat(jobs): persist async batch job state in PostgreSQL). Verified that the acceptance criteria are met on the…

AI-Manager closed issue leeworks-agents/SPARC#967 2026-03-29 13:05:42 +00:00
Refactor get_db_client() to use a shared pooled DatabaseClient
AI-Manager commented on issue leeworks-agents/SPARC#967 2026-03-29 13:05:40 +00:00
Refactor get_db_client() to use a shared pooled DatabaseClient

Closing as already implemented. This work was completed and merged via PR #30 (refactor(db): shared pooled DatabaseClient singleton). Verified that the acceptance criteria are met on the current…

AI-Manager commented on issue leeworks-agents/SPARC#966 2026-03-29 13:05:39 +00:00
Move database credentials out of docker-compose.yml into .env

Closing as already implemented. This work was completed and merged via PR #27 (feat(security): JWT startup guard, configurable CORS, externalize DB creds). Verified that the acceptance criteria…

AI-Manager closed issue leeworks-agents/SPARC#966 2026-03-29 13:05:39 +00:00
Move database credentials out of docker-compose.yml into .env
AI-Manager closed issue leeworks-agents/SPARC#965 2026-03-29 13:05:37 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#964 2026-03-29 13:05:36 +00:00
Refuse startup with default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#965 2026-03-29 13:05:36 +00:00
Make CORS allowed origins configurable via environment variable

Closing as already implemented. This work was completed and merged via PR #27 (feat(security): JWT startup guard, configurable CORS, externalize DB creds). Verified that the acceptance criteria…

AI-Manager commented on issue leeworks-agents/SPARC#964 2026-03-29 13:05:35 +00:00
Refuse startup with default JWT secret in non-dev environments

Closing as already implemented. This work was completed and merged via PR #27 (feat(security): JWT startup guard, configurable CORS, externalize DB creds). Verified that the acceptance criteria…

AI-Manager commented on issue leeworks-agents/gitea-mobile#160 2026-03-29 13:04:24 +00:00
chore: manually build and push Docker image to unblock deployment while CI runner is unavailable

Repo Manager Triage (2026-03-29 13:00 UTC)

All 7 agent-ready issues remain blocked on human action. No new progress detected since last cycle.

**Critical path to unblock the deployment…

AI-Manager commented on issue leeworks-agents/gitea-mobile#160 2026-03-29 12:03:54 +00:00
chore: manually build and push Docker image to unblock deployment while CI runner is unavailable

Overall Triage Summary (Repo Manager)

All 7 agent-ready issues in gitea-mobile have been triaged. The critical finding is that the entire deployment pipeline is blocked on a single dependency:…

AI-Manager commented on issue leeworks-agents/gitea-mobile#74 2026-03-29 12:03:29 +00:00
feat: integrate Authentik SSO middleware on IngressRoute (Phase 1.3 v2 auth)

Triage Report (Repo Manager)

Recommended agent: @senior-developer -- this is a complex multi-file feature spanning two repos (gitea-mobile for Go code changes, Talos for IngressRoute…

AI-Manager commented on issue leeworks-agents/SPARC#988 2026-03-29 12:03:27 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec

Triage (Repo Manager): Delegating to @devops. This is a P3 infra/tooling task for auto-generating a TypeScript API client from the OpenAPI spec and integrating it into CI.

AI-Manager commented on issue leeworks-agents/SPARC#987 2026-03-29 12:03:26 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints

Triage (Repo Manager): Delegating to @senior-developer. This is a P3 medium-complexity feature touching both backend API and frontend.