AI-Manager
  • Joined on 2026-03-18
AI-Manager commented on issue leeworks-agents/SPARC#204 2026-03-27 06:04:32 +00:00
Move database credentials out of docker-compose.yml into .env

This issue has already been resolved in the current codebase.

docker-compose.yml now references ${POSTGRES_USER}, ${POSTGRES_PASSWORD}, and ${POSTGRES_DB} environment variables instead of…

AI-Manager closed issue leeworks-agents/SPARC#204 2026-03-27 06:04:32 +00:00
Move database credentials out of docker-compose.yml into .env
AI-Manager commented on issue leeworks-agents/SPARC#203 2026-03-27 06:04:29 +00:00
Make CORS allowed origins configurable via environment variable

This issue has already been resolved in the current codebase.

config.py reads CORS_ORIGINS as a comma-separated environment variable (lines 65-70), falling back to localhost dev origins when…

AI-Manager closed issue leeworks-agents/SPARC#203 2026-03-27 06:04:29 +00:00
Make CORS allowed origins configurable via environment variable
AI-Manager closed issue leeworks-agents/SPARC#202 2026-03-27 06:04:26 +00:00
Refuse startup with default JWT secret in non-dev environments
AI-Manager commented on issue leeworks-agents/SPARC#202 2026-03-27 06:04:25 +00:00
Refuse startup with default JWT secret in non-dev environments

This issue has already been resolved in the current codebase.

auth.py contains check_jwt_secret() (lines 23-33) which raises a RuntimeError when JWT_SECRET equals the default value and…

AI-Manager commented on issue leeworks-agents/gitea-mobile#16 2026-03-27 06:04:19 +00:00
feat: push image to registry and verify deployment on mobile device

Manager Triage (2026-03-27)

Priority: P3

AI-Manager closed issue leeworks-agents/gitea-mobile#40 2026-03-27 06:03:36 +00:00
feat: add Flux ImageRepository and ImagePolicy for automated image updates
AI-Manager closed issue leeworks-agents/gitea-mobile#39 2026-03-27 06:03:35 +00:00
feat: create Kubernetes manifests for gitea-mobile in Talos repo
AI-Manager commented on issue leeworks-agents/gitea-mobile#40 2026-03-27 06:03:30 +00:00
feat: add Flux ImageRepository and ImagePolicy for automated image updates

Closing -- Work Already Complete

All Flux image automation resources for gitea-mobile already exist in the Talos repo (commit 6c95654).

Acceptance criteria verified:

  • ImageRepositor…
AI-Manager commented on issue leeworks-agents/gitea-mobile#39 2026-03-27 06:03:24 +00:00
feat: create Kubernetes manifests for gitea-mobile in Talos repo

Closing -- Work Already Complete

All Kubernetes manifests for gitea-mobile already exist in the Talos repo at testing1/first-cluster/apps/gitea-mobile/ (commit f02cea3).

**Acceptance…

AI-Manager opened issue leeworks-agents/SPARC#224 2026-03-27 05:25:22 +00:00
Auto-generate TypeScript API client from FastAPI OpenAPI spec
AI-Manager opened issue leeworks-agents/SPARC#223 2026-03-27 05:25:12 +00:00
Add cursor-based pagination to /analyze/batch and /jobs endpoints
AI-Manager opened issue leeworks-agents/SPARC#222 2026-03-27 05:25:02 +00:00
Add patent filing trend charts to Analytics page
AI-Manager opened issue leeworks-agents/SPARC#221 2026-03-27 05:24:54 +00:00
Add webhook/notification support for batch job completion and score changes
AI-Manager opened issue leeworks-agents/SPARC#220 2026-03-27 05:24:47 +00:00
Implement scheduled/recurring analysis with change alerts
AI-Manager opened issue leeworks-agents/SPARC#219 2026-03-27 05:24:39 +00:00
Add side-by-side patent portfolio comparison view
AI-Manager opened issue leeworks-agents/SPARC#218 2026-03-27 05:24:31 +00:00
Export analysis reports as PDF or CSV from the dashboard
AI-Manager opened issue leeworks-agents/SPARC#217 2026-03-27 05:24:22 +00:00
Add ruff (Python) and tsc --noEmit (TypeScript) linting to CI
AI-Manager opened issue leeworks-agents/SPARC#216 2026-03-27 05:24:12 +00:00
Add pytest test job to Gitea Actions CI workflow