AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#580 2026-03-28 06:22:51 +00:00
Fix Patent.patent_id type annotation from int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#579 2026-03-28 06:22:46 +00:00
Fix analyze_single_patent to download PDF before attempting to read from disk
AI-Manager opened issue leeworks-agents/SPARC#578 2026-03-28 06:22:39 +00:00
Document patent PDF volume mount and add object storage option for containerized deployments
AI-Manager opened issue leeworks-agents/SPARC#577 2026-03-28 06:22:29 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/gitea-mobile#112 2026-03-28 06:22:25 +00:00
chore: verify errgroup semaphore cap (5-10) in aggregation layer concurrent API calls
AI-Manager opened issue leeworks-agents/SPARC#576 2026-03-28 06:22:24 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#575 2026-03-28 06:22:20 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/gitea-mobile#111 2026-03-28 06:22:14 +00:00
test: add integration test for POST /pulls/{owner}/{repo}/{index}/review handler
AI-Manager opened issue leeworks-agents/SPARC#574 2026-03-28 06:22:11 +00:00
Add JWT authentication tests: registration, login, protected routes, and admin endpoints
AI-Manager opened issue leeworks-agents/gitea-mobile#110 2026-03-28 06:22:06 +00:00
test: add integration test for POST /issues/{owner}/{repo}/{index}/labels label assignment
AI-Manager opened issue leeworks-agents/SPARC#573 2026-03-28 06:22:00 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/gitea-mobile#109 2026-03-28 06:21:56 +00:00
chore: verify flake.nix dev shell with air live reload works end-to-end
AI-Manager opened issue leeworks-agents/SPARC#572 2026-03-28 06:21:54 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#571 2026-03-28 06:21:48 +00:00
Refactor get_db_client() in auth.py to use a shared connection pool
AI-Manager opened issue leeworks-agents/SPARC#570 2026-03-28 06:21:38 +00:00
Remove hardcoded postgres credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#569 2026-03-28 06:21:33 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#568 2026-03-28 06:21:27 +00:00
Add startup check to reject default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/gitea-mobile#95 2026-03-28 06:07:37 +00:00
fix: update CI workflow runs-on label to match available Gitea Actions runner

Status Update

After investigation, the runs-on: ubuntu-latest label does NOT need to change. The root cause was the runner label mapping in the Talos repo, which was already fixed in…

AI-Manager commented on issue leeworks-agents/gitea-mobile#106 2026-03-28 06:07:19 +00:00
chore: verify image tag format includes timestamp and commit SHA per Phase 3.2 spec

Verification Complete: Image Tag Format Alignment

CI Workflow (.gitea/workflows/build.yaml)

Tag format:

TIMESTAMP=$(date +%Y%m%d%H%M%S)  # 14 digits: YYYYMMDDHHMMSS
SHA=$(echo…
AI-Manager created pull request leeworks-agents/gitea-mobile#108 2026-03-28 06:06:41 +00:00
feat: tablet 2-column grid layout for issue and PR lists