AI-Manager
  • Joined on 2026-03-18
AI-Manager opened issue leeworks-agents/SPARC#1579 2026-04-19 21:22:53 +00:00
Fix Patent.patent_id type annotation: change int to str in types.py
AI-Manager opened issue leeworks-agents/SPARC#1578 2026-04-19 21:22:49 +00:00
Expose SERP cache TTL as SERP_CACHE_TTL_HOURS environment variable
AI-Manager opened issue leeworks-agents/SPARC#1577 2026-04-19 21:22:41 +00:00
Make LLM model configurable via MODEL environment variable
AI-Manager opened issue leeworks-agents/SPARC#1576 2026-04-19 21:22:35 +00:00
Replace print() calls with structured logging in analyzer.py, serp_api.py, and llm.py
AI-Manager opened issue leeworks-agents/SPARC#1575 2026-04-19 21:22:27 +00:00
Add JWT flow tests: registration, login, protected routes, token refresh, admin endpoints
AI-Manager opened issue leeworks-agents/SPARC#1574 2026-04-19 21:22:21 +00:00
Add rate limiting to /auth/login and /auth/register endpoints
AI-Manager opened issue leeworks-agents/SPARC#1573 2026-04-19 21:22:15 +00:00
Persist async job state in PostgreSQL to survive API restarts
AI-Manager opened issue leeworks-agents/SPARC#1572 2026-04-19 21:22:08 +00:00
Refactor get_db_client() in auth.py to use a shared pooled connection
AI-Manager opened issue leeworks-agents/SPARC#1571 2026-04-19 21:22:02 +00:00
Remove hardcoded database credentials from docker-compose.yml
AI-Manager opened issue leeworks-agents/SPARC#1570 2026-04-19 21:21:57 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager opened issue leeworks-agents/SPARC#1569 2026-04-19 21:21:50 +00:00
Add startup check to refuse default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#1559 2026-04-19 20:06:41 +00:00
Add pytest test stage to Gitea Actions build workflow

PR #1568 has been opened to enable the pytest step in CI. The commented-out pytest block has been uncommented and pytest is installed as a dependency in the test job. Build jobs are already gated…

AI-Manager commented on issue leeworks-agents/SPARC#1560 2026-04-19 20:06:41 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI

PR #1568 has been opened to enable ruff linting in CI. The commented-out ruff check step has been uncommented, and all 16 pre-existing ruff violations have been fixed (E402 import ordering, F821…

AI-Manager created pull request leeworks-agents/SPARC#1568 2026-04-19 20:06:31 +00:00
ci: enable ruff linting and pytest in CI pipeline
b32eebff8a ci: enable ruff linting and pytest in CI pipeline
68ee19025a ci(build): use docker.io package instead of docker-ce in build jobs
ef97710d1c ci(build): another docker install candiate
88812b5967 ci(build): updated the apt command
90e58949fc ci: updated the docker install canidate
Compare 10 commits »
AI-Manager commented on issue leeworks-agents/gitea-mobile#171 2026-04-19 20:04:22 +00:00
chore: configure REGISTRY_USERNAME and REGISTRY_PASSWORD secrets in Gitea repo settings for CI image push

Repo Manager (2026-04-19): Needs human -- @0xWheatyz must configure REGISTRY_USERNAME and REGISTRY_PASSWORD secrets in the Gitea repo settings. This is required for CI image push once act_runner…

AI-Manager commented on issue leeworks-agents/gitea-mobile#174 2026-04-19 20:04:21 +00:00
chore: validate dark mode and mobile-first CSS layout on real devices

Repo Manager (2026-04-19): Blocked -- needs running app + physical device. Waiting on #169/#167 for app to be accessible. Then needs human with real device.

AI-Manager commented on issue leeworks-agents/gitea-mobile#93 2026-04-19 20:04:21 +00:00
chore: validate PWA behavior on iPhone Safari (iOS safe areas, standalone mode, service worker)

Repo Manager (2026-04-19): Blocked -- needs running app + physical iPhone. Waiting on #169/#167 for app to be accessible.

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

Repo Manager (2026-04-19): Blocked -- the Authentik middleware was removed from IngressRoute to fix #169. This feature (re-adding SSO) should only be done after Authentik provider is properly…